diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-03-22 11:49:39 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-03-22 13:47:23 +0200 |
commit | aceeba06ec401a367416931851b1d55c25a9ff08 (patch) | |
tree | df3d96bca14a83ee05d5c38cc94adbdfd5c68741 /test/csit/plans/sdc/uiSanity | |
parent | 77993f19e5032f081f58f675f6928417df98c806 (diff) |
fix sdc csit tests
Change-Id: I16abd9427839df72b5fbe0365fc603439c89ef09
Issue-ID: SDC-1159
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'test/csit/plans/sdc/uiSanity')
-rw-r--r-- | test/csit/plans/sdc/uiSanity/setup.sh | 11 | ||||
-rw-r--r-- | test/csit/plans/sdc/uiSanity/teardown.sh | 3 | ||||
-rw-r--r-- | test/csit/plans/sdc/uiSanity/testplan.txt | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/test/csit/plans/sdc/uiSanity/setup.sh b/test/csit/plans/sdc/uiSanity/setup.sh new file mode 100644 index 000000000..fece98ff1 --- /dev/null +++ b/test/csit/plans/sdc/uiSanity/setup.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +source ${WORKSPACE}/test/csit/scripts/sdc/clone_and_setup_sdc_data.sh + +BE_IP=`get-instance-ip.sh sdc-BE` +echo BE_IP=${BE_IP} + + +# Pass any variables required by Robot test suites in ROBOT_VARIABLES +ROBOT_VARIABLES="-v BE_IP:${BE_IP}" + diff --git a/test/csit/plans/sdc/uiSanity/teardown.sh b/test/csit/plans/sdc/uiSanity/teardown.sh new file mode 100644 index 000000000..2074d10f4 --- /dev/null +++ b/test/csit/plans/sdc/uiSanity/teardown.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +source ${WORKSPACE}/test/csit/scripts/sdc/kill_containers_and_remove_dataFolders.sh diff --git a/test/csit/plans/sdc/uiSanity/testplan.txt b/test/csit/plans/sdc/uiSanity/testplan.txt new file mode 100644 index 000000000..801f37d38 --- /dev/null +++ b/test/csit/plans/sdc/uiSanity/testplan.txt @@ -0,0 +1,3 @@ +# Test suites are relative paths under [integration.git]/test/csit/tests/. +# Place the suites in run order. +sdc/sanity |