← Back to team overview

kubuntu-council team mailing list archive

[Merge] ~ginggs/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main

 

Graham Inggs has proposed merging ~ginggs/ubuntu-manual-tests:1318 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/419860
-- 
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~ginggs/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 a1352fd..e890824 100644
--- a/testcases/image/1318_Ubuntu Core Image Smoke Test
+++ b/testcases/image/1318_Ubuntu Core Image Smoke Test
@@ -1,14 +1,14 @@
-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), <a href="../../downloads">download the tarball</a> and execute the following in the same local directory.
+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), <a href="../../downloads">download the tarball</a> and execute the following in the same local directory.
 <dl>
     <dt>From the terminal, run the following commands</dt>
-    <dt>mkdir core</dt>
-    <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>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>sudo cp /etc/resolv.conf core/etc/</dt>
-    <dt>sudo chroot core</dt>
+    <dt>sudo cp /etc/resolv.conf base/etc/</dt>
+    <dt>sudo chroot base</dt>
     <dt>apt-get update;apt-get install (some package)</dt>
 </dl>
 <strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.

Follow ups