meter: initial import
[dpdk.git] / app / test / autotest_data.py
old mode 100644 (file)
new mode 100755 (executable)
index 5270447..9bd436b
@@ -2,7 +2,7 @@
 
 #   BSD LICENSE
 # 
-#   Copyright(c) 2010-2012 Intel Corporation. All rights reserved.
+#   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
 #   All rights reserved.
 # 
 #   Redistribution and use in source and binary forms, with or without 
@@ -77,6 +77,12 @@ parallel_test_group_list = [
                 "Func" :       default_autotest,
                 "Report" :     None,
                },
+               {
+                "Name" :       "Meter autotest",
+                "Command" :    "meter_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
                {
                 "Name" :       "Dump log history",
                 "Command" :    "dump_log_history",
@@ -363,6 +369,32 @@ non_parallel_test_group_list = [
                },
        ]
 },
+{
+       "Prefix" :      "power",
+       "Memory" :      all_sockets(512),
+       "Tests" :
+       [
+               {
+                "Name" :       "Power autotest",
+                "Command" :    "power_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
+       ]
+},
+{
+       "Prefix" :      "lpm6",
+       "Memory" :      "512",
+       "Tests" :
+       [
+               {
+                 "Name" :       "LPM6 autotest",
+                 "Command" :    "lpm6_autotest",
+                 "Func" :       default_autotest,
+                 "Report" :     None,
+                },
+       ]
+},
 {
        "Prefix":       "ring_perf",
        "Memory" :      all_sockets(512),