diff options
-rw-r--r-- | tests/dmz-clean.sh | 2 | ||||
-rw-r--r-- | tests/dmz.sh | 2 | ||||
-rw-r--r-- | tests/reserved_subnet-clean.sh | 2 | ||||
-rw-r--r-- | tests/reserved_subnet.sh | 2 | ||||
-rw-r--r-- | tests/smtp_ingress-clean.sh | 2 | ||||
-rw-r--r-- | tests/smtp_ingress.sh | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/dmz-clean.sh b/tests/dmz-clean.sh index 3635ebb..32302a2 100644 --- a/tests/dmz-clean.sh +++ b/tests/dmz-clean.sh @@ -30,7 +30,7 @@ if [ $# -eq 1 ]; then fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Get Congress policy 'test' ID" test_policy_ID=$(openstack congress policy show test | awk "/ id / { print \$4 }") diff --git a/tests/dmz.sh b/tests/dmz.sh index 1b5ff95..de7837a 100644 --- a/tests/dmz.sh +++ b/tests/dmz.sh @@ -56,7 +56,7 @@ if [ $# -eq 1 ]; then fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Create Congress policy 'test'" if [[ $(openstack congress policy show test | awk "/ id / { print \$4 }") ]]; then unclean; fi diff --git a/tests/reserved_subnet-clean.sh b/tests/reserved_subnet-clean.sh index c4c46f6..f28863c 100644 --- a/tests/reserved_subnet-clean.sh +++ b/tests/reserved_subnet-clean.sh @@ -33,7 +33,7 @@ if [ $# -eq 1 ]; then set -x #echo on fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Get Congress policy 'test' ID" test_policy_ID=$(openstack congress policy show test | awk "/ id / { print \$4 }") diff --git a/tests/reserved_subnet.sh b/tests/reserved_subnet.sh index 6152a1b..839d38f 100644 --- a/tests/reserved_subnet.sh +++ b/tests/reserved_subnet.sh @@ -51,7 +51,7 @@ if [ $# -eq 1 ]; then fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Create Congress policy 'test'" if [[ $(openstack congress policy show test | awk "/ id / { print \$4 }") ]]; then unclean; fi diff --git a/tests/smtp_ingress-clean.sh b/tests/smtp_ingress-clean.sh index 898f4df..24a45d0 100644 --- a/tests/smtp_ingress-clean.sh +++ b/tests/smtp_ingress-clean.sh @@ -30,7 +30,7 @@ if [ $# -eq 1 ]; then fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Get Congress policy 'test' ID" test_policy_ID=$(openstack congress policy show test | awk "/ id / { print \$4 }") diff --git a/tests/smtp_ingress.sh b/tests/smtp_ingress.sh index 45f685e..40a0474 100644 --- a/tests/smtp_ingress.sh +++ b/tests/smtp_ingress.sh @@ -50,7 +50,7 @@ if [ $# -eq 1 ]; then fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Create Congress policy 'test'" if [[ $(openstack congress policy show test | awk "/ id / { print \$4 }") ]]; then unclean; fi |