Code review comment for lp:~elfy/ubuntu-manual-tests/upgrades

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

I would support changing these tests to expect LTS, and the current upgrade tests to expect normal only. By that I mean changing the following lines for the LTS tests:

25 + <dt>Open a terminal and enter the command <code>grep Prompt=
26 + /etc/update-manager/release-upgrades</code></dt>
27 + <dd>If you have upgraded from a normal release to normal release, terminal will show Prompt=normal</dd>
28 + <dd>If you have upgraded from a lts release to lts release, terminal will show Prompt=lts</dd>
29 +</dl>

to

25 + <dt>Open a terminal and enter the command <code>grep Prompt=
26 + /etc/update-manager/release-upgrades</code></dt>
28 + <dd>If you have upgraded from a lts release to lts release, terminal will show Prompt=lts</dd>
29 +</dl>

And conversely, the normal upgrade tests should then look like

25 + <dt>Open a terminal and enter the command <code>grep Prompt=
26 + /etc/update-manager/release-upgrades</code></dt>
27 + <dd>If you have upgraded from a normal release to normal release, terminal will show Prompt=normal</dd>
29 +</dl>

review: Needs Fixing

« Back to merge proposal