summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/gssapi/t_ccselect.py2
-rw-r--r--src/tests/gssapi/t_gssapi.py2
-rw-r--r--src/tests/t_anonpkinit.py4
-rw-r--r--src/tests/t_cccol.py2
-rw-r--r--src/tests/t_crossrealm.py2
-rwxr-xr-xsrc/tests/t_general.py2
-rw-r--r--src/tests/t_lockout.py2
-rw-r--r--src/tests/t_renew.py2
-rw-r--r--src/tests/t_renprinc.py2
-rw-r--r--src/tests/t_stringattr.py2
10 files changed, 11 insertions, 11 deletions
diff --git a/src/tests/gssapi/t_ccselect.py b/src/tests/gssapi/t_ccselect.py
index 2722873fc4..0d36d7a350 100644
--- a/src/tests/gssapi/t_ccselect.py
+++ b/src/tests/gssapi/t_ccselect.py
@@ -119,4 +119,4 @@ output = r1.run_as_client(['./t_ccselect', 'gss:bogus@' + hostname],
if 'does not match desired' not in output:
fail('Expected error not seen when k5identity selects bad principal.')
-success('GSSAPI credential selection tests.')
+success('GSSAPI credential selection tests')
diff --git a/src/tests/gssapi/t_gssapi.py b/src/tests/gssapi/t_gssapi.py
index 32485d03b7..e640e0231d 100644
--- a/src/tests/gssapi/t_gssapi.py
+++ b/src/tests/gssapi/t_gssapi.py
@@ -92,4 +92,4 @@ output = realm.run_as_client(['./t_accname', 'host/-nomatch-',
if 'host/-nomatch-' not in output:
fail('Expected host/-nomatch- in t_accname output')
-success('GSSAPI tests.')
+success('GSSAPI tests')
diff --git a/src/tests/t_anonpkinit.py b/src/tests/t_anonpkinit.py
index ddb96919b4..5b2368e12d 100644
--- a/src/tests/t_anonpkinit.py
+++ b/src/tests/t_anonpkinit.py
@@ -3,7 +3,7 @@ from k5test import *
# Skip this test if pkinit wasn't built.
if not os.path.exists(os.path.join(plugins, 'preauth', 'pkinit.so')):
- success('Warning: not testing pkinit because it is not built.')
+ success('Warning: not testing pkinit because it is not built')
exit(0)
# Construct a krb5.conf fragment configuring pkinit.
@@ -44,4 +44,4 @@ realm.addprinc('WELLKNOWN/ANONYMOUS')
realm.kinit('@%s' % realm.realm, flags=['-n'])
realm.run_as_client([kvno, realm.host_princ], expected_code=1)
-success('Anonymous PKINIT.')
+success('Anonymous PKINIT')
diff --git a/src/tests/t_cccol.py b/src/tests/t_cccol.py
index d8db275ce3..b30cbcf9bd 100644
--- a/src/tests/t_cccol.py
+++ b/src/tests/t_cccol.py
@@ -74,4 +74,4 @@ output = realm.run_as_client([klist, '-l'], expected_code=1)
if not output.endswith('---\n') or output.count('\n') != 2:
fail('kdestroy -a failed to empty cache collection.')
-success('Credential cache collection tests.')
+success('Credential cache collection tests')
diff --git a/src/tests/t_crossrealm.py b/src/tests/t_crossrealm.py
index bfd9d1ed55..afefb8592c 100644
--- a/src/tests/t_crossrealm.py
+++ b/src/tests/t_crossrealm.py
@@ -114,4 +114,4 @@ if 'Illegal cross-realm ticket' not in output:
fail('transited 2: Expected error message not in output')
stop(r1, r2, r3, r4)
-success('Cross-realm tests.')
+success('Cross-realm tests')
diff --git a/src/tests/t_general.py b/src/tests/t_general.py
index a2953fefde..c02a581a50 100755
--- a/src/tests/t_general.py
+++ b/src/tests/t_general.py
@@ -50,4 +50,4 @@ for realm in multipass_realms(create_host=False):
if 'Key: vno 258,' not in output:
fail('Expected vno not seen in kadmin.local output')
-success('Dump/load, FAST kinit, kdestroy, kvno wrapping.')
+success('Dump/load, FAST kinit, kdestroy, kvno wrapping')
diff --git a/src/tests/t_lockout.py b/src/tests/t_lockout.py
index bd33a95067..377e9ba5e7 100644
--- a/src/tests/t_lockout.py
+++ b/src/tests/t_lockout.py
@@ -48,5 +48,5 @@ if 'Clients credentials have been revoked while getting initial credentials' \
output = realm.run_kadminl('modprinc -unlock user')
realm.kinit(realm.user_princ, password('user'))
-success('Account lockout.')
+success('Account lockout')
diff --git a/src/tests/t_renew.py b/src/tests/t_renew.py
index 1053646349..af83007a87 100644
--- a/src/tests/t_renew.py
+++ b/src/tests/t_renew.py
@@ -13,4 +13,4 @@ realm.kinit(realm.user_princ, flags=['-R'])
realm.kinit(realm.user_princ, flags=['-R'])
realm.klist(realm.user_princ)
-success('Renewing credentials.')
+success('Renewing credentials')
diff --git a/src/tests/t_renprinc.py b/src/tests/t_renprinc.py
index d4ad902aa3..e29eb194cb 100644
--- a/src/tests/t_renprinc.py
+++ b/src/tests/t_renprinc.py
@@ -43,4 +43,4 @@ for st in salttypes:
realm.run_kadminl('renprinc -force newnormal newnormal2')
realm.kinit('newnormal2', password('normal'))
-success('Principal renaming tests.')
+success('Principal renaming tests')
diff --git a/src/tests/t_stringattr.py b/src/tests/t_stringattr.py
index 392ab6c98f..9d6fbe0a23 100644
--- a/src/tests/t_stringattr.py
+++ b/src/tests/t_stringattr.py
@@ -53,4 +53,4 @@ if 'attr2: value2' not in output or 'attr3: value3' not in output or \
'attr1:' in output:
fail('Final attribute query')
-success('KDB string attributes.')
+success('KDB string attributes')