X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fprepare-for-scenario-test.sh;h=aefe033a3d20c056a3b1e7c480899d206752eb59;hb=569dfcaaaa0112b0f460689a58c1303936490a55;hp=eae6b51b1658bdbdcdb8fbfc73aa281cce171bae;hpb=fcf1625b33c598f764eac0bcd21d98568683abab;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/prepare-for-scenario-test.sh b/jjb/cloud-infra/prepare-for-scenario-test.sh index eae6b51b1..aefe033a3 100644 --- a/jjb/cloud-infra/prepare-for-scenario-test.sh +++ b/jjb/cloud-infra/prepare-for-scenario-test.sh @@ -25,7 +25,7 @@ echo "Info: Cloning infra/test repository" cd $HOME && /bin/rm -rf $WORKSPACE git clone -q $TEST_REPO_URL $WORKSPACE -echo "Generating temporary SDF" +echo "Info: Generating temporary SDF" cat << EOF > $WORKSPACE/sdf.yml scenario: $DEPLOY_SCENARIO: @@ -39,7 +39,7 @@ scenario: distros: - ubuntu EOF -echo "Temporary SDF content" +echo "Info: Temporary SDF content" echo "-------------------------------------------------------------------------" cat $WORKSPACE/sdf.yml echo "-------------------------------------------------------------------------"