aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd-2-l3fwd-2.yaml
diff options
context:
space:
mode:
authorAbhijit Sinha <abhijit.sinha@intel.com>2017-09-12 19:08:41 +0100
committerAbhijit Sinha <abhijit.sinha@intel.com>2017-09-28 13:48:13 +0100
commitce9b1175dd9e382c623ee91755b1943eaf0e6cdb (patch)
tree8ac86facb7a9c1f49ff2e3214f852f675f00d594 /samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd-2-l3fwd-2.yaml
parent4529399c79b1e61ea37cb79e790adc130c98cf45 (diff)
Addition of Prox NSB BNG and BNG-QoS test
JIRA: YARDSTICK-802 Added Prox BNG and BNG-QoS Test - The tests supports BM, Openstack Heat - Supports 4 ports - Test added for BNG traffic profile - Fixed the Prox heat test cases with proper upstream and downstream links - Grafana Dashboard for BNG & BNG-QoS added - Increased the test Duration to 300 TODO: - Test does not Terminate correctly Update: Added new helper class for run_test: Genric, MPLS and BNG tests. Change-Id: Ib40811bedb45a3c3030643943f32679a4044e076 Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com> Signed-off-by: Edward MacGillivray <edward.s.macgillivray@intel.com> Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
Diffstat (limited to 'samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd-2-l3fwd-2.yaml')
-rw-r--r--samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd-2-l3fwd-2.yaml33
1 files changed, 17 insertions, 16 deletions
diff --git a/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd-2-l3fwd-2.yaml b/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd-2-l3fwd-2.yaml
index af98984b6..5af410215 100644
--- a/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd-2-l3fwd-2.yaml
+++ b/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l2fwd-2-l3fwd-2.yaml
@@ -44,6 +44,7 @@ scenarios:
# we kill after duration, independent of test duration, so set this high
interval: 5
timeout: 300
+
-
type: NSPerf
traffic_profile: ../../traffic_profiles/prox_binsearch.yaml
@@ -60,7 +61,7 @@ scenarios:
prox_args:
"-t": ""
prox_files:
- "configs/ipv4-2.lua" : ""
+ "configs/ipv4.lua" : ""
tg__0:
prox_path: /root/dppd-PROX-v037.1/build/prox
@@ -79,15 +80,15 @@ context:
name: yardstick
image: yardstick-samplevnfs
user: ubuntu
- flavor: yardstick-dpdk-flavor
-# flavor:
-# vcpus: 10
-# ram: 12288
-# disk: 6
-# extra_specs:
-# hw:cpu_sockets: 1
-# hw:cpu_cores: 10
-# hw:cpu_threads: 1
+ flavor:
+ vcpus: 10
+ ram: 20480
+ disk: 6
+ extra_specs:
+ hw:cpu_sockets: 1
+ hw:cpu_cores: 10
+ hw:cpu_threads: 1
+
placement_groups:
pgrp1:
policy: "availability"
@@ -105,11 +106,11 @@ context:
cidr: '10.0.1.0/24'
uplink_0:
cidr: '10.1.1.0/24'
- allowed_address_pairs:
- - ip_address:
- '0.0.0.0/0'
+ gateway_ip: 'null'
+ port_security_enabled: False
+ enable_dhcp: 'false'
downlink_0:
cidr: '10.1.1.0/24'
- allowed_address_pairs:
- - ip_address:
- '0.0.0.0/0'
+ gateway_ip: 'null'
+ port_security_enabled: False
+ enable_dhcp: 'false'