diff options
Diffstat (limited to 'ui-ci/sdc-ui-tests/chef-solo/solo.json')
-rw-r--r-- | ui-ci/sdc-ui-tests/chef-solo/solo.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-ci/sdc-ui-tests/chef-solo/solo.json b/ui-ci/sdc-ui-tests/chef-solo/solo.json new file mode 100644 index 0000000000..26a669a913 --- /dev/null +++ b/ui-ci/sdc-ui-tests/chef-solo/solo.json @@ -0,0 +1,6 @@ +{ + "run_list": [ + "role[sanityUiTests]" + ] +} + |