diff options
author | Leonardo Bellini <leonardo.bellini@att.com> | 2018-03-20 11:59:34 -0500 |
---|---|---|
committer | Leonardo Bellini <leonardo.bellini@att.com> | 2018-03-20 11:59:44 -0500 |
commit | 39334ccb1f502636ed0948d1cdcae4a7640fe251 (patch) | |
tree | fddeee3b0f6b0048b0fa7b39dea25ea6cb549f2e /test/csit/plans/optf-has/has | |
parent | c26cb0b3150c5255941e31f792ce6f4a59f4dab2 (diff) |
add aaisim container
Issue-ID: OPTFRA-192
Change-Id: I9038926d2fa851d732ca389c9cd01ea995077d54
Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
Diffstat (limited to 'test/csit/plans/optf-has/has')
-rwxr-xr-x | test/csit/plans/optf-has/has/setup.sh | 3 | ||||
-rwxr-xr-x | test/csit/plans/optf-has/has/teardown.sh | 11 |
2 files changed, 8 insertions, 6 deletions
diff --git a/test/csit/plans/optf-has/has/setup.sh b/test/csit/plans/optf-has/has/setup.sh index f2ae3c78b..a0bef71d6 100755 --- a/test/csit/plans/optf-has/has/setup.sh +++ b/test/csit/plans/optf-has/has/setup.sh @@ -24,6 +24,9 @@ source ${WORKSPACE}/test/csit/scripts/optf-has/has/music_script.sh # +echo "# simulator scripts calling"; +source ${WORKSPACE}/test/csit/scripts/optf-has/has/simulator_script.sh + # add here eventual scripts needed for optf/has # echo "# optf/has scripts calling"; diff --git a/test/csit/plans/optf-has/has/teardown.sh b/test/csit/plans/optf-has/has/teardown.sh index f4a91f9d5..41d7aff2c 100755 --- a/test/csit/plans/optf-has/has/teardown.sh +++ b/test/csit/plans/optf-has/has/teardown.sh @@ -21,15 +21,14 @@ # # -echo "# optf/has scripts docker containers killing"; +# optf/has scripts docker containers killing"; # -echo "# optf/has scripts calling"; +echo "# optf/has has scripts calling"; source ${WORKSPACE}/test/csit/scripts/optf-has/has/has_teardown_script.sh +echo "# optf/has simulator scripts calling"; +source ${WORKSPACE}/test/csit/scripts/optf-has/has/simulator_teardown_script.sh -# -echo "# optf/has scripts docker containers killing"; -# -echo "# optf/has scripts calling"; +echo "# optf/has music scripts calling"; source ${WORKSPACE}/test/csit/scripts/optf-has/has/music_teardown_script.sh |