From 73ec9a18052cdf875733fc9a4cc5492b5c51ecd8 Mon Sep 17 00:00:00 2001 From: blsaws Date: Sun, 22 May 2016 16:14:19 -0700 Subject: Align tests with current /tmp-based design JIRA: COPPER-4 Change-Id: I93253c11ac32b8c74669aa290ed59313406d9d79 Signed-off-by: blsaws --- tests/dmz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dmz.sh') diff --git a/tests/dmz.sh b/tests/dmz.sh index 1b5ff95..de7837a 100644 --- a/tests/dmz.sh +++ b/tests/dmz.sh @@ -56,7 +56,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 -- cgit 1.2.3-korg