X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=7405149bc81398222e9c3e7d2f73b0145b2f3bfa;hb=32dcb9fd2a22b4303ed40375262f295a13c15d4a;hp=7e67e987cf533bd7b05497dbb26bd2dde4819076;hpb=2173f3333b61d243ee4745f79519e86478f38c4d;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index 7e67e987cf..7405149bc8 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -176,6 +176,12 @@ parallel_test_list = [ "Func": ticketlock_autotest, "Report": None, }, + { + "Name": "MCSlock autotest", + "Command": "mcslock_autotest", + "Func": mcslock_autotest, + "Report": None, + }, { "Name": "Byte order autotest", "Command": "byteorder_autotest",