From 854b09f25a0527c7021a5c88b79d41112a2a164f Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 14 Sep 2018 10:30:29 -0700 Subject: [PATCH] Add portal option to ete test script Change-Id: I06a9a03af82e2601955d9871f2443e66f9759dc2 Issue-ID: PORTAL-388 Signed-off-by: Gary Wu --- boot/robot/ete.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/robot/ete.sh b/boot/robot/ete.sh index c029dc2b..cbdfc409 100755 --- a/boot/robot/ete.sh +++ b/boot/robot/ete.sh @@ -6,7 +6,7 @@ # Note: Do not run multiple concurrent ete.sh as the --display is not parameterized and tests will collide # if [ "$1" == "" ];then - echo "Usage: ete.sh [ health | ete | closedloop | instantiate | distribute ]" + echo "Usage: ete.sh [ health | ete | closedloop | instantiate | distribute | portal ]" exit fi -- 2.16.6