Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558783
| From | Shuah Khan <shuah@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework |
| Date | 2017-01-13 23:40 +0100 |
| Message-ID | <sZiFQ-6v3-45@gated-at.bofh.it> (permalink) |
| References | <sZ3GN-5VP-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 01/12/2017 11:36 PM, Viresh Kumar wrote: > Hi, > > This patchset adds support for cpufreq selftests to the kernel selftest > framework. More details can be found on individual patches. > > These are all tested after installation of selftests on ARM Dual A15 > core Exynos platform. > > The content of the output file for the basic tests looks like this: > http://pastebin.com/nBY9AfD5 . > > -- > viresh Hi Viresh, Could you please add .gitignore for generated files. You can send that as a separate patch and don't have to resend the series. thanks, -- Shuah > > Viresh Kumar (4): > selftest: cpufreq: Add support for cpufreq tests > selftest: cpufreq: Add suspend/resume/hibernate support > selftest: cpufreq: Add support to test cpufreq modules > selftest: cpufreq: Add special tests > > tools/testing/selftests/Makefile | 1 + > tools/testing/selftests/cpufreq/Makefile | 8 + > tools/testing/selftests/cpufreq/cpu.sh | 84 ++++++++ > tools/testing/selftests/cpufreq/cpufreq.sh | 241 ++++++++++++++++++++++ > tools/testing/selftests/cpufreq/governor.sh | 153 ++++++++++++++ > tools/testing/selftests/cpufreq/main.sh | 194 ++++++++++++++++++ > tools/testing/selftests/cpufreq/module.sh | 243 +++++++++++++++++++++++ > tools/testing/selftests/cpufreq/special-tests.sh | 115 +++++++++++ > 8 files changed, 1039 insertions(+) > create mode 100644 tools/testing/selftests/cpufreq/Makefile > create mode 100755 tools/testing/selftests/cpufreq/cpu.sh > create mode 100755 tools/testing/selftests/cpufreq/cpufreq.sh > create mode 100755 tools/testing/selftests/cpufreq/governor.sh > create mode 100755 tools/testing/selftests/cpufreq/main.sh > create mode 100755 tools/testing/selftests/cpufreq/module.sh > create mode 100755 tools/testing/selftests/cpufreq/special-tests.sh >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework Viresh Kumar <viresh.kumar@linaro.org> - 2017-01-13 07:40 +0100
[PATCH 3/4] selftest: cpufreq: Add support to test cpufreq modules Viresh Kumar <viresh.kumar@linaro.org> - 2017-01-13 07:40 +0100
[PATCH 1/4] selftest: cpufreq: Add support for cpufreq tests Viresh Kumar <viresh.kumar@linaro.org> - 2017-01-13 07:40 +0100
Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework Shuah Khan <shuah@kernel.org> - 2017-01-13 23:40 +0100
Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework Viresh Kumar <viresh.kumar@linaro.org> - 2017-01-16 04:50 +0100
csiph-web