Blame 0067-README.testsuite-add-instructions-on-how-to-run-the-.patch
|
Harald Hoyer |
811c04 |
From 2d674a93364d432fbf62988e2fb3e3eda9a3be8f Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
811c04 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
811c04 |
Date: Fri, 27 Jul 2012 12:12:09 +0200
|
|
Harald Hoyer |
811c04 |
Subject: [PATCH] README.testsuite: add instructions on how to run the
|
|
Harald Hoyer |
811c04 |
testsuite
|
|
Harald Hoyer |
811c04 |
|
|
Harald Hoyer |
811c04 |
---
|
|
Harald Hoyer |
811c04 |
README.testsuite | 18 ++++++++++++++++++
|
|
Harald Hoyer |
811c04 |
1 file changed, 18 insertions(+)
|
|
Harald Hoyer |
811c04 |
|
|
Harald Hoyer |
811c04 |
diff --git a/README.testsuite b/README.testsuite
|
|
Harald Hoyer |
811c04 |
index cbc2ab7..e463c41 100644
|
|
Harald Hoyer |
811c04 |
--- a/README.testsuite
|
|
Harald Hoyer |
811c04 |
+++ b/README.testsuite
|
|
Harald Hoyer |
811c04 |
@@ -10,3 +10,21 @@ nbd
|
|
Harald Hoyer |
811c04 |
dhcp
|
|
Harald Hoyer |
811c04 |
iscsi-initiator-utils
|
|
Harald Hoyer |
811c04 |
TEST-04-FULL-SYSTEMD: systemd >= 187
|
|
Harald Hoyer |
811c04 |
+
|
|
Harald Hoyer |
811c04 |
+How to run the testsuite:
|
|
Harald Hoyer |
811c04 |
+
|
|
Harald Hoyer |
811c04 |
+$ sudo make clean check
|
|
Harald Hoyer |
811c04 |
+
|
|
Harald Hoyer |
811c04 |
+in verbose mode:
|
|
Harald Hoyer |
811c04 |
+$ sudo make V=1 clean check
|
|
Harald Hoyer |
811c04 |
+
|
|
Harald Hoyer |
811c04 |
+only specific test:
|
|
Harald Hoyer |
811c04 |
+$ sudo make TESTS="01 20 40" clean check
|
|
Harald Hoyer |
811c04 |
+only runs the 01, 20 and 40 tests.
|
|
Harald Hoyer |
811c04 |
+
|
|
Harald Hoyer |
811c04 |
+debug a specific test case:
|
|
Harald Hoyer |
811c04 |
+$ cd TEST-01-BASIC
|
|
Harald Hoyer |
811c04 |
+$ sudo make clean setup run
|
|
Harald Hoyer |
811c04 |
+... change some kernel parameters ...
|
|
Harald Hoyer |
811c04 |
+$ sudo make run
|
|
Harald Hoyer |
811c04 |
+to run the test without doing the setup
|