metropolis/installer: migrate to bringup package
Change-Id: Ib6215bc51fdef45476198eceffbd0fd1fd362f1b
Reviewed-on: https://review.monogon.dev/c/monogon/+/3393
Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
Tested-by: Jenkins CI
diff --git a/metropolis/installer/test/run_test.go b/metropolis/installer/test/run_test.go
index 64fa210..538ef8f 100644
--- a/metropolis/installer/test/run_test.go
+++ b/metropolis/installer/test/run_test.go
@@ -213,7 +213,7 @@
// No block devices are passed to QEMU aside from the install medium. Expect
// the installer to fail at the device probe stage rather than attempting to
// use the medium as the target device.
- expectedOutput := "Couldn't find a suitable block device"
+ expectedOutput := "couldn't find a suitable block device"
result, err := runQemuWithInstaller(ctx, nil, expectedOutput)
if err != nil {
t.Error(err.Error())
@@ -236,7 +236,7 @@
}
// Run QEMU. Expect the installer to fail with a predefined error string.
- expectedOutput := "Couldn't find a suitable block device"
+ expectedOutput := "couldn't find a suitable block device"
result, err := runQemuWithInstaller(ctx, qemuDriveParam(imagePath), expectedOutput)
if err != nil {
t.Error(err.Error())