Merge ubuntu-manual-tests:remove_aubergine into ubuntu-manual-tests:main

Proposed by Tim Andersson
Status: Needs review
Proposed branch: ubuntu-manual-tests:remove_aubergine
Merge into: ubuntu-manual-tests:main
Diff against target: 159 lines (+8/-73)
6 files modified
definitions/non_english_installation.xml (+1/-1)
dev/null (+0/-65)
testcases/image/1311_Non-English Installation Full Network Support (+2/-2)
testcases/image/1312_Non-English Installation No Network (+2/-2)
testcases/image/1313_Installation Broken Internet (+2/-2)
testcases/image/1316_Non-English Installation Full Network Support & CJK Input (+1/-1)
Reviewer Review Type Date Requested Status
Ubuntu Testcase Admins Pending
Review via email: mp+451525@code.launchpad.net
To post a comment you must log in.

Unmerged commits

b6dec7e... by Tim Andersson

fix: remove mentions of aubergine as it is no longer a feature

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/definitions/non_english_installation.xml b/definitions/non_english_installation.xml
2index 101407c..f093c60 100644
3--- a/definitions/non_english_installation.xml
4+++ b/definitions/non_english_installation.xml
5@@ -19,7 +19,7 @@
6 </ut:template>
7
8 <ut:test id="start">
9- <dt>Boot up the image. When you see the aubergine screen with an icon at the bottom, press any key to get the menu</dt>
10+ <dt>Boot up the image.</dt>
11 <dd>Language list will appear</dd>
12 <dt>Use arrow keys to select language and press Enter</dt>
13 <dd>Language list will close.</dd>
14diff --git a/testcases/image/1307_Free Software Only b/testcases/image/1307_Free Software Only
15deleted file mode 100755
16index 07a15ff..0000000
17--- a/testcases/image/1307_Free Software Only
18+++ /dev/null
19@@ -1,65 +0,0 @@
20-<em>Proceed in your native language if you wish. Instructions will remain in English</em>
21-
22-<dl>
23- <dt>Boot up the image. When you see the aubergine screen with an icon at the bottom, press any key to get the menu</dt>
24- <dd>Language list will appear</dd>
25- <dt>Use arrow keys to select language and press Enter</dt>
26- <dd>Language list will close</dd>
27- <dt>Press F6 and use the down arrow to get to Free software only and press Enter</dt>
28- <dd>An X will appear by Free software only</dd>
29- <dt>Press ESC to dismiss the menu</dt>
30- <dd>Menu window will be dismissed</dd>
31- <dt>Select Install FAMILY option and press Enter</dt>
32- <dd>The system boots properly and loads the installer displaying Welcome dialog with language selection</dd>
33- <dt>Select language and click continue</dt>
34- <dd>The 'Keyboard Layout' screen appears</dd>
35- <dd>The proposed keyboard corresponds with your keyboard</dd>
36- <dt>Select your keyboard layout and click on continue</dt>
37- <dd>The 'Preparing to install FAMILY' window is displayed</dd>
38- <dt>On the screen Preparing to install FAMILY, note the availability of the following components</dt>
39- <dd>Available options should represent the state of your system accurately</dd>
40- <dd>
41- <ul>
42- <li>(If network is available) Download updates while installing FAMILY</li>
43- <li>(If on a 'laptop') Is plugged to a power source</li>
44- </ul>
45- </dd>
46- <dt>Click on the continue button</dt>
47- <dd>The 'Installation type' screen is displayed</dd>
48- <dt>Note the state of the 'Check Erase Disk and install FAMILY' radio button</dt>
49- <dd>The 'Check Erase Disk and install FAMILY' radio button is selected</dd>
50- <dt>Click on the continue button</dt>
51- <dd>The 'Erase Disk and install FAMILY' screen is displayed</dd>
52- <dt>Verify that the drive selected on the Select drive list correspond to the drive on the chart (e.g /dev/sda)</dt>
53- <dd>Selected drive is displayed on the chart</dd>
54- <dt>Verify that the full drive space is allocated</dt>
55- <dd>Full drive space is allocated for installation</dd>
56- <dt>Click on Install Now button</dt>
57- <dd>The 'Where are you?' screen is displayed</dd>
58- <dt>If your system is connected to the network, note the preselected timezone correspond with your timezone and the city indicated in the text box </dt>
59- <dd>The timezone and city displayed match your timezone and a city from your area</dd>
60- <dt>Select your timezone, and click on the continue button</dt>
61- <dd>The 'Who are you?' screen appears</dd>
62- <dt>Input your initial user details and password (Note admin can not be used - it is a dedicated Linux User)</dt>
63- <dd>Name, username and password are accepted. Additionally, the continue button is enabled</dd>
64- <dt>Click on the continue button</dt>
65- <dd>The 'Welcome to FAMILY ' slide is displayed</dd>
66- <dd>The slideshow is entirely in your language</dd>
67- <dt>Wait for the installer to finish</dt>
68- <dd>An 'Installation Complete' dialog appears</dd>
69- <dt>Click the Restart now button</dt>
70- <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
71- <dt>Remove the disc and press enter</dt>
72- <dd>The machine has been rebooted</dd>
73- <dt>Allow the machine to reboot</dt>
74- <dd>The system boots properly and loads into FAMILY</dd>
75- <dt>Login as the user you created, or ensure that you are auto-logged in as the user created during setup if you checked the auto-login option</dt>
76- <dd>The new user's desktop is presented</dd>
77- <dt>Open dash and type Terminal into search box. Click on Terminal icon.</dt>
78- <dd>TheTerminal window will appear</dd>
79- <dt>Verify that neither the restricted nor multiverse archives have been enabled by typing <pre>grep "restricted\|multiverse" /etc/apt/sources.list | grep -v "^#"</pre></dt>
80- <dd>No result returned (username command prompt line will appear again)</dd>
81- <dt>Verify that the linux-restricted-modules package has not been installed by typing <pre>dpkg -l linux-restricted-* | grep -vE "^[a-z]n"</pre></dt>
82- <dd>No packages printed (some lines of text will appear, but after +=====etc sequence username command prompt line will appear)</dd>
83-</dl>
84-<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>
85diff --git a/testcases/image/1311_Non-English Installation Full Network Support b/testcases/image/1311_Non-English Installation Full Network Support
86index 5ac21da..c9cb870 100755
87--- a/testcases/image/1311_Non-English Installation Full Network Support
88+++ b/testcases/image/1311_Non-English Installation Full Network Support
89@@ -1,6 +1,6 @@
90 <!-- Please do not edit this file directly; it was generated with the
91 tools/test_case_gen script using the following configuration as input:
92- ../definitions/non_english_installation.xml
93+ definitions/non_english_installation.xml
94 -->
95
96 <p>The goal of this test case is to check that localization support is
97@@ -11,7 +11,7 @@
98 <dl>
99
100
101- <dt>Boot up the image. When you see the aubergine screen with an icon at the bottom, press any key to get the menu</dt>
102+ <dt>Boot up the image.</dt>
103 <dd>Language list will appear</dd>
104 <dt>Use arrow keys to select language and press Enter</dt>
105 <dd>Language list will close.</dd>
106diff --git a/testcases/image/1312_Non-English Installation No Network b/testcases/image/1312_Non-English Installation No Network
107index abe6a2a..3722733 100755
108--- a/testcases/image/1312_Non-English Installation No Network
109+++ b/testcases/image/1312_Non-English Installation No Network
110@@ -1,6 +1,6 @@
111 <!-- Please do not edit this file directly; it was generated with the
112 tools/test_case_gen script using the following configuration as input:
113- ../definitions/non_english_installation.xml
114+ definitions/non_english_installation.xml
115 -->
116
117 <p>The goal of this test case is to check that localization support is
118@@ -13,7 +13,7 @@
119 <dl>
120
121
122- <dt>Boot up the image. When you see the aubergine screen with an icon at the bottom, press any key to get the menu</dt>
123+ <dt>Boot up the image.</dt>
124 <dd>Language list will appear</dd>
125 <dt>Use arrow keys to select language and press Enter</dt>
126 <dd>Language list will close.</dd>
127diff --git a/testcases/image/1313_Installation Broken Internet b/testcases/image/1313_Installation Broken Internet
128index 2d5d6de..0907cc7 100755
129--- a/testcases/image/1313_Installation Broken Internet
130+++ b/testcases/image/1313_Installation Broken Internet
131@@ -1,6 +1,6 @@
132 <!-- Please do not edit this file directly; it was generated with the
133 tools/test_case_gen script using the following configuration as input:
134- ../definitions/non_english_installation.xml
135+ definitions/non_english_installation.xml
136 -->
137
138 <p>The goal of this test case is to check that localization support is
139@@ -14,7 +14,7 @@
140 <dl>
141
142
143- <dt>Boot up the image. When you see the aubergine screen with an icon at the bottom, press any key to get the menu</dt>
144+ <dt>Boot up the image.</dt>
145 <dd>Language list will appear</dd>
146 <dt>Use arrow keys to select language and press Enter</dt>
147 <dd>Language list will close.</dd>
148diff --git a/testcases/image/1316_Non-English Installation Full Network Support & CJK Input b/testcases/image/1316_Non-English Installation Full Network Support & CJK Input
149index f4f6055..1c5cea0 100755
150--- a/testcases/image/1316_Non-English Installation Full Network Support & CJK Input
151+++ b/testcases/image/1316_Non-English Installation Full Network Support & CJK Input
152@@ -1,6 +1,6 @@
153 The goal of this test case is to check that localization support is functional during the installation, that language packs are downloaded and installed correctly from the Internet and that the input methods for either Chinese, Japanese or Korean are working.
154 <dl>
155- <dt>Boot up the image. When you see the aubergine screen with an icon at the bottom, press any key to get the menu</dt>
156+ <dt>Boot up the image.</dt>
157 <dd>Language list will appear</dd>
158 <dt>Use arrow keys to select 中文(简体) (Simplified Chinese), 中文(繁體) (Traditional Chinese), 日本語 (Japanese) or 한국어 (Korean) as language and press Enter</dt>
159 <dd>Language list will close.</dd>

Subscribers

People subscribed via source and target branches

to all changes: