kni: fix multi-process support
[dpdk.git] / app / test / autotest_data.py
index f2f9965..a6847ae 100755 (executable)
@@ -336,6 +336,19 @@ parallel_test_group_list = [
 # tests that should not be run when any other tests are running
 non_parallel_test_group_list = [
 
+{
+       "Prefix" :      "kni",
+       "Memory" :      "512",
+       "Tests" :
+       [
+               {
+                "Name" :       "KNI autotest",
+                "Command" :    "kni_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
+       ]
+},
 {
        "Prefix":       "mempool_perf",
        "Memory" :      all_sockets(256),