app/test: check cloning a clone
[dpdk.git] / app / test / autotest_data.py
index af6ed5a..618a946 100644 (file)
@@ -1,14 +1,14 @@
 #!/usr/bin/python
 
 #   BSD LICENSE
-# 
+#
 #   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
 #   All rights reserved.
-# 
+#
 #   Redistribution and use in source and binary forms, with or without
 #   modification, are permitted provided that the following conditions
 #   are met:
-# 
+#
 #     * Redistributions of source code must retain the above copyright
 #       notice, this list of conditions and the following disclaimer.
 #     * Redistributions in binary form must reproduce the above copyright
@@ -18,7 +18,7 @@
 #     * Neither the name of Intel Corporation nor the names of its
 #       contributors may be used to endorse or promote products derived
 #       from this software without specific prior written permission.
-# 
+#
 #   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 #   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 #   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -339,12 +339,6 @@ parallel_test_group_list = [
                 "Command" :    "acl_autotest",
                 "Func" :       default_autotest,
                 "Report" :     None,
-               },
-               {
-                "Name" :       "Pattern match autotest",
-                "Command" :    "pm_autotest",
-                "Func" :       default_autotest,
-                "Report" :     None,
                },
                 {
                 "Name" :"Sched autotest",
@@ -430,6 +424,32 @@ non_parallel_test_group_list = [
                },
        ]
 },
+{
+       "Prefix" :      "power_acpi_cpufreq",
+       "Memory" :      all_sockets(512),
+       "Tests" :
+       [
+               {
+                "Name" :       "Power ACPI cpufreq autotest",
+                "Command" :    "power_acpi_cpufreq_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
+       ]
+},
+{
+       "Prefix" :      "power_kvm_vm",
+       "Memory" :      "512",
+       "Tests" :
+       [
+               {
+                "Name" :       "Power KVM VM  autotest",
+                "Command" :    "power_kvm_vm_autotest",
+                "Func" :       default_autotest,
+                "Report" :     None,
+               },
+       ]
+},
 {
        "Prefix" :      "lpm6",
        "Memory" :      "512",