diff options
Diffstat (limited to 'tests/smtp_ingress.sh')
-rw-r--r-- | tests/smtp_ingress.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/smtp_ingress.sh b/tests/smtp_ingress.sh index 2c785bd..a800ca2 100644 --- a/tests/smtp_ingress.sh +++ b/tests/smtp_ingress.sh @@ -20,6 +20,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 @@ -50,8 +52,6 @@ if [ $# -eq 1 ]; then fi fi -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 |