aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2022-08-23 09:41:42 -0400
committerJake Hunsaker <jhunsake@redhat.com>2022-08-31 10:10:06 -0400
commitf68b4047f3b1e934c4fa2e728539923b52b654be (patch)
treee5dc1acd23ba36a4d9972b9565e2252d12d889f4 /tests/report_tests
parent25124d74f32fecea660e73c0fe47e24cf1e08652 (diff)
downloadsos-f68b4047f3b1e934c4fa2e728539923b52b654be.tar.gz
[cirrus] Update Fedora images used in CI tests
The Fedora 36 image is now available on GCP, so update our testing matrix to use it. Accordingly, this means we no longer need to build or maintain our own Fedora images going forward. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'tests/report_tests')
-rw-r--r--tests/report_tests/encryption_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/report_tests/encryption_tests.py b/tests/report_tests/encryption_tests.py
index 22c5669a..9ce401ec 100644
--- a/tests/report_tests/encryption_tests.py
+++ b/tests/report_tests/encryption_tests.py
@@ -42,7 +42,7 @@ class EncryptedCleanedReportTest(EncryptedReportTest):
sos_cmd = "-o host,networking --clean --encrypt-pass %s" % encrypt_pass
def test_hostname_obfuscated(self):
- self.assertFileHasContent('/etc/hostname', 'host0')
+ self.assertFileHasContent('hostname', 'host0')
def test_tarball_named_obfuscated(self):
self.assertTrue('obfuscated' in self.archive)