summaryrefslogtreecommitdiff
path: root/tests/test-admin-deploy-none.sh
diff options
context:
space:
mode:
authorRobert Fairley <rfairley@redhat.com>2019-03-14 19:17:37 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-04-24 21:29:39 +0000
commit144e99ce47041fbc29c648bafe06121bbdc5ada2 (patch)
treea7f8b949e9e43283fcc75520512e13961abd4e89 /tests/test-admin-deploy-none.sh
parentba96d7ed7af1919eba54ebc3c2923d9947a22f57 (diff)
downloadostree-144e99ce47041fbc29c648bafe06121bbdc5ada2.tar.gz
tests/test-admin-deploy-none: Update comment for #1774 status
Closes: #1831 Approved by: jlebon
Diffstat (limited to 'tests/test-admin-deploy-none.sh')
-rwxr-xr-xtests/test-admin-deploy-none.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-admin-deploy-none.sh b/tests/test-admin-deploy-none.sh
index 9094036a..d798e60e 100755
--- a/tests/test-admin-deploy-none.sh
+++ b/tests/test-admin-deploy-none.sh
@@ -35,8 +35,8 @@ cd ${test_tmpdir}
rm httpd osdata testos-repo sysroot -rf
setup_os_repository "archive" "sysroot.bootloader none"
${CMD_PREFIX} ostree pull-local --repo=sysroot/ostree/repo --remote testos testos-repo testos/buildmaster/x86_64-runtime
-# Test grub2 does not get detected with bootloader configuration "none"
-# (see https://github.com/ostreedev/ostree/issues/1774)
+# Test that configuring sysroot.bootloader="none" is a workaround for previous
+# grub2 bootloader issue (see https://github.com/ostreedev/ostree/issues/1774)
mkdir -p sysroot/boot/grub2 && touch sysroot/boot/grub2/grub.cfg
${CMD_PREFIX} ostree admin deploy --karg=root=LABEL=MOO --karg=quiet --os testos testos/buildmaster/x86_64-runtime > out.txt
assert_file_has_content out.txt "Bootloader updated.*"