aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_vm_class_has_unique_type.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-12-03 15:18:03 -0600
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-12-04 14:03:02 -0600
commit079622e0b69ec1e5c50af08c8312937609929233 (patch)
tree617cad5ce13fa7f258cb054d5c0cf1cf37eb028c /ice_validator/tests/test_vm_class_has_unique_type.py
parent74436fb509d03ea56feb50afa083c9c393fd95c5 (diff)
[VVP] Support pluggable data sources for preload data
Change-Id: Ia7fcfa25203a93eac93381f472e3ba1e6c11235f Issue-ID: VVP-339 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/tests/test_vm_class_has_unique_type.py')
-rw-r--r--ice_validator/tests/test_vm_class_has_unique_type.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ice_validator/tests/test_vm_class_has_unique_type.py b/ice_validator/tests/test_vm_class_has_unique_type.py
index b158f5b..7020a14 100644
--- a/ice_validator/tests/test_vm_class_has_unique_type.py
+++ b/ice_validator/tests/test_vm_class_has_unique_type.py
@@ -134,18 +134,18 @@ def key_diff(d1, d2, prefix=""):
@validates("R-01455")
def test_vm_class_has_unique_type(yaml_files):
"""
- When a VNF’s Heat Orchestration Template creates a Virtual
- Machine (i.e., OS::Nova::Server), each “class” of VMs MUST be
- assigned a VNF unique vm-type; where “class” defines VMs that
+ When a VNF's Heat Orchestration Template creates a Virtual
+ Machine (i.e., OS::Nova::Server), each "class" of VMs MUST be
+ assigned a VNF unique vm-type; where "class" defines VMs that
MUST have the following identical characteristics:
1. OS::Nova::Server resource property flavor value
2. OS::Nova::Server resource property image value
3. Cinder Volume attachments
- Each VM in the “class” MUST have the identical Cinder
+ Each VM in the "class" MUST have the identical Cinder
Volume configuration
4. Network attachments and IP address requirements
- Each VM in the “class” MUST have the the identical number of
+ Each VM in the "class" MUST have the the identical number of
ports connecting to the identical networks and requiring the
identical IP address configuration
"""