Skip to content

Commit

Permalink
fixup! some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Dec 6, 2023
1 parent e2b4e49 commit 47b878b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ def test_smoke(output_path, config_json):
if testutil.has_executable("selinuxenabled") and subprocess.run("selinuxenabled").returncode == 0:
# log example:
assert not re.match(OSBUID_SELINUX_DENIALS_RE, journal_output), f"denials in log {journal_output}"
print(f"DEBUG: journal output:\n{journal_output}")
else:
print("WARNING: selinux not enabled, cannot check for denials")

# TODO: boot and do basic checks, see
# https://github.com/osbuild/osbuild-deploy-container/compare/main...mvo5:integration-test?expand=1

0 comments on commit 47b878b

Please sign in to comment.