mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 22:37:03 +00:00
test_x script, edits to tests/help
This commit is contained in:
@@ -22,13 +22,13 @@ parser = LFCliBase.create_bare_argparse(
|
||||
description='''scenario.py
|
||||
--------------------
|
||||
Generic command example:
|
||||
python3 scenario.py --load db1 --action overwrite --clean_dut --clean_chambers
|
||||
scenario.py --load db1 --action overwrite --clean_dut --clean_chambers
|
||||
|
||||
python3 scenario.py --start test_group1
|
||||
scenario.py --start test_group1
|
||||
|
||||
python3 scenario.py --quiesce test_group1
|
||||
scenario.py --quiesce test_group1
|
||||
|
||||
python3 scenario.py --stop test_group1
|
||||
scenario.py --stop test_group1
|
||||
''')
|
||||
|
||||
group = parser.add_mutually_exclusive_group()
|
||||
|
||||
Reference in New Issue
Block a user