Skip to content

Commit

Permalink
Merge pull request #125 from SUSE-Enceladus/root-pass
Browse files Browse the repository at this point in the history
Update root pass test to work with SLE11.
  • Loading branch information
rjschwei authored Aug 22, 2018
2 parents ff82464 + bbdfa88 commit fdd652a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/lib/ipa/tests/SLES/test_sles_root_pass.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
def test_sles_root_pass(host):
# Ensure root does not have a password
result = host.run(
'sudo passwd --status root'
'sudo passwd -S root'
)
assert shlex.split(result.stdout.strip())[1] in ['L', 'NP']
assert shlex.split(result.stdout.strip())[1] in ['L', 'LK', 'NP']

0 comments on commit fdd652a

Please sign in to comment.