summaryrefslogtreecommitdiffstats
path: root/tests/adhoc/reserved_subnet-clean.sh
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-18 19:04:39 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-18 19:04:39 -0700
commitfd37f6fb6a6ba6e961ef05c73a6bd788bfddc090 (patch)
tree8da88f61e8dabed441ec1b09754bedaea410b13a /tests/adhoc/reserved_subnet-clean.sh
parentdf203e1577646261c1670d1caf004f5a68d34508 (diff)
Update tests for new test server design.
JIRA: COPPER-4 Change-Id: I72227f3e3c1787dbac4d39ecff39d7b71631b906 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'tests/adhoc/reserved_subnet-clean.sh')
-rw-r--r--tests/adhoc/reserved_subnet-clean.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/adhoc/reserved_subnet-clean.sh b/tests/adhoc/reserved_subnet-clean.sh
index 7d5fbd6..4f149ba 100644
--- a/tests/adhoc/reserved_subnet-clean.sh
+++ b/tests/adhoc/reserved_subnet-clean.sh
@@ -31,9 +31,7 @@
if [ $1 == "debug" ]; then set -x #echo on
fi
-source ~/admin-openrc.sh <<EOF
-openstack
-EOF
+source /opt/copper/admin-openrc.sh
echo "Get Congress policy 'test' ID"
test_policy_ID=$(openstack congress policy show test | awk "/ id / { print \$4 }")