Graham Inggs has proposed merging ~ginggs/ubuntu-manual-tests:1318-for-loop into ubuntu-manual-tests:main.
Requested reviews: Ubuntu Testcase Admins (ubuntu-testcase) For more details, see: https://code.launchpad.net/~ginggs/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/451831 -- Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~ginggs/ubuntu-manual-tests:1318-for-loop 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 7a18c33..e55cc54 100644 --- a/testcases/image/1318_Ubuntu Core Image Smoke Test +++ b/testcases/image/1318_Ubuntu Core Image Smoke Test @@ -3,10 +3,7 @@ This testcase is intended to confirm the base chroot tarball is in proper workin <dt>From the terminal, run the following commands</dt> <dt>mkdir base</dt> <dt>sudo tar -C base -zxf (release)-base-(arch).tar.gz</dt> - <dt>sudo mount --bind /proc base/proc</dt> - <dt>sudo mount --bind /sys base/sys</dt> - <dt>sudo mount --bind /dev base/dev</dt> - <dt>sudo mount --bind /dev/pts base/dev/pts</dt> + <dt>for m in proc sys dev dev/pts; do sudo mount --bind /$m base/$m; done</dt> <dt>sudo cp /etc/resolv.conf base/etc/</dt> <dt>sudo chroot base</dt> <dt>apt update; apt install (some package)</dt>
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp