Check for IP argument 22/130922/3
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 19 Apr 2017 12:58:17 +0000 (14:58 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 4 Aug 2017 09:41:37 +0000 (11:41 +0200)
Change-Id: I181a0baa9f67aa9a1641b980b2ccb70e0df61347

tct/conf/conf.sh

index 26f0d21..4998ff1 100755 (executable)
@@ -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}