diff options
author | Michael Lando <ml636r@att.com> | 2017-09-20 11:34:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-20 11:34:39 +0000 |
commit | e3ee242d4e19dc2d273694842f1b5d84f63c29b4 (patch) | |
tree | cde164478cc3c99c2048417b0b8bbe1b233e24c1 /sdc-os-chef/sdc-sanity/chef-solo/solo.json | |
parent | 45274182ef025b0159831057e19106ac333e56c3 (diff) | |
parent | 9dde926417f80d93f4159be8164ed5b3d8790a75 (diff) |
Merge "Build sanity docker execute automation"
Diffstat (limited to 'sdc-os-chef/sdc-sanity/chef-solo/solo.json')
-rw-r--r-- | sdc-os-chef/sdc-sanity/chef-solo/solo.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-sanity/chef-solo/solo.json b/sdc-os-chef/sdc-sanity/chef-solo/solo.json index 5bd228127d..6487d4cc4e 100644 --- a/sdc-os-chef/sdc-sanity/chef-solo/solo.json +++ b/sdc-os-chef/sdc-sanity/chef-solo/solo.json @@ -1,4 +1,6 @@ { - "run_list": [ "recipe[sdc-sanity::setup_sanity]" ] + "run_list": [ + "role[sanityTests]" + ] } |