Details for revision 699 of testcase: Ubuntu Core Image Smoke Test



BugReport a bug against the content of this testcase
ID1318
TitleUbuntu Core Image Smoke Test
LinkNo link provided
Part of testsuitesUbuntu Base

RevisionWritten on the 2023-09-21 17:17 by brian-murray
RevisionWritten on the 2022-04-20 09:06 by brian-murray
RevisionWritten on the 2022-04-20 06:43 by brian-murray
RevisionWritten on the 2022-04-19 12:33 by brian-murray
RevisionWritten on the 2019-10-15 08:43 by sil2100
RevisionWritten on the 2013-03-28 16:28 by nskaggs
Text

This testcase is intended to confirm the core chroot tarball is in proper working order. To test this image on an already running system (of similar architecture), download the tarball and execute the following in the same local directory.

mkdir core
sudo tar -C core -zxf (release)-core-(arch).tar.gz
sudo mount --bind /proc core/proc
sudo mount --bind /sys core/sys
sudo cp /etc/resolv.conf core/etc/
sudo chroot core
apt-get update;apt-get install (some package)

If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result.

RevisionWritten on the 2012-09-27 16:10 by nskaggs
RevisionWritten on the 2012-07-20 16:45 by nskaggs
RevisionWritten on the 2012-07-20 16:38 by nskaggs