aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-09-14 10:30:29 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-09-14 10:30:49 -0700
commit854b09f25a0527c7021a5c88b79d41112a2a164f (patch)
treeb5dfa0fff8010fe8a60b7717cafffea927695266
parent8ae23f9f45c8a481bec5238ecc759ac0c23538a6 (diff)
Add portal option to ete test script
Change-Id: I06a9a03af82e2601955d9871f2443e66f9759dc2 Issue-ID: PORTAL-388 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-xboot/robot/ete.sh2
1 files changed, 1 insertions, 1 deletions
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