Combine similar SDC setup scripts into one
Replace almost identical setup scripts for SDC api and ui tests
with one that takes the wanted SDC test suite as an argument
Change-Id: Ic48ffa82a41d80da860eb043e3dfb71f55cc08ad
Issue-ID: INT-1084
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
diff --git a/plans/sdc/nightly/setup.sh b/plans/sdc/nightly/setup.sh
index ff310a5..7587d09 100644
--- a/plans/sdc/nightly/setup.sh
+++ b/plans/sdc/nightly/setup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-source ${WORKSPACE}/scripts/sdc/setup_sdc_for_apis_sanity.sh
+source ${WORKSPACE}/scripts/sdc/setup_sdc_for_sanity.sh tad
BE_IP=`get-instance-ip.sh sdc-BE`
echo BE_IP=${BE_IP}