osmith has uploaded this change for review.

View Change

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

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/57/38257/1
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: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic9828b67f5a81498d0e951dd71b80b36cdd36173
Gerrit-Change-Number: 38257
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>