Code review comment for lp:~larsnooden/ubuntu-manual-tests/trunk

Revision history for this message
sudodus (nio-wiklund) wrote :

Den 2015-03-06 15:32, Elfy skrev:
> Review: Needs Fixing
>
> Likely that this is copied from existing 1439 test - but
>
> <dt>Boot up the image</dt>
> <dd>System boots to 'Select Language'</dd>
> <dt>Select Install Ubuntu and press Enter</dt>
> <dd>System displays 'Select Location'</dd>
>
> needs to be
>
> <dt>Boot up the image</dt>
> <dd>System boots to Installer language 'Select Language'</dd>
> <dt>Select Install FAMILY and press Enter</dt>
> <dd>Language selction windows opens</dd>
> <dt>Select language for installed system</dt>
> <dd>System displays 'Select Location'</dd>
>
> Fix that and the /dev/vdb/ reference then good to go after a check.
>
> Thanks Lars :)
>
Hi Elfy and Lars,

FAMILY is a very strange term, that is confusing for me and I think also
many other people. I think it should be replaced by the actual flavour,
in this case Lubuntu (unless the testcase is used by some other flavour,
but I am rather sure it is not, I did not find anything indicating that,
when I looked for it). FAMILY can also be skipped ;-)

Let us compare these text strings:

"Select install Lubuntu and press Enter"
"Select install and press Enter"
"Select install FAMILY and press Enter"

-o-

You can find devices like /dev/vdb/ in KVM + virt-manager. /dev/hdb is
not used by Ubuntu any more for PATA disks (but it is an example in the
installer itself). It is OK with me to skip /dev/vdb/ or maybe replace
it with /dev/sdb/

Best regards
Nio

« Back to merge proposal