aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-02-07 10:46:33 -0800
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-02-08 12:41:46 -0600
commit981e09ed2538cd187b31e66f8c73792fb8d246eb (patch)
treee0262e53ffe33ab39e8081c285bc316c486fb20c /ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
parent20c6955caddbb6e126755bbf4cc2412279d0a11f (diff)
[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>
Diffstat (limited to 'ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml18
1 files changed, 5 insertions, 13 deletions
diff --git a/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml b/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
index 797396c..248f780 100644
--- a/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
+++ b/ice_validator/tests/fixtures/test_neutron_port_internal_network/pass/pass0_base.yaml
@@ -38,25 +38,17 @@
#
# VERSION: '1.0.0'
----
-outputs:
- int_extnet_net_id:
- value: { get_resource: int_extnet_net_id }
+parameters:
int_intranet_net_name:
- value: { get_param: int_intranet_net_name }
-
+ type: string
resources:
int_intranet_network:
type: OS::Neutron::Net
- properties:
- name: { get_param: int_intranet_net_name }
- int_extnet_network:
- type: OS::Neutron::Net
+outputs:
-parameters:
- int_intranet_net_name:
- type: string
+ int_intranet_net_id:
+ value: { get_resource: int_intranet_network }