Blame SOURCES/0017-doc-README-add-note-about-integration-tests.patch

66253d
From 4b8338a4635b8485b2890072e89f16e39e30ab29 Mon Sep 17 00:00:00 2001
66253d
From: Eric Garver <eric@garver.life>
66253d
Date: Tue, 17 Dec 2019 13:04:22 -0500
66253d
Subject: [PATCH 17/37] doc: README: add note about integration tests
66253d
66253d
(cherry picked from commit 18be66cf7e914b128e954c1e97ce29f542ee5fdd)
66253d
(cherry picked from commit c3a581d1acc713c2f8a74109e00690c649d4204f)
66253d
---
66253d
 README | 9 +++++++--
66253d
 1 file changed, 7 insertions(+), 2 deletions(-)
66253d
66253d
diff --git a/README b/README
66253d
index 9cb2ef4a15b7..287a3021b633 100644
66253d
--- a/README
66253d
+++ b/README
66253d
@@ -102,10 +102,15 @@ Or just the keywords
66253d
     |awk '/^[[:space:]]*[[:digit:]]+/{getline; print $0}' \
66253d
     |tr ' ' '\n' |sort |uniq
66253d
 
66253d
+There are integration tests. Currently this includes NetworkManager. These may
66253d
+be _destructive_ to the host. Run them in a disposable VM or container.
66253d
+
66253d
+    make check-integration
66253d
+
66253d
 There is also a check-container target that will run the testsuite inside
66253d
 various podman/docker containers. This is useful for coverage of multiple
66253d
-distributions. As a bonus, it allows us to run tests that may be destructive to
66253d
-the host (container) such as NetworkManager integration tests.
66253d
+distributions. It also runs tests that may be destructive to the host such as
66253d
+integration tests.
66253d
 
66253d
   make check-container TESTSUITEFLAGS="-j4"
66253d
 
66253d
-- 
66253d
2.23.0
66253d