osmith submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
testenv/README: deduplicate clean= description
Change-Id: I12dc9adb508a409a6156f9682c9db5684f551b06
---
M _testenv/README.md
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/_testenv/README.md b/_testenv/README.md
index 2c70a0a..82903a1 100644
--- a/_testenv/README.md
+++ b/_testenv/README.md
@@ -85,11 +85,9 @@
This can be used to wait until the program is ready or to fill a test
database for example. See below for `PATH`.
-* `clean=`: optional script to run before `prepare=` and on exit. This can be
- used to clean up network devices for example, or to fix name collisions when
- running a test with multiple configs (`rename_junit_xml_classname.sh`). See
- below for `PATH`. A `TESTENV_CLEAN_REASON` env var is set to `prepare`,
- `crashed` or `finished` depending on when the script runs.
+* `clean=`: same as in the Testsuite section above, but runs at a slightly
+ different time: before/after/on crash of the program instead of the
+ testsuite.
* `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
To view, visit change 38259. To unsubscribe, or for help writing mail filters, visit settings.