diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-10-30 14:32:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-30 14:32:37 +0000 |
commit | e17ba5d730878ae2a92cc9130e47630cc6745d91 (patch) | |
tree | c9c6640fd2838cfb1dca1193e101aac93bc4e359 | |
parent | 02aa6ce47db11f92bc343307fb7fe67dcc86f773 (diff) | |
parent | a7cd35e25cef622548430c248f3f360fe4b3afc2 (diff) |
Merge "Add OvS 2.8.1 support into SA context" into stable/gambia
-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' |