[3/4] dts: default smoke tests to off
Checks
Commit Message
Set smoke tests to false in the example config so that
users will have to consciously decide whether the
smoke tests will be run or not.
Signed-off-by: Patrick Robb <probb@iol.unh.edu>
---
dts/test_run.example.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -27,7 +27,7 @@ traffic_generator:
type: SCAPY
perf: false # disable performance testing
func: true # enable functional testing
-skip_smoke_tests: false # optional
+skip_smoke_tests: true # optional
# by removing the `test_suites` field, this test run will run every test suite available
test_suites: # the following test suites will be run in their entirety
- hello_world