]> git.droids-corp.org - dpdk.git/blobdiff - app/test/autotest_data.py
test/fib: add autotests
[dpdk.git] / app / test / autotest_data.py
index 461ab071600ed00071389ace137b1463d16b2d84..c82fda27946ddcfac3ef99643924308fbfd8d141 100644 (file)
@@ -122,6 +122,18 @@ parallel_test_list = [
         "Func":    default_autotest,
         "Report":  None,
     },
+    {
+        "Name":    "FIB autotest",
+        "Command": "fib_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
+    {
+        "Name":    "FIB slow autotest",
+        "Command": "fib_slow_autotest",
+        "Func":    default_autotest,
+        "Report":  None,
+    },
     {
         "Name":    "Memcpy autotest",
         "Command": "memcpy_autotest",