kubuntu-council team mailing list archive
-
kubuntu-council team
-
Mailing list archive
-
Message #01158
[Merge] ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main
Heinrich Schuchardt has proposed merging ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main.
Commit message:
1318: mount tmpfs on base/tmp
Without mounting a tmpfs on base/tmp the test fails (LP: #2054311)
Requested reviews:
Ubuntu Testcase Admins (ubuntu-testcase)
Related bugs:
Bug #2054311 in Ubuntu Manual Tests: "1318: apt-get update fails if /tmp is not a tmpfs"
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/2054311
For more details, see:
https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460776
--
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main.
diff --git a/testcases/image/1318_Ubuntu Core Image Smoke Test b/testcases/image/1318_Ubuntu Core Image Smoke Test
index e55cc54..c7bd082 100644
--- a/testcases/image/1318_Ubuntu Core Image Smoke Test
+++ b/testcases/image/1318_Ubuntu Core Image Smoke Test
@@ -4,6 +4,7 @@ This testcase is intended to confirm the base chroot tarball is in proper workin
<dt>mkdir base</dt>
<dt>sudo tar -C base -zxf (release)-base-(arch).tar.gz</dt>
<dt>for m in proc sys dev dev/pts; do sudo mount --bind /$m base/$m; done</dt>
+ <dt>sudo mount tmp -t tmpfs base/tmp/</dt>
<dt>sudo cp /etc/resolv.conf base/etc/</dt>
<dt>sudo chroot base</dt>
<dt>apt update; apt install (some package)</dt>
Follow ups