X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fautotest_data.py;h=618a9467d566bc1387a5cbc84ae327b0c4a7539a;hb=1b306359e58cb7b90c7d4130a9e74ab5c340298a;hp=af6ed5a0aa40f28e08a636412d7401236d419820;hpb=2d23ec5631d13710bd219ae4feaca4a8607e9ae2;p=dpdk.git diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py index af6ed5a0aa..618a9467d5 100644 --- a/app/test/autotest_data.py +++ b/app/test/autotest_data.py @@ -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",