osmith submitted this change.

View Change



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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(-)

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


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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic9828b67f5a81498d0e951dd71b80b36cdd36173
Gerrit-Change-Number: 38257
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>