From b6f2ac350d36cf7cc22e0c6e02804d7aa82d77eb Mon Sep 17 00:00:00 2001 From: kaihlavi Date: Tue, 21 May 2019 16:38:53 +0300 Subject: 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 --- plans/sdc/nightly/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plans/sdc/nightly/setup.sh') diff --git a/plans/sdc/nightly/setup.sh b/plans/sdc/nightly/setup.sh index ff310a5a..7587d096 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} -- cgit 1.2.3-korg