commit | 9dde926417f80d93f4159be8164ed5b3d8790a75 | [log] [tgz] |
---|---|---|
author | Yuli Shlosberg <ys9693@att.com> | Tue Sep 12 14:11:48 2017 +0300 |
committer | Michael Lando <ml636r@att.com> | Wed Sep 20 13:22:07 2017 +0300 |
tree | 0df8a81a29b85c66c1e18dbedf8bf5b66526bf8c | |
parent | 0ad3c80822671529393e551bbb7b4a69dbd8550e [diff] [blame] |
Build sanity docker execute automation Change-Id: Iab282ea167d12fba4a3f425a5d300397ab435b44 Issue-Id: SDC-315 Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/sdc-os-chef/sdc-sanity/chef-solo/solo.json b/sdc-os-chef/sdc-sanity/chef-solo/solo.json index 5bd2281..6487d4c 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]" + ] }