diff options
author | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-10-12 15:39:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-12 15:39:21 +0000 |
commit | 111b92a6a9d9ca9c24442497e444770369fac8be (patch) | |
tree | dcf5ebc2094fb010669c7bd8fb087b78b1790181 | |
parent | ae1e33ac7cfbad4b9a37329152ac4a42903a44d5 (diff) | |
parent | ad63af7f42d07cffde73c32727f170973ce5ba46 (diff) |
Merge "Add OvS 2.8.1 support into SA context"
-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 469f79931..3ad1097b0 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' |