~sakrecoer/ubuntu-manual-tests/bug-1538228

« back to all changes in this revision

Viewing changes to testcases/image/1310_Upgrade

removeĀ revĀ 320

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
<dl>
6
6
    <dt>Install all updates available for the release you want to upgrade by running update-manager. Click Check if any update is available, and click Install to install them</dt>
7
 
    <dt>Ensure FAMILY is looking from all new versions by running 'software sources'. Select the updates tab, and make sure the 'Notify me of a new FAMILY version' option has the 'For any new version' selection</dt>
 
7
    <dt>Ensure FAMILY is looking from all new versions by running 'Software & Updates'. Select the updates tab, and make sure the 'Notify me of a new FAMILY version' option has the 'For any new version' selection</dt>
8
8
    <dt>Run update-manager -d -c from a terminal</dt>
9
9
    <dt>Click the upgrade version button</dt>
10
10
    <dt>Watch it upgrade, noting any errors</dt>
19
19
        </dd>
20
20
 
21
21
        <dt>Open a terminal and enter the command <code>grep Prompt= /etc/update-manager/release-upgrades</code></dt>
22
 
                <dd>For a <em>normal to normal</em>upgrade, terminal will show Prompt=normal</dd>
23
 
                <dd>For a <em>normal to LTS</em>upgrade, terminal will show Prompt=lts</dd>
24
 
                <dd>For a <em>lts to normal</em>upgrade, terminal will show Prompt=normal</dd>
25
 
                <dd>For a <em>lts to lts</em>upgrade, terminal will show Prompt=normal</dd>
 
22
            <dd>For a <em>normal to normal</em>upgrade, terminal will show Prompt=normal</dd>
 
23
            <dd>For a <em>normal to LTS</em>upgrade, terminal will show Prompt=lts</dd>
 
24
            <dd>For a <em>lts to normal</em>upgrade, terminal will show Prompt=normal</dd>
 
25
            <dd>For a <em>lts to lts</em>upgrade, terminal will show Prompt=normal</dd>
 
26
 
 
27
        <dt>Open a terminal and enter the command <code>lsb_release -r</code></dt>
 
28
             <dd>Terminal will show the upgraded version</dd>
26
29
</dl>
27
30
 
28
31
<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.