X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=fba66045f7be7b9f1d61b32953f27675856fa7a2;hb=3f1fc5f2cbc57ed719f9a1b24c8e450c5a95e8db;hp=db2527489ee1284876ee02b10f65afff7a0919d1;hpb=efbcdaa55b9305bb3f0e799696c75a621ed60264;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index db2527489e..fba66045f7 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -175,7 +175,7 @@ parallel_test_list = [ "Command": "ticketlock_autotest", "Func": ticketlock_autotest, "Report": None, - } + }, { "Name": "Byte order autotest", "Command": "byteorder_autotest", @@ -700,6 +700,18 @@ non_parallel_test_list = [ "Func": default_autotest, "Report": None, }, + { + "Name": "RCU QSBR autotest", + "Command": "rcu_qsbr_autotest", + "Func": default_autotest, + "Report": None, + }, + { + "Name": "RCU QSBR performance autotest", + "Command": "rcu_qsbr_perf_autotest", + "Func": default_autotest, + "Report": None, + }, # # Please always make sure that ring_perf is the last test! #