Skip to content

Commit

Permalink
test: Expect TPM to work on Arch
Browse files Browse the repository at this point in the history
cockpit-project/bots#7063 adds `swtpm` to our
Arch image, with that TPM functionality now works.
  • Loading branch information
martinpitt committed Nov 7, 2024
1 parent 4e7b57f commit e52aa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/machineslib.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def hasMonolithicDaemon(image):

# software TPM doesn't work on some OSes
def hasBrokenTPM(image):
return image.startswith("rhel-8") or image == 'arch'
return image.startswith("rhel-8")


class VirtualMachinesCaseHelpers:
Expand Down

0 comments on commit e52aa0d

Please sign in to comment.