Merge ~xypron/ubuntu-manual-tests:1753 into ubuntu-manual-tests:main

Proposed by Heinrich Schuchardt
Status: Merged
Merged at revision: e36bee44a6259dacff1b8e8238becf961f33dde7
Proposed branch: ~xypron/ubuntu-manual-tests:1753
Merge into: ubuntu-manual-tests:main
Diff against target: 23 lines (+2/-3)
1 file modified
testcases/image/1753_QEMU_riscv64_install (+2/-3)
Reviewer Review Type Date Requested Status
Ubuntu Testcase Admins Pending
Review via email: mp+419699@code.launchpad.net

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.

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

I went ahead and merged this and then manually updated the test case in the ISO tracker. I didn't confirm the change though as I couldn't find this test case in the UI.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/testcases/image/1753_QEMU_riscv64_install b/testcases/image/1753_QEMU_riscv64_install
2index 09637fe..c1c9309 100644
3--- a/testcases/image/1753_QEMU_riscv64_install
4+++ b/testcases/image/1753_QEMU_riscv64_install
5@@ -5,8 +5,7 @@ On your installed Ubuntu machine.
6
7 <dl>
8 <dt>sudo apt install -y opensbi qemu-system-misc u-boot-qemu</dt>
9- <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>
10- <dt>gzip -d jammy-live-server-riscv64.img.gz</dt>
11+ <dt>gzip -d &lt;release&gt;-live-server-riscv64.img.gz</dt>
12 <dt>rm -f disk</dt>
13 <dt>dd if=/dev/zero bs=1M of=disk count=1 seek=16383</dt>
14 <dt>Start the installer with:
15@@ -16,7 +15,7 @@ On your installed Ubuntu machine.
16 -kernel /usr/lib/u-boot/qemu-riscv64_smode/u-boot.bin \
17 -netdev user,id=net0 \
18 -device virtio-net-device,netdev=net0 \
19- -drive file=jammy-live-server-riscv64.img,format=raw,if=virtio \
20+ -drive file=&lt;release&gt;-live-server-riscv64.img,format=raw,if=virtio \
21 -drive file=disk,format=raw,if=virtio \
22 -device virtio-rng-pci
23 </pre></dt>

Subscribers

People subscribed via source and target branches