diff options
Diffstat (limited to 'plans/optf-has/has')
-rwxr-xr-x | plans/optf-has/has/setup.sh | 3 | ||||
-rwxr-xr-x | plans/optf-has/has/teardown.sh | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plans/optf-has/has/setup.sh b/plans/optf-has/has/setup.sh index 6f0e8836..593a6867 100755 --- a/plans/optf-has/has/setup.sh +++ b/plans/optf-has/has/setup.sh @@ -14,7 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # - +echo "# aaf-sms setup.sh script"; +source ${WORKSPACE}/plans/aaf/sms-test-plan/setup.sh # # add here eventual scripts needed for music diff --git a/plans/optf-has/has/teardown.sh b/plans/optf-has/has/teardown.sh index 934d0e69..477c7ed2 100755 --- a/plans/optf-has/has/teardown.sh +++ b/plans/optf-has/has/teardown.sh @@ -32,3 +32,6 @@ source ${WORKSPACE}/scripts/optf-has/has/simulator_teardown_script.sh echo "# optf/has music scripts calling"; source ${WORKSPACE}/scripts/optf-has/has/music_teardown_script.sh +echo "# aaf-sms teardown.sh script"; +source ${WORKSPACE}/plans/aaf/sms-test-plan/teardown.sh + |