diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2017-06-27 08:17:14 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-06-30 18:06:23 +0200 |
commit | 02d8f075ac44f6f0dc46881965f815576921f2c0 (patch) | |
tree | 2c1742811a264ee506cfb9f7ccd1954bc428cc71 /tools/testing/selftests/memory-hotplug/mem-on-off-test.sh | |
parent | selftests: check percentage range for memory-hotplug test (diff) | |
download | linux-02d8f075ac44f6f0dc46881965f815576921f2c0.tar.xz linux-02d8f075ac44f6f0dc46881965f815576921f2c0.zip |
selftests: add missing test name in memory-hotplug test
There is no prompt for testing memory notifier error injection,
added with the same echo format of other tests above.
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/memory-hotplug/mem-on-off-test.sh')
-rwxr-xr-x | tools/testing/selftests/memory-hotplug/mem-on-off-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh b/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh index c735ece968f8..0f62c16c35c4 100755 --- a/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh +++ b/tools/testing/selftests/memory-hotplug/mem-on-off-test.sh @@ -207,6 +207,7 @@ prerequisite_extra() fi } +echo -e "\t Test with memory notifier error injection" prerequisite_extra # |