Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jul 18, 2023
1 parent 18be272 commit 889c49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify/check-system-info
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ fi
self.restore_dir("/etc/yum")
self.restore_dir("/var/lib/insights")
self.addCleanup(m.execute, "systemctl status insights-client >&2 || true; pgrep -af [i]nsight >&2 || true; pgrep -f [i]nsight | xargs systemctl status >&2 || true")
self.addCleanup(m.execute, "pkill -ef [i]nsight >&2 || true")

# Pretend that the Subscriptions page can do Insights stuff
self.write_file("/etc/cockpit/subscription-manager.override.json", '{ "features": { "insights": true } }')
Expand Down

0 comments on commit 889c49b

Please sign in to comment.