Skip to content

Commit

Permalink
tests: fix inaccurate comment in bootif test
Browse files Browse the repository at this point in the history
The link was to testiso code, which isn't the code being excercised
here. Let's just update the comment to say it's the default one QEMU
assigns.
  • Loading branch information
dustymabe authored and HuijingHei committed Oct 10, 2023
1 parent bda4e55 commit a5569fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## # appendFirstbootKernelArgs is only supported on qemu
## platforms: qemu
## # Append BOOTIF kernel argument so we can test how nm-initrd-generator
## # and the coreos-teardown-initramfs interact. The MAC address is from:
## # https://github.com/coreos/coreos-assembler/blob/d5f1623aad6d133b2c7c00e784c04ab6828450c1/mantle/platform/metal.go#L468
## # and the coreos-teardown-initramfs interact. The MAC address is the
## # default one QEMU assigns.
## # Add rd.neednet=1 so we can force networking to be brought up on
## # qemu to test that doing so doesn't materially change things.
## appendFirstbootKernelArgs: "BOOTIF=52:54:00:12:34:56 rd.neednet=1"
Expand Down

0 comments on commit a5569fa

Please sign in to comment.