diff options
author | Steven Wright <sw3588@att.com> | 2019-05-09 17:49:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-09 17:49:35 +0000 |
commit | e4d14d1e0d1d676c881637351010821633c1aa4b (patch) | |
tree | 905f4b9784a08e3a7708103ef24b27e3c660dc40 /ice_validator/tests/fixtures | |
parent | 59c9e996728d7d4d8d1e184857933deff68d4b91 (diff) | |
parent | 2d04106b17f879fb4318bd79fd40b3314090f843 (diff) |
Merge "[VVP] relaxing test_contrail_fqdn"
Diffstat (limited to 'ice_validator/tests/fixtures')
-rw-r--r-- | ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml b/ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml index 81faeb2..5d61de5 100644 --- a/ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml +++ b/ice_validator/tests/fixtures/test_contrail_fqdn/pass/pass0.yaml @@ -40,16 +40,26 @@ --- parameters: - bialy_net_fqdn: + oam_net_fqdn: + type: string + huey: + type: string + dewey: type: string resources: - vm_typeX_0_bialy_port_2: + fw_0_oam_vmi_0: + type: OS::ContrailV2::VirtualMachineInterface + properties: + virtual_network_refs: + - get_param: oam_net_fqdn + + fw_0_int_internal_vmi_0: type: OS::ContrailV2::VirtualMachineInterface properties: virtual_network_refs: - - get_param: huey - - get_param: dewey - - get_param: bialy_net_fqdn + - get_resource: { int_internal_network } + int_internal_network: + type: OS::Neutron::Net |