Re: [dpdk-dev] [PATCH] test: fix to skip power acpi cpufreq autotest

2018-11-13 Thread Thomas Monjalon
13/11/2018 17:07, Pattan, Reshma: > From: Poornima, PallantlaX > > > > Power_acpi_cpufreq_autotest should not be run on VM and platforms which > > dont have acpi_cpufreq module loaded. > > Hence changed return as TEST_SKIPPED > > > > Fixes: 0ea2dd4409 ("test: skip when required lib not available"

Re: [dpdk-dev] [PATCH] test: fix to skip power acpi cpufreq autotest

2018-11-13 Thread Pattan, Reshma
> -Original Message- > From: Poornima, PallantlaX > Sent: Tuesday, November 13, 2018 1:58 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Hunt, David > ; Poornima, PallantlaX > ; sta...@dpdk.org > Subject: [PATCH] test: fix to skip power acpi cpufreq autotest > > Power_acpi_cpufreq_autotes

[dpdk-dev] [PATCH] test: fix to skip power acpi cpufreq autotest

2018-11-13 Thread Pallantla Poornima
Power_acpi_cpufreq_autotest should not be run on VM and platforms which dont have acpi_cpufreq module loaded. Hence changed return as TEST_SKIPPED Fixes: 0ea2dd4409 ("test: skip when required lib not available") Cc: sta...@dpdk.org Signed-off-by: Pallantla Poornima --- test/test/test_power_acpi