Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jserv/nstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jserv/nstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: testActions
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 19, 2022

  1. Integrate the tests into Github Actions

    To valid commits once available, I integrate
    current test suite into Github Actions.
    
    Both 'udp.c' and 'unetcat.c' are tests for
    UDP receiver of nstack while the code of
    'udp.c' not sending anything to nstack.
    So I only choose 'unetcat.c' for integration.
    
    To test the actions, I  use 'act' (1) to
    run the Gihub Actions locally in my machine,
    and find out that to create network space
    inside a container,the container needs to
    run as privileged mode.
    
    I use 'self-hosted' in 'runs-on' entry of jobs
    related to the test suite, so I can configure
    'options' entry with '--privileged'.
    quantabase13 committed Nov 19, 2022
    3 Configuration menu
    Copy the full SHA
    9422f1c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Create test scripts for test suite

    To simplify the task description in Github
    Actions, for each test, I write a test script.
    quantabase13 committed Nov 21, 2022
    2 Configuration menu
    Copy the full SHA
    b744ee4 View commit details
    Browse the repository at this point in the history
Loading