aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_contrail_instance_ip_parameters/fail/fail_module.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-11-12[VVP] updating ports.py to check str_replace paramsstark, steven1-1/+13
allowed_address_pairs/ip_address can use CIDR format, and is often done by using the intrinsic function str_replace. This update will naively go through each param in a str_replace to check if one is a valid allowed_address_pair/ip_address parameter. Issue-ID: VVP-341 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I24e7ad6b74e5795b577d99468517287be46cd2b7
2019-05-16[VVP] Add test for R-100260 and fix mappingLovett, Trevor (tl2972)1-0/+82
Re-arranged some helper and util functions to more logical locations. Added test to verify than an internal subnet parameter used in an incremental module is defined in the base module. Change-Id: I20369396b18820f0e321c0e75bd47446b0a7a39f Issue-ID: VVP-215 Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com>