osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38257?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: testenv/README: consistency fix ......................................................................
testenv/README: consistency fix
Add = after the vty_* keys too, like the others.
Change-Id: Ic9828b67f5a81498d0e951dd71b80b36cdd36173 --- M _testenv/README.md 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/_testenv/README.md b/_testenv/README.md index 8562063..2c70a0a 100644 --- a/_testenv/README.md +++ b/_testenv/README.md @@ -91,12 +91,12 @@ below for `PATH`. A `TESTENV_CLEAN_REASON` env var is set to `prepare`, `crashed` or `finished` depending on when the script runs.
-* `vty_port`: optionally set the VTY port for the SUT component to obtain a +* `vty_port=`: optionally set the VTY port for the SUT component to obtain a talloc report after each test case has been executed. If this is not set, no talloc reports will be obtained.
-* `vty_host`: optionally set the VTY host for the SUT component to be used when - obtaining a talloc report. If this is not set, `127.0.0.1` is used. +* `vty_host=`: optionally set the VTY host for the SUT component to be used + when obtaining a talloc report. If this is not set, `127.0.0.1` is used.
### PATH