From e3a2a22451b3f2b7294da0e6d1f1f6e6d4a33368 Mon Sep 17 00:00:00 2001 From: Andrew Kroeger Date: Tue, 8 Sep 2009 06:01:18 -0500 Subject: s4:pwsettings: Added blackbox tests. The added tests include basic validation that the script runs and accepts all custom arguments. The tests also verify changes to the password complexity, minimum password length, and minimum password length settings. --- source4/setup/tests/blackbox_setpassword.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/setup/tests/blackbox_setpassword.sh') diff --git a/source4/setup/tests/blackbox_setpassword.sh b/source4/setup/tests/blackbox_setpassword.sh index 70061f6ae7..77b41a2424 100755 --- a/source4/setup/tests/blackbox_setpassword.sh +++ b/source4/setup/tests/blackbox_setpassword.sh @@ -20,4 +20,6 @@ testit "setpassword" $PYTHON ./setup/setpassword --configfile=$PREFIX/simple-dc/ testit "setpassword" $PYTHON ./setup/setpassword --configfile=$PREFIX/simple-dc/etc/smb.conf testuser --newpassword=testpass --must-change-at-next-login +testit "pwsettings" $PYTHON ./setup/pwsettings --quiet set --configfile=$PREFIX/simple-dc/etc/smb.conf --complexity=default --history-length=default --min-pwd-length=default --min-pwd-age=default --max-pwd-age=default + exit $failed -- cgit