All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 4/6 v3] cgroups/cgroup_regression_test: fix test_7_2 failed mount message
@ 2011-07-22  8:10 Jan Stancek
  0 siblings, 0 replies; only message in thread
From: Jan Stancek @ 2011-07-22  8:10 UTC (permalink / raw)
  To: ltp-list

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]


test_7_2 mounts whole cgroup not $subsys

Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
   .../controllers/cgroup/cgroup_regression_test.sh   |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)




[-- Attachment #2: 0004-cgroups-cgroup_regression_test-fix-test_7_2-failed-m.patch --]
[-- Type: text/x-patch, Size: 529 bytes --]

diff --git a/testcases/kernel/controllers/cgroup/cgroup_regression_test.sh b/testcases/kernel/controllers/cgroup/cgroup_regression_test.sh
index 1fd3c08..09563ef 100755
--- a/testcases/kernel/controllers/cgroup/cgroup_regression_test.sh
+++ b/testcases/kernel/controllers/cgroup/cgroup_regression_test.sh
@@ -365,7 +365,7 @@ test_7_2()
 {
 	mount -t cgroup -o none,name=foo cgroup cgroup/
 	if [ $? -ne 0 ]; then
-		tst_resm TFAIL "failed to mount $subsys"
+		tst_resm TFAIL "failed to mount cgroup"
 		failed=1
 		return
 	fi



[-- Attachment #3: Type: text/plain, Size: 380 bytes --]

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-22  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22  8:10 [LTP] [PATCH 4/6 v3] cgroups/cgroup_regression_test: fix test_7_2 failed mount message Jan Stancek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.