summaryrefslogtreecommitdiffstats
path: root/tests/smtp_ingress-clean.sh
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-22 16:14:19 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-22 16:14:19 -0700
commit73ec9a18052cdf875733fc9a4cc5492b5c51ecd8 (patch)
tree159584ccd8ee9ae14cc7f62e7ef6f39063f6e2a1 /tests/smtp_ingress-clean.sh
parentc5f1e497ceb8fe5f03cc35ea40c480441c8e0c45 (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/smtp_ingress-clean.sh')
-rw-r--r--tests/smtp_ingress-clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smtp_ingress-clean.sh b/tests/smtp_ingress-clean.sh
index 898f4df..24a45d0 100644
--- a/tests/smtp_ingress-clean.sh
+++ b/tests/smtp_ingress-clean.sh
@@ -30,7 +30,7 @@ if [ $# -eq 1 ]; then
fi
fi
-source /opt/copper/admin-openrc.sh
+source /tmp/copper/admin-openrc.sh
echo "Get Congress policy 'test' ID"
test_policy_ID=$(openstack congress policy show test | awk "/ id / { print \$4 }")