Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1675319

[PATCHv2 4/5] selftests: add missing test name in memory-hotplug test

From Po-Hsu Lin <po-hsu.lin@canonical.com>
Newsgroups linux.kernel
Subject [PATCHv2 4/5] selftests: add missing test name in memory-hotplug test
Date 2017-06-27 08:20 +0200
Message-ID <tWS0W-4W7-17@gated-at.bofh.it> (permalink)
References <tWS0V-4W7-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 .../selftests/memory-hotplug/mem-on-off-test.sh    |    1 +
 1 file changed, 1 insertion(+)

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 c735ece..0f62c16 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
 
 #
-- 
1.7.9.5

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv2 0/5] selftests: fix memory-hotplug test Po-Hsu Lin <po-hsu.lin@canonical.com> - 2017-06-27 08:20 +0200
  [PATCHv2 4/5] selftests: add missing test name in memory-hotplug test Po-Hsu Lin <po-hsu.lin@canonical.com> - 2017-06-27 08:20 +0200
  [PATCHv2 5/5] selftests: fix memory-hotplug test Po-Hsu Lin <po-hsu.lin@canonical.com> - 2017-06-27 08:20 +0200
  [PATCHv2 3/5] selftests: check percentage range for memory-hotplug test Po-Hsu Lin <po-hsu.lin@canonical.com> - 2017-06-27 08:20 +0200
  Re: [PATCHv2 0/5] selftests: fix memory-hotplug test Shuah Khan <shuah@kernel.org> - 2017-06-28 16:10 +0200

csiph-web