aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-sanity
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-01-15 11:51:21 +0200
committerMichael Lando <ml636r@att.com>2018-01-15 10:56:22 +0000
commitd1bb2e5be03dba561ae3aa13041c3a46396a1581 (patch)
treed040f3ec617c84328551a9eb17744dbde506eab5 /sdc-os-chef/sdc-sanity
parent0a83fed85182026706ed374a687f25464bef0151 (diff)
Fix for csit
update docker_run add pass suite Change-Id: Ided3f606a59eb24589c1de494cafe29ea6af3486 Issue-ID: SDC-608 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-sanity')
-rw-r--r--sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb b/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb
index 53482a7dd7..517db3d76f 100644
--- a/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb
+++ b/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/recipes/sanityTests_3_sanity_execution.rb
@@ -1,5 +1,5 @@
tests_base="/var/lib/tests"
-ci_test_suite="onap.xml"
+ci_test_suite="pass.xml"
bash "run asdc ci sanity tests" do
cwd "#{tests_base}"
@@ -8,6 +8,12 @@ code <<-EOH
jar_file=`ls test-apis*-jar-with-dependencies.jar`
./startTest.sh $jar_file #{ci_test_suite} > #{tests_base}/target/startTest.log 2>&1
echo "return code from startTest.sh = [$?]"
+ echo "DOCKER STARTED"
EOH
timeout 72000
+end
+bash "echo status" do
+ code <<-EOH
+ echo "DOCKER STARTED"
+ EOH
end \ No newline at end of file