From ca11067db2b34a9f816f743284da9b6a20ad4c42 Mon Sep 17 00:00:00 2001 From: blsaws Date: Fri, 10 Jun 2016 08:16:15 -0700 Subject: Align tests with common approach across adhoc/CI/Functest environments. JIRA: COPPER-4 Change-Id: I1b7f498b7b0d53e503396d75c40e6db26f0fa21b Signed-off-by: blsaws --- tests/reserved_subnet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/reserved_subnet.sh') diff --git a/tests/reserved_subnet.sh b/tests/reserved_subnet.sh index d76806b..73123b5 100644 --- a/tests/reserved_subnet.sh +++ b/tests/reserved_subnet.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 @@ -51,8 +53,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 -- cgit 1.2.3-korg