Skip to content

Commit

Permalink
feat(muxpi): Record the time when the DUT has been rebooted
Browse files Browse the repository at this point in the history
  • Loading branch information
thp-canonical committed Aug 28, 2024
1 parent 4c6007f commit db8a794
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def provision(self):
self.run_post_provision_script()

logger.info("Booting Test Image")
Path("provision-boot-time.stamp").touch()
self.hardreset()
self.check_test_image_booted()

Expand Down

0 comments on commit db8a794

Please sign in to comment.