Details for revision 1885 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
Text

This testcase is intended to confirm the base 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.

From the terminal, run the following commands
mkdir base
sudo tar -C base -zxf (release)-base-(arch).tar.gz
sudo mount --bind /proc base/proc
sudo mount --bind /sys base/sys
sudo mount --bind /dev base/dev
sudo mount --bind /dev/pts base/dev/pts
sudo cp /etc/resolv.conf base/etc/
sudo chroot base
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 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
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