kubuntu-council team mailing list archive
-
kubuntu-council team
-
Mailing list archive
-
Message #00851
[Merge] ~ginggs/ubuntu-manual-tests:1318-modernize into ubuntu-manual-tests:main
Graham Inggs has proposed merging ~ginggs/ubuntu-manual-tests:1318-modernize 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/419902
--
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~ginggs/ubuntu-manual-tests:1318-modernize 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 e890824..7a18c33 100644
--- a/testcases/image/1318_Ubuntu Core Image Smoke Test
+++ b/testcases/image/1318_Ubuntu Core Image Smoke Test
@@ -9,7 +9,7 @@ This testcase is intended to confirm the base chroot tarball is in proper workin
<dt>sudo mount --bind /dev/pts base/dev/pts</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>
+ <dt>apt update; apt 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.
If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
Follow ups