diff options
Diffstat (limited to 'tests/adhoc')
-rw-r--r-- | tests/adhoc/dmz01-clean.sh | 2 | ||||
-rw-r--r-- | tests/adhoc/dmz01.sh | 4 | ||||
-rw-r--r-- | tests/adhoc/smoke01-clean.sh | 2 | ||||
-rw-r--r-- | tests/adhoc/smoke01.sh | 2 | ||||
-rw-r--r-- | tests/adhoc/smtp_ingress-clean.sh | 2 | ||||
-rw-r--r-- | tests/adhoc/smtp_ingress.sh | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/tests/adhoc/dmz01-clean.sh b/tests/adhoc/dmz01-clean.sh index 9a917c5..4d19941 100644 --- a/tests/adhoc/dmz01-clean.sh +++ b/tests/adhoc/dmz01-clean.sh @@ -19,7 +19,7 @@ # Status: this is a work in progress, under test. # # How to use: -# Install test server per https://wiki.opnfv.org/copper/academy/congress/test +# Install Congress test server per https://wiki.opnfv.org/copper/academy # $ source ~/git/copper/tests/adhoc/dmz01.sh # After test, cleanup with # $ source ~/git/copper/tests/adhoc/dmz01-clean.sh diff --git a/tests/adhoc/dmz01.sh b/tests/adhoc/dmz01.sh index 97c22e1..bc5486a 100644 --- a/tests/adhoc/dmz01.sh +++ b/tests/adhoc/dmz01.sh @@ -27,8 +27,8 @@ # Status: this is a work in progress, under test. # # How to use: -# Install test server per https://wiki.opnfv.org/copper/academy/congress/test -# # Create Congress policy and resources that exercise polity +# Install Congress test server per https://wiki.opnfv.org/copper/academy +# # Create Congress policy and resources that exercise policy # $ source ~/git/copper/tests/adhoc/dmz01.sh # After test, cleanup # $ source ~/git/copper/tests/adhoc/dmz01-clean.sh diff --git a/tests/adhoc/smoke01-clean.sh b/tests/adhoc/smoke01-clean.sh index 645b9c1..72397c9 100644 --- a/tests/adhoc/smoke01-clean.sh +++ b/tests/adhoc/smoke01-clean.sh @@ -19,7 +19,7 @@ # Status: this is a work in progress, under test. # # How to use: -# Install test server per https://wiki.opnfv.org/copper/academy/congress/test +# Install Congress test server per https://wiki.opnfv.org/copper/academy # $ source ~/git/copper/tests/adhoc/smoke01.sh # After test, cleanup with # $ source ~/git/copper/tests/adhoc/smoke01-clean.sh diff --git a/tests/adhoc/smoke01.sh b/tests/adhoc/smoke01.sh index 2f6e84b..593d185 100644 --- a/tests/adhoc/smoke01.sh +++ b/tests/adhoc/smoke01.sh @@ -22,7 +22,7 @@ # internet and between VMs has not yet been implemented. # # How to use: -# Install test server per https://wiki.opnfv.org/copper/academy/congress/test +# Install Congress test server per https://wiki.opnfv.org/copper/academy # $ source ~/git/copper/tests/adhoc/smoke01.sh # After test, cleanup with # $ source ~/git/copper/tests/adhoc/smoke01-clean.sh diff --git a/tests/adhoc/smtp_ingress-clean.sh b/tests/adhoc/smtp_ingress-clean.sh index ea199d2..00333f8 100644 --- a/tests/adhoc/smtp_ingress-clean.sh +++ b/tests/adhoc/smtp_ingress-clean.sh @@ -19,7 +19,7 @@ # Status: this is a work in progress, under test. # # How to use: -# Install test server per https://wiki.opnfv.org/copper/academy/congress/test +# Install Congress test server per https://wiki.opnfv.org/copper/academy # $ source ~/git/copper/tests/adhoc/dmz01.sh # After test, cleanup with # $ source ~/git/copper/tests/adhoc/dmz01-clean.sh diff --git a/tests/adhoc/smtp_ingress.sh b/tests/adhoc/smtp_ingress.sh index dd214cd..0616341 100644 --- a/tests/adhoc/smtp_ingress.sh +++ b/tests/adhoc/smtp_ingress.sh @@ -21,8 +21,8 @@ # Status: this is a work in progress, under test. # # How to use: -# Install test server per https://wiki.opnfv.org/copper/academy/congress/test -# # Create Congress policy and resources that exercise polity +# Install Congress test server per https://wiki.opnfv.org/copper/academy +# # Create Congress policy and resources that exercise policy # $ source smtp_ingress.sh # After test, cleanup # $ source smtp_ingress-clean.sh |