summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-sanity/chef-solo/roles/sanityTests.json
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-03-21 11:14:08 +0200
committerTal Gitelman <tg851x@intl.att.com>2018-03-21 12:21:21 +0000
commitf59a22539d5b372e2425c39963547985379d6990 (patch)
treefafd5663ab0e1a2b29049712b07717fcf6f8f509 /sdc-os-chef/sdc-sanity/chef-solo/roles/sanityTests.json
parentbe00af7a2e0dc8dc2d5f8fbf03d778a8f632c4fb (diff)
new ui sanity docker
Change-Id: I257c198c563771b5badcf36a479cb499f841682f Issue-ID: SDC-995 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
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.json23
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": {
- }
-}
-