[VVP] Fixing internal network check 41/78141/1
authorLovett, Trevor <trevor.lovett@att.com>
Thu, 7 Feb 2019 18:46:33 +0000 (10:46 -0800)
committerLovett, Trevor (tl2972) <tl2972@att.com>
Fri, 8 Feb 2019 18:41:46 +0000 (12:41 -0600)
commit981e09ed2538cd187b31e66f8c73792fb8d246eb
treee0262e53ffe33ab39e8081c285bc316c486fb20c
parent20c6955caddbb6e126755bbf4cc2412279d0a11f
[VVP] Fixing internal network check

The test_neutron_port_internal_network test
is intended to check that internal networks
referenced in **incremental** modules are defined
and exported in the base template.  The current
version of the test applies this check to nested
modules as well causing false violations to be flagged.

Issue-ID: VVP-163

Change-Id: I42cc81acf0cc2b6827ae8cf4e9a7faa4af91f9b4
Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com>
ice_validator/tests/conftest.py
ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/nested.yaml [new file with mode: 0644]
ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0.yaml
ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
ice_validator/tests/test_neutron_port_internal_network.py
pom.xml