From 5fbe9fa818ce9a3f254501615bb6cad8a5e5e2cb Mon Sep 17 00:00:00 2001 From: ojasdubey Date: Thu, 19 Apr 2018 14:37:10 +0530 Subject: Fixed BDD test failure due to updated test data Updated the order of expected test data Change-Id: I596ffd93eab9a6357bff3d080d88e786a0997dec Issue-ID: SDC-1110 Signed-off-by: ojasdubey --- .../resources/yaml/Nested_FSB1ServiceTemplate.yaml | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'openecomp-bdd/resources') diff --git a/openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml b/openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml index b41b5ea5e2..01add1bfaf 100644 --- a/openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml +++ b/openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml @@ -75,26 +75,27 @@ 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 + subinterface_indicator: false + 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 -- cgit 1.2.3-korg