summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAimee Ukasick <aimeeu.opensource@gmail.com>2017-01-31 12:07:14 -0600
committerAimee Ukasick <aimeeu.opensource@gmail.com>2017-02-01 10:34:53 -0600
commitc1d2d78f1d0b528b2529f614342ead89b4b69b49 (patch)
treebb8aa46e4d52888254628492f4c16ad78dacdcb2 /tests
parent04ddd3ab3fac7006262dce63e5f5c5d727c00bc5 (diff)
Update for Danube
JIRA: COPPER-1 Updated several files for continuity in capitalization and punctuation. Updated release notes. Updated or removed invalid URLs. Generated documentation locally to verify HTML output. Change-Id: I50bc0886f502c26c8fc0539e7e8104763d1a06a2 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/network_bridging.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/network_bridging.sh b/tests/network_bridging.sh
index 59138e4..5b36743 100644
--- a/tests/network_bridging.sh
+++ b/tests/network_bridging.sh
@@ -17,7 +17,7 @@
# What this is: An OpenStack Congress policy test. Sets up and validates policy
# creation and execution for:
# 1) Detecting that a VM is connected to two networks of different 'security
-# levels'. 'Security levels' in this example means that the service
+# levels.' 'Security levels' in this example means that the service
# provider assigns distinct sensitivity/risk to connections over those
# networks, e.g. a public network (e.g. DMZ) and an internal/private network
# (e.g. service provider admin network
@@ -27,9 +27,9 @@
#
# Status: this is a work in progress, under test.
#
-# Prequisite:
+# Prerequisite:
# - OpenStack Congress installed as part of an OpenStack deployment,
-# e.g. via Devstack, or OPFNV
+# e.g. via Devstack or OPFNV
# - OpenStack CLI environment variables setup
# How to use:
# # Create Congress policy and resources that exercise policy
@@ -135,7 +135,7 @@ until [[ $COUNTER -eq 0 || $RESULT == "Test Success!" ]]; do
let COUNTER-=1
sleep 5
done
-echo "$0: $(date) smz_connected table entries present for cirros1, cirros2:" $RESULT
+echo "$0: $(date) dmz_connected table entries present for cirros1, cirros2:" $RESULT
if [ "$RESULT" == "Test Failed!" ]; then fail; fi
echo "$0: $(date) Verify cirros1 and cirros2 IDs are in the Congress policy 'test' table 'admin_connected'"