kubuntu-council team mailing list archive
-
kubuntu-council team
-
Mailing list archive
-
Message #00847
[Merge] ~xypron/ubuntu-manual-tests:1753 into ubuntu-manual-tests:main
Heinrich Schuchardt has proposed merging ~xypron/ubuntu-manual-tests:1753 into ubuntu-manual-tests:main.
Commit message:
1753_QEMU_riscv64_install: use generic release name
The test case should be usable with any future Ubuntu release.
* Replace 'jammy-' by '<release>-'.
* Don't suggest a download URL in the test case itself.
Requested reviews:
Ubuntu Testcase Admins (ubuntu-testcase)
For more details, see:
https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/419699
--
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~xypron/ubuntu-manual-tests:1753 into ubuntu-manual-tests:main.
diff --git a/testcases/image/1753_QEMU_riscv64_install b/testcases/image/1753_QEMU_riscv64_install
index 09637fe..c1c9309 100644
--- a/testcases/image/1753_QEMU_riscv64_install
+++ b/testcases/image/1753_QEMU_riscv64_install
@@ -5,8 +5,7 @@ On your installed Ubuntu machine.
<dl>
<dt>sudo apt install -y opensbi qemu-system-misc u-boot-qemu</dt>
- <dt>curl https://cdimage.ubuntu.com/ubuntu-server/daily-live/current/jammy-live-server-riscv64.img.gz --output jammy-live-server-riscv64.img.gz</dt>
- <dt>gzip -d jammy-live-server-riscv64.img.gz</dt>
+ <dt>gzip -d <release>-live-server-riscv64.img.gz</dt>
<dt>rm -f disk</dt>
<dt>dd if=/dev/zero bs=1M of=disk count=1 seek=16383</dt>
<dt>Start the installer with:
@@ -16,7 +15,7 @@ On your installed Ubuntu machine.
-kernel /usr/lib/u-boot/qemu-riscv64_smode/u-boot.bin \
-netdev user,id=net0 \
-device virtio-net-device,netdev=net0 \
- -drive file=jammy-live-server-riscv64.img,format=raw,if=virtio \
+ -drive file=<release>-live-server-riscv64.img,format=raw,if=virtio \
-drive file=disk,format=raw,if=virtio \
-device virtio-rng-pci
</pre></dt>
Follow ups