summaryrefslogtreecommitdiff
path: root/tct/conf
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-04-19 14:58:17 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-06-06 13:44:33 +0200
commitb9d5bd3f090a304d674332a1a96c356d10369e41 (patch)
tree2a1edb88f37e5ed1387c2a45f58ea7e4e0bf932b /tct/conf
parent33ce1f60200ca9e5c11281f9291d3a3e50d85257 (diff)
downloadmajor-b9d5bd3f090a304d674332a1a96c356d10369e41.tar.gz
major-b9d5bd3f090a304d674332a1a96c356d10369e41.tar.bz2
major-b9d5bd3f090a304d674332a1a96c356d10369e41.zip
Check for IP argument
Change-Id: I181a0baa9f67aa9a1641b980b2ccb70e0df61347
Diffstat (limited to 'tct/conf')
-rwxr-xr-xtct/conf/conf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tct/conf/conf.sh b/tct/conf/conf.sh
index 26f0d21..4998ff1 100755
--- a/tct/conf/conf.sh
+++ b/tct/conf/conf.sh
@@ -80,6 +80,7 @@ copy_ssh() {
wait_ssh() {
SDMUX="$1"
test -n "${SDMUX}" || die "Missing argument: sdmux"
+ test -n "${IP}" || die "Missing env dependency: ip"
CONNECT_CNT=0
SLEEP=${INIT_SLEEP}