summaryrefslogtreecommitdiffstats
path: root/tests/dmz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dmz.sh')
-rw-r--r--tests/dmz.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/dmz.sh b/tests/dmz.sh
index 3cff177..fd5d5b2 100644
--- a/tests/dmz.sh
+++ b/tests/dmz.sh
@@ -26,6 +26,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
# # Create Congress policy and resources that exercise policy
@@ -56,11 +58,6 @@ if [ $# -eq 1 ]; then
fi
fi
-echo "Activate virtualenv if needed"
-cd ~/congress/venv
-source bin/activate
-source /tmp/copper/admin-openrc.sh
-
echo "Create Congress policy 'test'"
if [ $(openstack congress policy show test | awk "/ id / { print \$4 }") ]; then unclean; fi
openstack congress policy create test