Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): s1ap integ tests against dockerized agw #13884

Merged
merged 5 commits into from
Oct 6, 2022

Conversation

alexzurbonsen
Copy link
Contributor

@alexzurbonsen alexzurbonsen commented Sep 9, 2022

Summary

  • Contributes to CI support for dockerized agw attach dettach test #13695
  • A new workflow is created, which runs some integration tests against a containerized instance of AGW running on the Magma Dev VM.
    • Only attach-detach test for this PR.
  • This is the first iteration of testing the containerized AGW in CI.
    • The workflow was designed based on the exiting workflows.
    • It is expected that further optimisation can be made in follow ups later on.
    • Some integration test are flaky in general, such that for this stage, one successful run will be seen as solution.
  • The tests are run against the latest images of the services available.
    • Especially, it is out of scope to build the containerized AGW within this effort and PR.
    • Using the latest available images should provide sufficient additional information, if there is a sensible trigger to the workflow. In particular, any edge cases or race conditions are acquiesced!

Test Plan

Additional Information

@pull-request-size pull-request-size bot added the size/L Denotes a Pull Request that changes 100-499 lines. label Sep 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

Thanks for opening a PR! 💯

A couple initial guidelines

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@github-actions github-actions bot added component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) labels Sep 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

feg-workflow

    2 files  203 suites   40s ⏱️
374 tests 374 ✔️ 0 💤 0
388 runs  388 ✔️ 0 💤 0

Results for commit 74230cf.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

dp-workflow

14 tests   14 ✔️  2m 18s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 74230cf.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

agw-workflow

615 tests   611 ✔️  4m 47s ⏱️
    2 suites      4 💤
    2 files        0

Results for commit b28ab3d.

♻️ This comment has been updated with latest results.

@Neudrino Neudrino self-assigned this Sep 12, 2022
@Neudrino Neudrino force-pushed the ci-dockerized-agw-s1ap-tests branch 7 times, most recently from 4cfde66 to 9ccbfd3 Compare September 13, 2022 12:56
@Neudrino Neudrino force-pushed the ci-dockerized-agw-s1ap-tests branch 4 times, most recently from b7d66ae to d3820af Compare September 15, 2022 13:18
@magma magma deleted a comment from github-actions bot Sep 15, 2022
@magma magma deleted a comment from github-actions bot Sep 15, 2022
@magma magma deleted a comment from github-actions bot Sep 15, 2022
@Neudrino Neudrino force-pushed the ci-dockerized-agw-s1ap-tests branch 2 times, most recently from 9eafef0 to b251582 Compare September 20, 2022 07:58
@Neudrino Neudrino requested review from voisey and ajahl and removed request for ssanadhya October 5, 2022 15:09
… agw running on magma_dev VM

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
Signed-off-by: Alexander zur Bonsen <alexander.zur.bonsen@tngtech.com>
@Neudrino Neudrino force-pushed the ci-dockerized-agw-s1ap-tests branch from ad03813 to c8daa0b Compare October 6, 2022 08:52
@Neudrino Neudrino enabled auto-merge (squash) October 6, 2022 08:53
lte/gateway/fabfile.py Outdated Show resolved Hide resolved
lte/gateway/fabfile.py Outdated Show resolved Hide resolved
lte/gateway/fabfile.py Outdated Show resolved Hide resolved
lte/gateway/fabfile.py Show resolved Hide resolved
lte/gateway/fabfile.py Outdated Show resolved Hide resolved
.github/workflows/lte-integ-test-containerized.yml Outdated Show resolved Hide resolved
Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
@Neudrino Neudrino requested a review from voisey October 6, 2022 12:09
Copy link
Contributor

@voisey voisey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm but please wait for @sebathomas to approve before merging.

@voisey voisey disabled auto-merge October 6, 2022 12:11
@voisey voisey merged commit 849f777 into magma:master Oct 6, 2022
pruthvihebbani pushed a commit to pruthvihebbani/magma that referenced this pull request Oct 10, 2022
* chore(ci): add workflow that runs s1ap integ tests against dockerized agw running on magma_dev VM

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
Signed-off-by: Alexander zur Bonsen <alexander.zur.bonsen@tngtech.com>

* chore(ci): correct spelling of set up

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>

* chore(ci): shorten and clarify docstring

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>

* chore(ci): improve whitespace consistency

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>

* chore(ci): remove debug output

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>

Signed-off-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
Signed-off-by: Alexander zur Bonsen <alexander.zur.bonsen@tngtech.com>
Co-authored-by: Fritz Lehnert <13189449+Neudrino@users.noreply.github.com>
@Neudrino Neudrino changed the title chore(ci): s1ap integ tests against dockerized agw feat(ci): s1ap integ tests against dockerized agw Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) size/L Denotes a Pull Request that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI support for dockerized agw attach dettach test
6 participants