File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -560,6 +560,7 @@ harness: <string>
560
560
- pytest
561
561
- gtest
562
562
- robot
563
+ - ctest
563
564
564
565
Harnesses ``ztest ``, ``gtest `` and ``console `` are based on parsing of the
565
566
output and matching certain phrases. ``ztest `` and ``gtest `` harnesses look
@@ -725,6 +726,12 @@ harness_config: <harness configuration options>
725
726
If the scope is set to ``function ``, DUT is launched for every test case
726
727
in python script. For ``session `` scope, DUT is launched only once.
727
728
729
+ ctest_args: <list of arguments> (default empty)
730
+ Specify a list of additional arguments to pass to ``ctest `` e.g.:
731
+ ``ctest_args: [‘--repeat until-pass:5’] ``. Note that
732
+ ``--ctest-args `` can be passed multiple times to pass several arguments
733
+ to the ctest.
734
+
728
735
robot_testsuite: <robot file path> (default empty)
729
736
Specify one or more paths to a file containing a Robot Framework test suite to be run.
730
737
You can’t perform that action at this time.
0 commit comments