aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_contrail_instance_ip_resource_id.py
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2019-02-15 14:41:30 -0800
committerstark, steven <steven.stark@att.com>2019-02-15 14:41:30 -0800
commit00d850be4e8492c4bfc52e93ff374ad2e827ed94 (patch)
treeb85f2cb16f09f51f12443c47945fcdaee773018e /ice_validator/tests/test_contrail_instance_ip_resource_id.py
parent36731efa2c3de9cb52941058fde0dcbc4beeed5b (diff)
[VVP] remove tests for 88540, 20947, 54458
the reqs 88540, 20947, 54458 were removed from read the docs, the corresponding tests for these should also be removed. Change-Id: I1912321e6c68df34b41c32b62d0ae2a25873b959 Issue-ID: VVP-168 Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'ice_validator/tests/test_contrail_instance_ip_resource_id.py')
-rw-r--r--ice_validator/tests/test_contrail_instance_ip_resource_id.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/ice_validator/tests/test_contrail_instance_ip_resource_id.py b/ice_validator/tests/test_contrail_instance_ip_resource_id.py
index d08938e..5e80075 100644
--- a/ice_validator/tests/test_contrail_instance_ip_resource_id.py
+++ b/ice_validator/tests/test_contrail_instance_ip_resource_id.py
@@ -120,19 +120,3 @@ def test_contrail_instance_ip_resource_id_internal(yaml_file):
regex_names=("int_ip", "int_v6_ip"),
network_flavor=ContrailV2InstanceIpProcessor.network_flavor_internal,
)
-
-
-@validates("R-20947", "R-88540")
-def test_contrail_instance_ip_resource_id_subint(yaml_file):
- """
- subint
- {vm-type}_{vm-type_index}_subint_{network-role}_vmi_{vmi_index}
- _IP_{index}
- {vm-type}_{vm-type_index}_subint_{network-role}_vmi_{vmi_index}
- _v6_IP_{index}
- """
- run_test(
- yaml_file,
- regex_names=("subint_ip", "subint_v6_ip"),
- network_flavor=ContrailV2InstanceIpProcessor.network_flavor_subint,
- )