diff options
author | 2017-02-09 01:31:09 +0000 | |
---|---|---|
committer | 2017-02-09 01:31:09 +0000 | |
commit | 70d440b2a853bb2ab19b45742a7f97cc2ca77e8e (patch) | |
tree | e594d0a958e9bf0a9f3357c06d1f930c3161dc02 /tests/vHello_Tacker.sh | |
parent | 488ac852c3a553bb01db8dce0e70876fda44e5c0 (diff) | |
parent | 5868265049d434c2d642e41ab2730683cc765eb9 (diff) |
Merge "Minor editorials in advance of copying intro to other tests."
Diffstat (limited to 'tests/vHello_Tacker.sh')
-rw-r--r-- | tests/vHello_Tacker.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/vHello_Tacker.sh b/tests/vHello_Tacker.sh index bb96c32..a459556 100644 --- a/tests/vHello_Tacker.sh +++ b/tests/vHello_Tacker.sh @@ -23,7 +23,7 @@ # as extended for testing of more Tacker-supported features as of OpenStack # Newton. # -# Pre-State: +# Prerequisites: # This test can be run in either an OPNFV environment, or a plain OpenStack # environment (e.g. Devstack). # For Devstack running in a VM on the host, you must first enable the host to @@ -35,8 +35,9 @@ # $ sudo route add -net 172.24.0.0/16 gw 192.168.122.112 # Sub your devstack Public network subnet for 172.24.0.0/16, and # your devstack VM IP address on the host for 192.168.122.112 -# For OPNFV-based tests, pre-requisites are +# For OPNFV-based tests, prerequisites are # 1) models-joid-001 | models-apex-001 (installation of OPNFV system) +# The test may work, but has not been tested for other OPNFV installers. # # Test Steps and Assertions: # 1) bash vHello_Tacker.sh setup <openrc> [branch] |