diff options
author | ojasdubey <ojas.dubey@amdocs.com> | 2018-03-12 16:33:05 +0530 |
---|---|---|
committer | ojasdubey <ojas.dubey@amdocs.com> | 2018-03-12 16:36:05 +0530 |
commit | 24c63214edc0a69530a53b2f0386c8d354de80c7 (patch) | |
tree | 7f81a8bea674eda9b9606278ba6d7b84567af473 | |
parent | e482ae4f367d1ee3a6269fe0f3db950029748cd4 (diff) |
Fixed BDD test failure
Updated the order of expected
test data
Change-Id: I67b2213565e56d1511f45fef9e9d22d4c76df1c7
Issue-ID: SDC-1110
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
-rw-r--r-- | openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml b/openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml index b41b5ea5e2..d88c77ea70 100644 --- a/openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml +++ b/openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml @@ -75,26 +75,26 @@ topology_template: FSB1_FSB1_OAM: type: org.openecomp.resource.cp.v2.extNeutronCP properties: - ip_requirements: - get_input: port_FSB1_OAM_ip_requirements - network_role: - get_input: port_FSB1_OAM_network_role - fixed_ips: - get_input: - - port_FSB1_OAM_fixed_ips - - index_value - subnetpoolid: - get_input: port_FSB1_OAM_subnetpoolid - mac_requirements: - get_input: port_FSB1_OAM_mac_requirements exCP_naming: get_input: port_FSB1_OAM_exCP_naming vlan_requirements: get_input: port_FSB1_OAM_vlan_requirements + ip_requirements: + get_input: port_FSB1_OAM_ip_requirements network_role_tag: get_input: port_FSB1_OAM_network_role_tag + mac_requirements: + get_input: port_FSB1_OAM_mac_requirements order: get_input: port_FSB1_OAM_order + network_role: + get_input: port_FSB1_OAM_network_role + subnetpoolid: + get_input: port_FSB1_OAM_subnetpoolid + fixed_ips: + get_input: + - port_FSB1_OAM_fixed_ips + - index_value network: get_input: - port_FSB1_OAM_network |