diff options
Diffstat (limited to 'sdc-os-chef/sdc-sanity/chef-solo/roles/sanityTests.json')
-rw-r--r-- | sdc-os-chef/sdc-sanity/chef-solo/roles/sanityTests.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sdc-os-chef/sdc-sanity/chef-solo/roles/sanityTests.json b/sdc-os-chef/sdc-sanity/chef-solo/roles/sanityTests.json deleted file mode 100644 index 74f12c7cc6..0000000000 --- a/sdc-os-chef/sdc-sanity/chef-solo/roles/sanityTests.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "sanityTests", - "description": "Execute sanity tests", - "json_class": "Chef::Role", - "default_attributes": { - - }, - "override_attributes": { - - }, - "chef_type": "role", - "run_list": [ - "recipe[sdc-sanity::sanityTests_1_cleanup_jettydir]", - "recipe[sdc-sanity::sanityTests_2_setup_configuration]", - "recipe[sdc-sanity::sanityTests_3_sanity_execution]" -// "recipe[sdc-simulator::SDC_Simulator_3_logback]", -// "recipe[sdc-simulator::SDC_Simulator_4_locate_keystore]", -// "recipe[sdc-simulator::SDC_Simulator_5_create_jetty_modules]" - ], - "env_run_lists": { - } -} - |