summaryrefslogtreecommitdiffstats
path: root/tests/smtp_ingress-clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/smtp_ingress-clean.sh')
-rw-r--r--tests/smtp_ingress-clean.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/smtp_ingress-clean.sh b/tests/smtp_ingress-clean.sh
index e43db81..08f788e 100644
--- a/tests/smtp_ingress-clean.sh
+++ b/tests/smtp_ingress-clean.sh
@@ -18,6 +18,8 @@
#
# Status: this is a work in progress, under test.
#
+# Prequisite: OPFNV installed per JOID or Apex installer
+# - OpenStack CLI environment variables setup
# How to use:
# Install Congress test server per https://wiki.opnfv.org/copper/academy
# $ bash dmz.sh
@@ -30,8 +32,6 @@ if [ $# -eq 1 ]; then
fi
fi
-source /tmp/copper/admin-openrc.sh
-
echo "Get Congress policy 'test' ID"
test_policy_ID=$(openstack congress policy show test | awk "/ id / { print \$4 }")