X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=samples%2Fvnf_samples%2Fnsut%2Fprox%2Ftc_prox_heat_context_l3fwd-2.yaml;h=cd600135f1e01258fb6df8ac17df243e19be157d;hb=1a35633a44079ddfd40044ca38144c73988d302a;hp=b7c9f9c6b9142c55610859d9e2b132a15fe05170;hpb=b2552579f300ec9f4c2b516eb44cac0efb3d4dd6;p=yardstick.git diff --git a/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l3fwd-2.yaml b/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l3fwd-2.yaml index b7c9f9c6b..cd600135f 100644 --- a/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l3fwd-2.yaml +++ b/samples/vnf_samples/nsut/prox/tc_prox_heat_context_l3fwd-2.yaml @@ -27,15 +27,20 @@ scenarios: options: vnf__0: - prox_path: /root/dppd-PROX-v037.1/build/prox + collectd: + interval: 1 + prox_path: /opt/nsb_bin/prox prox_config: "configs/handle_l3fwd-2.cfg" prox_args: "-t": "" prox_files: - "configs/ipv4.lua" : "" + "configs/ipv4-2port.lua" : "" + prox_generate_parameter: True tg__0: - prox_path: /root/dppd-PROX-v037.1/build/prox + collectd: + interval: 1 + prox_path: /opt/nsb_bin/prox prox_config: "configs/gen_l3fwd-2.cfg" prox_args: "-e": "" @@ -44,7 +49,7 @@ scenarios: runner: type: Duration # we kill after duration, independent of test duration, so set this high - duration: 200 + duration: 1800 context: name: yardstick @@ -76,11 +81,11 @@ context: cidr: '10.0.1.0/24' uplink_0: cidr: '10.0.2.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.0.3.0/24' - allowed_address_pairs: - - ip_address: - '0.0.0.0/0' \ No newline at end of file + gateway_ip: 'null' + port_security_enabled: False + enable_dhcp: 'false'