Merge "Adding scale up feature to prox ACL SRIOV OvS-DPDK."
[yardstick.git] / yardstick / common / constants.py
index 3d775d4..03733b6 100644 (file)
@@ -176,3 +176,7 @@ SCOPE_CLUSTER = 'Cluster'
 # VNF definition
 SSH_PORT = 22
 LUA_PORT = 22022
+
+# IMIX mode
+DISTRIBUTION_IN_PACKETS = 'mode_DIP'
+DISTRIBUTION_IN_BYTES = 'mode_DIB'