[Git-commits] [grml/grml2usb] f087d7: Add smoke test

Chris Hofstaedtler noreply at github.com
Wed Dec 18 22:17:42 CET 2024


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml2usb
  Commit: f087d75599f2460b9a0d608398d369ded3ecb91f
      https://github.com/grml/grml2usb/commit/f087d75599f2460b9a0d608398d369ded3ecb91f
  Author: Chris Hofstaedtler <ch at grml.org>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M .github/workflows/check-full.yml
    M grml2usb
    A test/conftest.py
    M test/grml2usb_test.py

  Log Message:
  -----------
  Add smoke test

Implement a smoke test that "runs" grml2usb against a block device image.
This requires root as it sets up a loop device, and runs various commands
that require root.

For github, require a newer ubuntu base image. We need nasm 2.16 or newer,
and ubuntu jammy has 2.15.


  Commit: 026d659b2d5d35c493366052f1149097a0ed9283
      https://github.com/grml/grml2usb/commit/026d659b2d5d35c493366052f1149097a0ed9283
  Author: Chris Hofstaedtler <ch at grml.org>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M grml2usb

  Log Message:
  -----------
  Make blockdev --rereadpt optional

In GitHub Actions I've observed blockdev --rereadpt failing.
The reasons are unknown, but it also appears to be a harmless
failure.

I believe the rereadpt call should be fine to ignore; afterall
what we do is installing an MBR onto a device with a pre-existing
partition table; the partition layout should not change.


  Commit: 8c7bf63a6a792ff606e1ed36b50e548dba22628b
      https://github.com/grml/grml2usb/commit/8c7bf63a6a792ff606e1ed36b50e548dba22628b
  Author: Chris Hofstaedtler <zeha at users.noreply.github.com>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M .github/workflows/check-full.yml
    M grml2usb
    A test/conftest.py
    M test/grml2usb_test.py

  Log Message:
  -----------
  Merge pull request #63 from grml/zeha/smoketest

Add smoke test


Compare: https://github.com/grml/grml2usb/compare/439ce203b632...8c7bf63a6a79

To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml2usb/settings/notifications


More information about the Git-commits mailing list