X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-test.sh;h=952a7fd15571d827136c45de825b08dff3af973e;hb=514c5be00b27f2fe2d7657844adb9207d3166968;hp=d12c943bd769ada519a5531841325009fae5fa43;hpb=6b4d285002773c82ecab1b6485a51c6af80d0820;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-test.sh b/jjb/cloud-infra/cloud-infra-test.sh index d12c943b..952a7fd1 100644 --- a/jjb/cloud-infra/cloud-infra-test.sh +++ b/jjb/cloud-infra/cloud-infra-test.sh @@ -26,14 +26,10 @@ set -o pipefail # executed when the job that uses this script gets triggered due to Gerrit change. # # Logic in this script should be kept at minimum and the changes should be pushed into -# the cloud infra engine and/or test repo. +# the cloud infra test test.sh script. -# The verify job will verify changes coming to other repositories as well such as -# infra/swconfig so it needs to be handled here in order to ensure $WORKSPACE contains -# the actual engine repo clone. This will be added later on. - -# we currently only do Hello World here and this will be adapted to do test instead +# execute cloud engine test.sh script cd $WORKSPACE -echo "Hello World!" +./test/test.sh # vim: set ts=2 sw=2 expandtab: