osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39803?usp=email )
Change subject: testenv: -h output: add more binary repo examples ......................................................................
testenv: -h output: add more binary repo examples
It wasn't clear how to use the nightly asan repository with testenv. Extend the help output for that.
Change-Id: I5e18059f129423eac3374bd6beff32930a0f7c95 --- M _testenv/testenv/__init__.py 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/_testenv/testenv/__init__.py b/_testenv/testenv/__init__.py index c1991ca..015ef24 100644 --- a/_testenv/testenv/__init__.py +++ b/_testenv/testenv/__init__.py @@ -43,6 +43,8 @@ " ./testenv.py run mgw\n" " ./testenv.py run mgw --test TC_crcx\n" " ./testenv.py run mgw --podman --binary-repo osmocom:latest\n" + " ./testenv.py run mgw --podman --binary-repo osmocom:nightly\n" + " ./testenv.py run mgw --podman --binary-repo osmocom:nightly:asan\n" " ./testenv.py run mgw --io-uring\n" " ./testenv.py run ggsn --config open5gs\n" " ./testenv.py run ggsn --config 'osmo_ggsn_v4_only'\n"