From 9fbab3e0ca256813d6e89d3f0e5f8f202ccf77c6 Mon Sep 17 00:00:00 2001 From: Maciej Skrocki Date: Tue, 17 Oct 2017 14:41:50 -0700 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'stable/euphrates' - Added required ubuntu packages to run IxLoad client To fully enable IxLoad, after installing the IXIA client, check /opt/ixia/ixload//bin/ixloadpython and make sure you can run this cmd inside the yardstick container. Usually user is required to copy or link /opt/ixia/python//bin/ixiapython to /usr/bin/ixiapython. Change-Id: I6bc633802ad6c70329581014ec89c75bb7f8d688 Signed-off-by: Maciej Skrocki - pmu mirror creation ansible error fix While creating the mirror for pmu event list generation, some of the links would fail, throwing error. This fixes that. Change-Id: I52e96b1a6eacb5a9611845e815ecff9052df168a Signed-off-by: Dhaval Patel - Enable static cgnapt functionality. Change-Id: Ie770ca69ebdc66589ed6ca5c25bfc9a75afb8938 Signed-off-by: Deepak S - BugFix: Fix to Load Balancer - Previously Dropped packets was acceptable Dropped packets were tolerated. Now no longer tolerated (except 0.01%) Change-Id: I69d4f1a84d82e03a091a61419fa05fea13176c1c Signed-off-by: Daniel Martin Buckley - validate_non_string_sequence: use six.string_types Change-Id: I7248d97a55974091daf20f0fba4b612101a0e4c5 Signed-off-by: Ross Brattain - Disable spoof check on vfs in sriov setup Change-Id: I8577231c2e78776cb30f7f7ded353a4fbc585aaa Signed-off-by: Deepak S - Adding cpu set to enable affinity for given vcpu Change-Id: If2e079966939b7faa33d2833d81caad0a3669036 Signed-off-by: Deepak S - Adding sample multi-port ansible script - trex - ixia - ixia correlated Change-Id: I7d1414227c27c2bb03454eac94592e07c434f070 Signed-off-by: Deepak S - fix invalid chracters in ansible scripts Change-Id: I3d1a491e4c0f0554a861d9bb24fbd0ac94835759 Signed-off-by: Deepak S - Update the traffic profile to support sample multi-port Change-Id: Iaf8b3e0aa3855443b0628573a1df98d177f27c76 Signed-off-by: Deepak S - Relocate iniparser to yardstick.network_services.helpers Change-Id: I1f457c9c24f2ca84dde61b64f58edaff8952670a Signed-off-by: Edward MacGillivray - BugFix: Fix to negative dropped packets appearing in results. As per defect: the "VNF packets dropped" time series is negative - negative number of packets dropped is not meaningful. Solution: Return a positive value. Change-Id: I358006a691f2d6b5954333b9f7a745aba97ae44f Signed-off-by: Daniel Martin Buckley - BugFix: limit the count to supported range in min/max In trex, giving count beyond the allowed range causes trex client to fail. Check the range and reset the count before starting the traffic Change-Id: I58e54f47edb5f249087b8f7178b807ddfb13b03c Signed-off-by: Deepak S --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index fc9af8a1f..58239b1bf 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit fc9af8a1fb0a562f810549605f23f46fea3d2b3f +Subproject commit 58239b1bfbcbeca4720de3c88325a531c8f84a0d -- cgit 1.2.3-korg