diff options
author | Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> | 2018-10-04 13:05:27 +0100 |
---|---|---|
committer | Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> | 2018-10-04 13:07:15 +0100 |
commit | ad63af7f42d07cffde73c32727f170973ce5ba46 (patch) | |
tree | d291d170ef089c385bf4282ce4c2678afaf10d8a | |
parent | 4faa5ea500f65cca2b606a27fd2c22ed19358941 (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>
-rw-r--r-- | yardstick/benchmark/contexts/standalone/ovs_dpdk.py | 3 |
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' |