We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad27af3 commit 4923850Copy full SHA for 4923850
crc_errors/README.md
@@ -6,9 +6,9 @@ if an interface has CRC errors, the test case fails.
6
# Running
7
8
```
9
-pyats run job CRC_check_job.py -html_logs -testbed_file ../default_testbed.yaml
+pyats run job CRC_check_job.py --testbed-file ../default_testbed.yaml
10
11
12
13
# To use the Mock device
14
-pyats run job CRC_check_job.py -html_logs -testbed_file ../default_testbed.yaml --replay mock
+pyats run job CRC_check_job.py --testbed-file ../default_testbed.yaml --replay mock
0 commit comments