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

Proposed by Heinrich Schuchardt
Status: Merged
Merged at revision: 0821569fc3c5286bb3912ae725c34237971ebc47
Proposed branch: ~xypron/ubuntu-manual-tests:1318
Merge into: ubuntu-manual-tests:main
Diff against target: 13 lines (+2/-0)
1 file modified
testcases/image/1318_Ubuntu Core Image Smoke Test (+2/-0)
Reviewer Review Type Date Requested Status
Ubuntu Testcase Admins Pending
Review via email: mp+419696@code.launchpad.net

Commit message

1318_Ubuntu Core Image Smoke Test: missing mount commands

/dev and /dev/pts need to be mounted too to pass the test.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/testcases/image/1318_Ubuntu Core Image Smoke Test b/testcases/image/1318_Ubuntu Core Image Smoke Test
2index 1d4663c..a1352fd 100644
3--- a/testcases/image/1318_Ubuntu Core Image Smoke Test
4+++ b/testcases/image/1318_Ubuntu Core Image Smoke Test
5@@ -5,6 +5,8 @@ This testcase is intended to confirm the core chroot tarball is in proper workin
6 <dt>sudo tar -C core -zxf (release)-core-(arch).tar.gz</dt>
7 <dt>sudo mount --bind /proc core/proc</dt>
8 <dt>sudo mount --bind /sys core/sys</dt>
9+ <dt>sudo mount --bind /dev base/dev</dt>
10+ <dt>sudo mount --bind /dev/pts base/dev/pts</dt>
11 <dt>sudo cp /etc/resolv.conf core/etc/</dt>
12 <dt>sudo chroot core</dt>
13 <dt>apt-get update;apt-get install (some package)</dt>

Subscribers

People subscribed via source and target branches