Add: AVF into trace group
[csit.git] / resources / libraries / python / VPPUtil.py
index 1ae9ca6..8b7b689 100644 (file)
@@ -220,7 +220,8 @@ class VPPUtil(object):
         cmds = [
             "trace add dpdk-input 50",
             "trace add vhost-user-input 50",
-            "trace add memif-input 50"
+            "trace add memif-input 50",
+            "trace add avf-input 50"
         ]
 
         for cmd in cmds: