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

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