osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/03/39803/1
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"

To view, visit change 39803. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5e18059f129423eac3374bd6beff32930a0f7c95
Gerrit-Change-Number: 39803
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>