Merge "Add OvS 2.8.1 support into SA context"
authorAbhijit Sinha <abhijit.sinha@intel.com>
Fri, 12 Oct 2018 15:39:21 +0000 (15:39 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 12 Oct 2018 15:39:21 +0000 (15:39 +0000)
yardstick/benchmark/contexts/standalone/ovs_dpdk.py

index 469f799..3ad1097 100644 (file)
@@ -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'