~jjfrv8/ubuntu-manual-tests/Xfce4Terminal-revised

« back to all changes in this revision

Viewing changes to testcases/image/1409_Install (Samba server)

  • Committer: Nicholas Skaggs
  • Date: 2013-01-23 08:29:30 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20130123082930-p1c1o4e19x39lmm3
initial version of manual testcase repository, as extracted from qatrackers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Scope of this test is to verify that the system is installed, you can login into it and samba is running.
 
2
<dl>
 
3
        <dt>Boot from CD or USB in real hardware or run the image in Testdrive</dt>
 
4
        <dt>Choose the desired language</dt>
 
5
        <dt>Select "Install Ubuntu Server"</dt>
 
6
        <dt>Choose the language</dt>
 
7
        <dt>Select your location</dt>
 
8
        <dt>Configure locales</dt>
 
9
        <dt>At configure keyboard page, select NO </dt>
 
10
        <dt>Select the country of the keyboard</dt>
 
11
        <dt>Select the keyboard layout</dt>
 
12
        <dt>Select hostname ubuntu as default</dt>
 
13
        <dt>Inser the name for the new user</dt>
 
14
        <dt>Insert the name for the account</dt>
 
15
        <dt>Choose a password</dt>
 
16
        <dt>Reinsert the password</dt>
 
17
        <dt>At encrypt request select NO</dt>
 
18
        <dt>Verify or setup the timezone</dt>
 
19
        <dt>At partitioning select "Guided - Use entire disk"</dt>
 
20
        <dt>Select disk to partition</dt>
 
21
        <dt>At "Write changes to disks", verify that everythings is right and select YES</dt>
 
22
        <dt>At "http proxy" request, let it blank and press enter</dt>
 
23
        <dt>At managing upgrades select "No automatic updates"</dt>
 
24
        <dt>At Software selection, choose "Samba server"</dt>
 
25
        <dt>Select to install Grub in the master boot record</dt>
 
26
        <dt>Remove the installation media (CDROM or USB key)</dt>
 
27
        <dt>Wait that the system reboot and login</dt>
 
28
        <dt>Verify that samba is running:</dt>
 
29
                <dd>echo smbd ; pgrep smbd; echo; echo nmbd; pgrep nmbd; echo ; echo winbindd; pgrep winbindd ; echo</dd>
 
30
                <dd>should return the pid for pgrep smbd, pgrep nmbd, pgrep winbindd.</dd>
 
31
        <dt>Verify the default workgroup name is displayed:</dt>
 
32
                <dd>sudo net getlocalsid</dd>
 
33
                <dd>should return a line similar to sid for domain UBUNTU is S-1-5....</dd>
 
34
        <dt>Verify your userId is defined:</dt>
 
35
                <dd>net usersidlist</dd>
 
36
                <dd>has to return a line similar to UBUNTU\'your userId'. Other lines will also be shown.</dd>
 
37
        <dt>NB: The user needs to be added to the samba database by providing the user password at least once to the pam stack. This is automatically done when logging into the system by typing the password.</dt>
 
38
</dl>
 
39
<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
 
40
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>
 
 
b'\\ No newline at end of file'