diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-04-29 20:56:55 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-04-29 21:29:24 +0000 |
commit | 7a7bc66879f2efd93be2ebbd959176a10b07f74f (patch) | |
tree | 5b5eb2942faa075282ca57123a02cd31a828be0b /ice_validator | |
parent | 684ad537becece9df772b04d0d8226bcb7c30ca4 (diff) |
VNFRQTS - update contrail validation
Issue-ID: VVP-200
Change-Id: Iae2b9941ac6470e94df988daf9a306924fa3ca3b
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Diffstat (limited to 'ice_validator')
-rw-r--r-- | ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml | 3 | ||||
-rw-r--r-- | ice_validator/tests/structures.py | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml b/ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml index 50d1911..78ac95c 100644 --- a/ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml +++ b/ice_validator/tests/fixtures/test_contrail_vn_resource_id/pass/pass0.yaml @@ -43,7 +43,4 @@ resources: int_0_romeo_network: type: OS::ContrailV2::VirtualNetwork - - int_0_romeo_RVN: - type: OS::ContrailV2::VirtualNetwork diff --git a/ice_validator/tests/structures.py b/ice_validator/tests/structures.py index 9c47b80..e81f3a1 100644 --- a/ice_validator/tests/structures.py +++ b/ice_validator/tests/structures.py @@ -452,7 +452,7 @@ class ContrailV2VirtualNetworkProcessor(HeatProcessor): re_rids = collections.OrderedDict( [ ("network", _get_regex(r"int" r"_(?P<network_role>.+)" r"_network" r"$")), - ("rvn", _get_regex(r"int" r"_(?P<network_role>.+)" r"_RVN" r"$")), + # ("rvn", _get_regex(r"int" r"_(?P<network_role>.+)" r"_RVN" r"$")), ] ) |