We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66244ce commit 16eea75Copy full SHA for 16eea75
smk_loop.py
@@ -7,7 +7,7 @@
7
8
'''Set to 'list' to only run scenarios in 'scenario_list' or set to 'folder' to run all
9
scenario config files as defined in 'config_dir'. Can be used to run a scenario sample.'''
10
-run_type = 'list'
+run_type = 'folder'
11
12
scenario_list = [
13
'Base',
0 commit comments