X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=plans%2Foptf-has%2Fhas%2Fsetup.sh;h=db3ec7c74c866c9e528d7875a7ecb9d5f9ed956d;hb=ddd487752cf6eddd891d7b8fe5062316a932414d;hp=a0bef71d652f39306c719ec4049fa987e18597aa;hpb=9abb61ca2cea1907cab2cec312d6dca6e53a93cd;p=integration%2Fcsit.git diff --git a/plans/optf-has/has/setup.sh b/plans/optf-has/has/setup.sh index a0bef71d..db3ec7c7 100755 --- a/plans/optf-has/has/setup.sh +++ b/plans/optf-has/has/setup.sh @@ -14,23 +14,24 @@ # See the License for the specific language governing permissions and # limitations under the License. # - +echo "# aaf-sms setup.sh script"; +source ${WORKSPACE}/scripts/optf-has/has/setup-sms.sh # # add here eventual scripts needed for music # echo "# music scripts calling"; -source ${WORKSPACE}/test/csit/scripts/optf-has/has/music_script.sh +source ${WORKSPACE}/scripts/optf-has/has/music_script.sh # echo "# simulator scripts calling"; -source ${WORKSPACE}/test/csit/scripts/optf-has/has/simulator_script.sh +source ${WORKSPACE}/scripts/optf-has/has/simulator_script.sh # add here eventual scripts needed for optf/has # echo "# optf/has scripts calling"; -source ${WORKSPACE}/test/csit/scripts/optf-has/has/has_script.sh +source ${WORKSPACE}/scripts/optf-has/has/has_script.sh # # add here below the start of all docker containers needed for optf/has CSIT testing