Details for revision 42 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
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
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 applicable tarball and execute the following in the same local directory.

  1. mkdir core
  2. sudo tar -C core -zxf -core-.tar.gz
  3. sudo mount --bind /proc core/proc
  4. sudo mount --bind /sys core/sys
  5. sudo cp /etc/resolv.conf core/etc/
  6. sudo chroot core
  7. apt-get update;apt-get install

  8. 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
    .