X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ffixtures%2Ftest_neutron_port_internal_network%2Fpass%2Fpass0_base.yaml;h=248f780df214eb718e9cc270a29ecad9afc1dd5c;hb=refs%2Fchanges%2F41%2F78141%2F1;hp=797396c23ad15edfd9b3b3b27179071015bb8e8d;hpb=20c6955caddbb6e126755bbf4cc2412279d0a11f;p=vvp%2Fvalidation-scripts.git 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 }