osmith submitted this change.

View Change

Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
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(-)

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: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5e18059f129423eac3374bd6beff32930a0f7c95
Gerrit-Change-Number: 39803
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>