diff options
author | Myron Sosyak <myronx.sosyak@intel.com> | 2019-03-18 14:48:31 +0000 |
---|---|---|
committer | Oleksandr Naumets <oleksandrx.naumets@intel.com> | 2019-03-29 09:16:06 +0000 |
commit | 866d465eda937528c4269a86c4dbe632c68c6830 (patch) | |
tree | 4d95ad6af658235148b0f44483ea5bfbc91a4de7 /samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-up.yaml | |
parent | 662c9d0c2b4ed043a2d41451c6895a8cc3023f31 (diff) |
Add OpenStack test cases
Add OpenStack test cases with different framesize and IMIX
JIRA: YARDSTICK-1608
Change-Id: Ia7231dab8d2ff405cbf7794b7e7843763970998a
Signed-off-by: Myron Sosyak <myronx.sosyak@intel.com>
Signed-off-by: Oleksandr Naumets <oleksandrx.naumets@intel.com>
Diffstat (limited to 'samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-up.yaml')
-rw-r--r-- | samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-up.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-up.yaml b/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-up.yaml index fbfbbeb26..d0be9f4c0 100644 --- a/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-up.yaml +++ b/samples/vnf_samples/traffic_profiles/ipv4_throughput-scale-up.yaml @@ -33,7 +33,7 @@ # the profile defines a public and private side to make limited traffic correlation # between private and public side same way as it is made by IXIA solution. # -{% set vports = get(extra_args, 'vports', 2)|int / 2 %} +{% set vports = get(extra_args, 'vports', 2) %} --- schema: "nsb:traffic_profile:0.1" @@ -46,7 +46,7 @@ traffic_profile: frame_rate: 100 # pc of linerate duration: {{ duration }} -{% for vport in range(vports|int) %} +{% for vport in range((vports / 2)|int) %} uplink_{{vport}}: ipv4: id: {{ (vport * 2) + 1 }} |