Merge "Add OvS 2.8.1 support into SA context"
[yardstick.git] / 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'