wintest: test wbinfo --krb5auth
authorAndrew Bartlett <abartlet@samba.org>
Mon, 12 Mar 2012 07:23:01 +0000 (18:23 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 14 Mar 2012 22:29:02 +0000 (09:29 +1100)
This will ensure that this functionality is tested with MIT krb5, as the
make test system only reaches this code with Heimdal.

Andrew Bartlett

wintest/test-s3.py

index 1e32e495095004b5710e981691364bc274bf61ed..9539122e3afcaf0806e7d4afa0712fdbae2e78b9 100755 (executable)
@@ -70,6 +70,9 @@ def test_wbinfo(t):
                 ["plaintext password authentication succeeded",
                  "challenge/response password authentication succeeded"])
 
+    t.retry_cmd("bin/wbinfo --krb5auth=${WIN_DOMAIN}/administrator%${WIN_PASS}",
+                ["succeeded"])
+
 
 def test_smbclient(t):
     t.info('Testing smbclient')