diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-02 22:13:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-02 22:13:57 +0000 |
commit | e3d159300e64bdd222d8c397bacbc1f26ee3246d (patch) | |
tree | fb164c342691ddf669b0c6874e47995703a584b9 /samples/vnf_samples/nsut | |
parent | 77c7d358bc6a61e2a5c24c6056cc3e40561f27c7 (diff) | |
parent | 49a2c577be946f3a14564c5e8af78db6af446976 (diff) |
Merge "Optimize Core usage for the sampleVNFs"
Diffstat (limited to 'samples/vnf_samples/nsut')
-rw-r--r-- | samples/vnf_samples/nsut/vfw/tc_baremetal_rfc2544_ipv4_1rule_1flow_64B_trex_4port.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/vnf_samples/nsut/vfw/tc_baremetal_rfc2544_ipv4_1rule_1flow_64B_trex_4port.yaml b/samples/vnf_samples/nsut/vfw/tc_baremetal_rfc2544_ipv4_1rule_1flow_64B_trex_4port.yaml index 0904ace2c..8ec063657 100644 --- a/samples/vnf_samples/nsut/vfw/tc_baremetal_rfc2544_ipv4_1rule_1flow_64B_trex_4port.yaml +++ b/samples/vnf_samples/nsut/vfw/tc_baremetal_rfc2544_ipv4_1rule_1flow_64B_trex_4port.yaml @@ -16,7 +16,7 @@ schema: yardstick:task:0.1 scenarios: - type: NSPerf - traffic_profile: ../../traffic_profiles/ipv4_throughput-4.yaml + traffic_profile: ../../traffic_profiles/ipv4_throughput.yaml topology: vfw-tg-topology-4port.yaml nodes: tg__0: trafficgen_1.yardstick @@ -43,3 +43,4 @@ context: type: Node name: yardstick nfvi_type: baremetal + file: /etc/yardstick/nodes/pod_4.yaml |