From 3cab011e38501b4adedcbc9c15d47b33e4f0100a Mon Sep 17 00:00:00 2001 From: Abhijit Sinha Date: Thu, 7 Jun 2018 19:59:08 +0100 Subject: NSB Topology fix for Prox 4 port test case The uplink and downlink interfaces for the 4 port test cases were inconsistent and fixed in this commit. This affects all the 4 port PROX test cases. Tested on: Heat L2fwd-4 and L3fwd-4 test case. JIRA: YARDSTICK-1185 Change-Id: Ia2ce7ed0dc395b812f84ede94e259b42dc833579 Signed-off-by:Abhijit Sinha (cherry picked from commit 8ebd2d3fde473ffcd139090bd688882d4e5e0f44) --- samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml') diff --git a/samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml b/samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml index 0578bf5f7..b043dd08a 100644 --- a/samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml +++ b/samples/vnf_samples/nsut/prox/tc_prox_heat_context_bng_qos-4.yaml @@ -86,12 +86,12 @@ context: gateway_ip: 'null' port_security_enabled: False enable_dhcp: 'false' - downlink_1: + uplink_1: cidr: '10.0.4.0/24' gateway_ip: 'null' port_security_enabled: False enable_dhcp: 'false' - downlink_2: + downlink_1: cidr: '10.0.5.0/24' gateway_ip: 'null' port_security_enabled: False -- cgit 1.2.3-korg