diff options
author | blsaws <bryan.sullivan@att.com> | 2016-05-22 16:14:19 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-05-22 16:14:19 -0700 |
commit | 73ec9a18052cdf875733fc9a4cc5492b5c51ecd8 (patch) | |
tree | 159584ccd8ee9ae14cc7f62e7ef6f39063f6e2a1 /tests/reserved_subnet.sh | |
parent | c5f1e497ceb8fe5f03cc35ea40c480441c8e0c45 (diff) |
Align tests with current /tmp-based design
JIRA: COPPER-4
Change-Id: I93253c11ac32b8c74669aa290ed59313406d9d79
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'tests/reserved_subnet.sh')
-rw-r--r-- | tests/reserved_subnet.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reserved_subnet.sh b/tests/reserved_subnet.sh index 6152a1b..839d38f 100644 --- a/tests/reserved_subnet.sh +++ b/tests/reserved_subnet.sh @@ -51,7 +51,7 @@ if [ $# -eq 1 ]; then fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Create Congress policy 'test'" if [[ $(openstack congress policy show test | awk "/ id / { print \$4 }") ]]; then unclean; fi |