feat(agw): set up containerized agw with fabric#15132
feat(agw): set up containerized agw with fabric#15132LKreutzer merged 4 commits intomagma:masterfrom
Conversation
|
Thanks for opening a PR! 💯
Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
|
✔️ The Semantic PR check ended with status success. See instructions on formatting your commit and pull request titles. |
Signed-off-by: Sebastian Wolf <[email protected]>
Signed-off-by: Sebastian Wolf <[email protected]>
* remove superfluous comment * add Args in docstrings Signed-off-by: Sebastian Wolf <[email protected]>
Signed-off-by: Sebastian Wolf <[email protected]>
2350161 to
0e9fcab
Compare
|
@LKreutzer maybe you can review this as well. |
LKreutzer
left a comment
There was a problem hiding this comment.
I started some integ test runs on a copy branch:
- https://github.com/magma/magma/actions/runs/4373139879
- https://github.com/magma/magma/actions/runs/4373140797
- https://github.com/magma/magma/actions/runs/4373142111
LTE containerizes integ test results - extended_tests46 tests +46 42 ✔️ +42 1h 47m 40s ⏱️ + 1h 47m 40s For more details on these failures, see this check. Results for commit 0e9fcab. ± Comparison against base commit 8b770fd. ♻️ This comment has been updated with latest results. |
LTE containerizes integ test results - precommit121 tests +1 119 ✔️ ±0 2h 38m 0s ⏱️ + 39m 14s For more details on these failures, see this check. Results for commit 0e9fcab. ± Comparison against base commit 8b770fd. ♻️ This comment has been updated with latest results. |
Looks like the tests are okay. |
* feat(agw): set up containerized agw with fabric Signed-off-by: Sebastian Wolf <[email protected]> * docs: add fab command for containerized agw Signed-off-by: Sebastian Wolf <[email protected]> * chore(agw): format containerized gateway setup * remove superfluous comment * add Args in docstrings Signed-off-by: Sebastian Wolf <[email protected]> * docs: specify language for fenced code block Signed-off-by: Sebastian Wolf <[email protected]> --------- Signed-off-by: Sebastian Wolf <[email protected]>
Part of #14909 .
Summary
Introduces a fabric command to setup the dockerized AGW for convenience.
Test Plan
Setup the dockerized AGW with the fabric command
fab start-gateway-containerizedand check the containers functionality.Additional Information