Skip to content

Commit

Permalink
DBG - run TF rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed May 15, 2024
1 parent 79f0f13 commit 4a1943f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/common/packagelib.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def setUp(self):

# reset automatic updates
if self.backend == 'dnf':
print(self.machine.execute("rpmquery dnf-automatic"))
print(self.machine.execute("rpmquery -l dnf-automatic"))
self.machine.execute("systemctl disable --now dnf-automatic dnf-automatic-install "
"dnf-automatic.service dnf-automatic-install.timer")
self.machine.execute("rm -r /etc/systemd/system/dnf-automatic* && systemctl daemon-reload || true")
Expand Down

0 comments on commit 4a1943f

Please sign in to comment.