diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2023-03-13 09:48:08 +0100 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-03-13 10:51:34 -0400 |
commit | 02d52f7ba47aad2b77eb688c569ab04c0d2cb91f (patch) | |
tree | 7aa6799c3afb52a516f967595cbfdb4e10abdbe3 /tests/vendor_tests | |
parent | ff9516977026f1b46d706a6d3a352a78793a5ce7 (diff) | |
download | sos-02d52f7ba47aad2b77eb688c569ab04c0d2cb91f.tar.gz |
[tests] Call cleaner with --no-update when using keywords
When running avocado tests in a sequence on the same host, further tests
are affected by cleaner default_mapping built from obfuscating specific
keywords also. Prevent adding these keywords to the mapping.
Resolves: #3165
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Diffstat (limited to 'tests/vendor_tests')
-rw-r--r-- | tests/vendor_tests/redhat/rhbz1950350/sos.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vendor_tests/redhat/rhbz1950350/sos.conf b/tests/vendor_tests/redhat/rhbz1950350/sos.conf index 45bdf3fe..1ef46b11 100644 --- a/tests/vendor_tests/redhat/rhbz1950350/sos.conf +++ b/tests/vendor_tests/redhat/rhbz1950350/sos.conf @@ -10,7 +10,7 @@ [clean] keywords = shibboleth domains = sosexample.com -#no-update = true +no-update = true [plugin_options] #rpm.rpmva = off |