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): add federated integ test for multi-ue to ci #13243

Merged
merged 5 commits into from Aug 2, 2022
Merged

feat(ci): add federated integ test for multi-ue to ci #13243

merged 5 commits into from Aug 2, 2022

Conversation

orion-belt
Copy link
Contributor

Signed-off-by: kharade rohan.kharade@openairinterface.org

Summary

This PR adds Federated Integ Test for multi-ue to CI. This task is a modification of lte-integ-test.

Test Plan

Additional Information

  • This change is backwards-breaking

@orion-belt orion-belt requested review from a team and VinashakAnkitAman July 8, 2022 09:57
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines. label Jul 8, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 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 the component: agw Access gateway-related issue label Jul 8, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

Oops! Looks like you failed the Semantic PR check.

Howto

♻️ Updated: ✅ The check is passing the Semantic PR after the last commit.

@orion-belt orion-belt requested a review from a team as a code owner July 8, 2022 12:52
@orion-belt orion-belt requested a review from ardzoht July 8, 2022 12:52
@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

Oops! Looks like you failed the Python Format Check.

Howto

♻️ Updated: ✅ The check is passing the Python Format Check after the last commit.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

feg-workflow

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

Results for commit 485078f.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

dp-workflow

14 tests   14 ✔️  3m 56s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 485078f.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2022

agw-workflow

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

Results for commit 485078f.

♻️ This comment has been updated with latest results.

lte/gateway/fabfile.py Outdated Show resolved Hide resolved
@voisey
Copy link
Contributor

voisey commented Jul 11, 2022

Please modify the documentation here https://docs.magmacore.org/docs/next/feg/s1ap_federated_test#s1ap-federated-integration-test if appropriate. Thanks!

@orion-belt orion-belt requested review from a team and Neudrino July 11, 2022 08:31
@pull-request-size pull-request-size bot added size/L Denotes a Pull Request that changes 100-499 lines. and removed size/M Denotes a PR that changes 30-99 lines. labels Jul 11, 2022
@github-actions github-actions bot added the component: docs Documentation-related issue label Jul 11, 2022
@orion-belt
Copy link
Contributor Author

Please modify the documentation here https://docs.magmacore.org/docs/next/feg/s1ap_federated_test#s1ap-federated-integration-test if appropriate. Thanks!

Hi @voisey Will you check my commit. I have updated the relevant mardown files. Do I update any other files ?

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.

Could you please also update id and title fields of the docs, as well as the title of the page, to reflect that these are integ tests and no longer just a single test? E.g. "S1AP Federated Integration Test" -> "S1AP Federated Integration Tests". It might also be nice to update the second paragraph on the page, which starts "Currently, this test..." to briefly mention this new test as well?

docs/readmes/feg/s1ap_federated_test.md Outdated Show resolved Hide resolved
docs/readmes/feg/s1ap_federated_test.md Outdated Show resolved Hide resolved
docs/readmes/feg/s1ap_federated_test.md Outdated Show resolved Hide resolved
docs/readmes/feg/s1ap_federated_test.md Outdated Show resolved Hide resolved
@pull-request-size pull-request-size bot added size/M Denotes a PR that changes 30-99 lines. and removed size/L Denotes a Pull Request that changes 100-499 lines. labels Jul 11, 2022
@github-actions github-actions bot removed the component: docs Documentation-related issue label Jul 11, 2022
@pull-request-size pull-request-size bot added size/L Denotes a Pull Request that changes 100-499 lines. and removed size/M Denotes a PR that changes 30-99 lines. labels Jul 11, 2022
@github-actions github-actions bot added the component: docs Documentation-related issue label Jul 11, 2022
@orion-belt
Copy link
Contributor Author

Hi @voisey
I have addressed your comments in the amendment. Will you please check now ?

@github-actions
Copy link
Contributor

github-actions bot commented Jul 12, 2022

Oops! Looks like you failed the Markdown lint check.

Howto

♻️ Updated: ✅ The check is passing the Markdown lint check after the last commit.

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.

Thanks for the update! I've added a few more comments now.

Also, now that the id and title have been updated, changes need to be made to a generated file, which the CI complains about here: https://github.com/magma/magma/runs/7296467848?check_suite_focus=true. Could you please run make -C $MAGMA_ROOT/docs, which should generate updates to $MAGMA_ROOT/docs/docusaurus/i18n/en.json, and then commit the changes to this file?

docs/readmes/feg/s1ap_federated_test.md Outdated Show resolved Hide resolved
docs/readmes/feg/s1ap_federated_test.md Outdated Show resolved Hide resolved
docs/readmes/feg/s1ap_federated_test.md Outdated Show resolved Hide resolved
docs/readmes/feg/s1ap_federated_test.md Outdated Show resolved Hide resolved
@orion-belt
Copy link
Contributor Author

Hi @voisey
Thanks for your comments.
I have addressed your comments in the amendment.

@orion-belt
Copy link
Contributor Author

@voisey
So the federated-integ-test workflow runs fine now for multiple tests

@orion-belt orion-belt requested a review from uri200 July 14, 2022 07:31
orion-belt and others added 3 commits July 19, 2022 11:28
Signed-off-by: kharade <rohan.kharade@openairinterface.org>
Signed-off-by: kharade <rohan.kharade@openairinterface.org>
Signed-off-by: Cameron Voisey <cameron.voisey@tngtech.com>
@voisey
Copy link
Contributor

voisey commented Jul 19, 2022

@orion-belt Just fyi, Markdown lint check has been fixed by #13339, so if you rebase, it should pass

@orion-belt
Copy link
Contributor Author

Hi @uri200 @VinashakAnkitAman @ardzoht I have addressed comments of @voisey @Neudrino .
Will you please review changes again ?

Copy link
Member

@VinashakAnkitAman VinashakAnkitAman left a comment

Choose a reason for hiding this comment

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

LGTM.. One mme test job is failing.. please rebase the PR

@orion-belt
Copy link
Contributor Author

LGTM.. One mme test job is failing.. please rebase the PR

Thanks @VinashakAnkitAman. I have merged master in my branch

Copy link
Contributor

@ardzoht ardzoht left a comment

Choose a reason for hiding this comment

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

lgtm

@Neudrino
Copy link
Contributor

Neudrino commented Aug 2, 2022

A clean rebase on master would be good here.

@ShubhamTatvamasi ShubhamTatvamasi merged commit a5290e7 into magma:master Aug 2, 2022
emakeev pushed a commit to emakeev/magma that referenced this pull request Aug 5, 2022
* feat(ci): add federated integ test for multi-ue to ci

Signed-off-by: kharade <rohan.kharade@openairinterface.org>

* Documentation updated

Signed-off-by: kharade <rohan.kharade@openairinterface.org>

* feat(ci): Update FeG integ test documentation

Signed-off-by: Cameron Voisey <cameron.voisey@tngtech.com>

Co-authored-by: Cameron Voisey <cameron.voisey@tngtech.com>
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: docs Documentation-related issue size/L Denotes a Pull Request that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants