diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-12-18 10:18:50 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-12-18 10:18:50 -0800 |
commit | f1e3c1d23ec71bb8cf14b4fdd920c748f65aebfe (patch) | |
tree | 00fbd074cc37f080abac5e1a708b275bc6d5b0a6 | |
parent | a3116127ca79d0bdecef51c4ec4bd7e713b2262d (diff) |
Show trace in get-floating-ip.sh
Change-Id: I8d0a43bd3377f06f7fa58c364f438ab5fc735a13
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-x | test/ete/scripts/get-floating-ip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/get-floating-ip.sh b/test/ete/scripts/get-floating-ip.sh index 55854e73f..004025db2 100755 --- a/test/ete/scripts/get-floating-ip.sh +++ b/test/ete/scripts/get-floating-ip.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash -x # Get floating IP assigned to a server name PORT_ID=$(openstack server show -f json $1 | python -c 'import sys, json; print json.load(sys.stdin)["wrs-if:nics"][0]["nic1"]["port_id"]') |