diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-04 15:34:34 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-22 14:33:09 -0700 |
commit | 425ba9232b52ee2d40999526ae792bbf2bf76f55 (patch) | |
tree | 3c4f755d02887f4a5a912b8f3a2dd2f1a518fe1f /plans/optf-osdf | |
parent | 1344ef2dd571923b5fa40f7c0863477df59d651b (diff) |
OOF SMS CSIT
Added CSIT support for HAS and OSDF with SMS
Bring up dependencies like sms service and related containers
Preload secrets
Removed clear text secrets from config files
Deleted unused osdf folders inside has folders.
osdf uses separate folders now.
Change-Id: Ie534e13b87a98de9f3ab1ed0be66f5f699353d93
Issue-ID: OPTFRA-343
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'plans/optf-osdf')
-rwxr-xr-x | plans/optf-osdf/osdf/setup.sh | 3 | ||||
-rwxr-xr-x | plans/optf-osdf/osdf/teardown.sh | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plans/optf-osdf/osdf/setup.sh b/plans/optf-osdf/osdf/setup.sh index 771423ca..d2d45af5 100755 --- a/plans/optf-osdf/osdf/setup.sh +++ b/plans/optf-osdf/osdf/setup.sh @@ -19,6 +19,9 @@ # # +echo "# aaf-sms setup.sh script"; +source ${WORKSPACE}/plans/aaf/sms-test-plan/setup.sh + echo "# simulator scripts calling"; source ${WORKSPACE}/scripts/optf-osdf/osdf/simulator_script.sh diff --git a/plans/optf-osdf/osdf/teardown.sh b/plans/optf-osdf/osdf/teardown.sh index 144ce266..cae8dcca 100755 --- a/plans/optf-osdf/osdf/teardown.sh +++ b/plans/optf-osdf/osdf/teardown.sh @@ -30,5 +30,6 @@ kill-instance.sh optf-osdf kill-instance.sh osdf_sim - +echo "# aaf-sms teardown.sh script"; +source ${WORKSPACE}/plans/aaf/sms-test-plan/teardown.sh |