← Back to team overview

kubuntu-council team mailing list archive

[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_Ubuntu Core Image Smoke Test: missing mount commands
    
/dev and /dev/pts need to be mounted too to pass the test.

Requested reviews:
  Ubuntu Testcase Admins (ubuntu-testcase)

For more details, see:
https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/419696
-- 
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 1d4663c..a1352fd 100644
--- a/testcases/image/1318_Ubuntu Core Image Smoke Test
+++ b/testcases/image/1318_Ubuntu Core Image Smoke Test
@@ -5,6 +5,8 @@ This testcase is intended to confirm the core chroot tarball is in proper workin
     <dt>sudo tar -C core -zxf (release)-core-(arch).tar.gz</dt>
     <dt>sudo mount --bind /proc core/proc</dt>
     <dt>sudo mount --bind /sys core/sys</dt>
+    <dt>sudo mount --bind /dev base/dev</dt>
+    <dt>sudo mount --bind /dev/pts base/dev/pts</dt>
     <dt>sudo cp /etc/resolv.conf core/etc/</dt>
     <dt>sudo chroot core</dt>
     <dt>apt-get update;apt-get install (some package)</dt>

Follow ups