vpp_device: Multiple NICs (suitegen)
[csit.git] / resources / libraries / python / Constants.py
index f8c4c7f..ec6c589 100644 (file)
@@ -415,6 +415,10 @@ class Constants:
         u"Intel-XL710": u"HW_DH895xcc",
     }
 
+    DEVICE_TYPE_TO_KEYWORD = {
+        u"scapy": None
+    }
+
     PERF_TYPE_TO_KEYWORD = {
         u"mrr": u"Traffic should pass with maximum rate",
         u"ndrpdr": u"Find NDR and PDR intervals using optimized search",