cv-dataplane: Support automating dataplane tests.

Similar to how the ap-auto script was implemented.

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear
2021-04-15 15:45:29 -07:00
parent 4fdac32a5f
commit 7feda49d15
2 changed files with 327 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ the options and how best to input data.
Note:
--enable [option] will attempt to select any checkbox of that name to true.
--disable [option] will attempt to un-select any checkbox of that name to true.
--line_raw 'line contents' will add any setting to the test config. This is
--raw_line 'line contents' will add any setting to the test config. This is
useful way to support any options not specifically enabled by the
command options.
--set modifications will be applied after the other config has happened,