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