aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>2018-10-04 13:05:27 +0100
committerVolodymyr Mytnyk <volodymyrx.mytnyk@intel.com>2018-10-30 13:43:02 +0000
commita7cd35e25cef622548430c248f3f360fe4b3afc2 (patch)
tree108f238844a8df920d8740591e27ce701fe30f05
parente0b7c0ad95d44eea4db4a3fb532f51688c97c8fc (diff)
Add OvS 2.8.1 support into SA context
JIRA: YARDSTICK-1462 Change-Id: I001a173fc728be6e88f5ae6d38c64b740e536ff2 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> (cherry picked from commit ad63af7f42d07cffde73c32727f170973ce5ba46)
-rw-r--r--yardstick/benchmark/contexts/standalone/ovs_dpdk.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yardstick/benchmark/contexts/standalone/ovs_dpdk.py b/yardstick/benchmark/contexts/standalone/ovs_dpdk.py
index 73311f0c2..5d722e276 100644
--- a/yardstick/benchmark/contexts/standalone/ovs_dpdk.py
+++ b/yardstick/benchmark/contexts/standalone/ovs_dpdk.py
@@ -46,7 +46,8 @@ class OvsDpdkContext(base.Context):
'2.7.0': '16.11.1',
'2.7.1': '16.11.2',
'2.7.2': '16.11.3',
- '2.8.0': '17.05.2'
+ '2.8.0': '17.05.2',
+ '2.8.1': '17.05.2'
}
DEFAULT_OVS = '2.6.0'