Merge lp:~ahasenack/ubuntu-manual-tests/samba-test28-1697996 into lp:ubuntu-manual-tests

Proposed by Andreas Hasenack
Status: Merged
Merged at revision: 361
Proposed branch: lp:~ahasenack/ubuntu-manual-tests/samba-test28-1697996
Merge into: lp:ubuntu-manual-tests
Diff against target: 20 lines (+6/-4)
1 file modified
testcases/image/1409_Install (Samba server) (+6/-4)
To merge this branch: bzr merge lp:~ahasenack/ubuntu-manual-tests/samba-test28-1697996
Reviewer Review Type Date Requested Status
Joshua Powers (community) Approve
Review via email: mp+325690@code.launchpad.net

Description of the change

Update the samba server manual test with new winbind instructions. We now check that the service is responsive (via a ping) and that the domains are listed. The previous check doesn't work anymore unless we add the machine to a domain.

To post a comment you must log in.
Revision history for this message
Joshua Powers (powersj) wrote :

LGTM. Tested on Xenial and Artful lxc.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testcases/image/1409_Install (Samba server)'
2--- testcases/image/1409_Install (Samba server) 2016-04-25 00:14:03 +0000
3+++ testcases/image/1409_Install (Samba server) 2017-06-14 20:28:28 +0000
4@@ -34,10 +34,12 @@
5 <dt>Verify the default workgroup name is displayed:</dt>
6 <dd>sudo net getlocalsid</dd>
7 <dd>should return a line similar to sid for domain UBUNTU is S-1-5....</dd>
8- <dt>Verify your userId is defined:</dt>
9- <dd>net usersidlist</dd>
10- <dd>has to return a line similar to UBUNTU\'your userId'. Other lines will also be shown.</dd>
11- <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>
12+ <dt>Verify winbind is responding to requests:</dt>
13+ <dd>wbinfo -p</dd>
14+ <dd>has to return a line similar to "Ping to winbindd succeeded".</dd>
15+ <dt>Verify winbind basic functionality:</dt>
16+ <dd>wbinfo --all-domains</dd>
17+ <dd>has to return two lines: one with "BUILTIN", the other with the unqualified hostname in uppercase. For example, a hostname like "ubuntu" would be in the wbinfo output text as "UBUNTU".</dd>
18 </dl>
19 <strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
20 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>

Subscribers

People subscribed via source and target branches