summaryrefslogtreecommitdiffstats
path: root/tests/reserved_subnet-clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reserved_subnet-clean.sh')
-rw-r--r--tests/reserved_subnet-clean.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/reserved_subnet-clean.sh b/tests/reserved_subnet-clean.sh
index 3c0cf9c..56c6c5a 100644
--- a/tests/reserved_subnet-clean.sh
+++ b/tests/reserved_subnet-clean.sh
@@ -21,6 +21,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
@@ -33,7 +35,6 @@ if [ $# -eq 1 ]; then
set -x #echo on
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 }")