Get rid of periods in Python test success messages
authorGreg Hudson <ghudson@mit.edu>
Thu, 3 Nov 2011 17:42:46 +0000 (17:42 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 3 Nov 2011 17:42:46 +0000 (17:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25432 dc483132-0cff-0310-8789-dd5450dbe970

18 files changed:
src/appl/user_user/t_user2user.py
src/kdc/t_workers.py
src/lib/kdb/t_stringattr.py
src/lib/krb5/ccache/t_cccol.py
src/lib/krb5/krb/t_expire_warn.py
src/lib/krb5/krb/t_vfy_increds.py
src/tests/gssapi/t_ccselect.py
src/tests/gssapi/t_gssapi.py
src/tests/t_anonpkinit.py
src/tests/t_cccol.py
src/tests/t_crossrealm.py
src/tests/t_general.py
src/tests/t_lockout.py
src/tests/t_renew.py
src/tests/t_renprinc.py
src/tests/t_stringattr.py
src/util/gss-kernel-lib/t_kgss.py
src/util/k5test.py

index bb9c42f42dd07d72be6b52cfb0ef0c7c55bdb8e6..abd66413f27eb285ad0707946f3f108daaaf0739 100644 (file)
@@ -15,4 +15,4 @@ for realm in multipass_realms():
         fail('Message not echoed back.')
 
 
-success('User-2-user test programs.')
+success('User-2-user test programs')
index f36b5a793d74d25046176723f2ba20933996f900..7af3acfa153c56f6879975b6579f7e3e984f3437 100644 (file)
@@ -5,4 +5,4 @@ realm = K5Realm(start_kdc=False, start_kadmind=False, create_host=False)
 realm.start_kdc(['-w', '3'])
 realm.kinit(realm.user_princ, password('user'))
 realm.klist(realm.user_princ)
-success('KDC worker processes.')
+success('KDC worker processes')
index 210134c8bfa8c734b7cce3129cb9da116d2c166e..f520370a4872deec8fd21854feafabf33ca4efd9 100644 (file)
@@ -3,4 +3,4 @@ from k5test import *
 
 realm = K5Realm(create_kdb=False)
 realm.run_as_master(['./t_stringattr'])
-success('String attribute unit tests.')
+success('String attribute unit tests')
index d809971089c48359144e132a468ba1806d2be9a0..4399ce79c45925ba3e5ef2d6a8032b5202d17dec 100644 (file)
@@ -41,4 +41,4 @@ cursor_test('dirmem', [dccname, mfoo], [duser, dalice, dbob, mfoo])
 realm.run_as_client([kdestroy])
 cursor_test('noexist', [], [])
 
-success('Renewing credentials.')
+success('Renewing credentials')
index 8d8ade93063080ad70b918f601abc5c71c174cb6..660ed2ecc352f5144e1d0b20afa37d5356efcd08 100644 (file)
@@ -60,4 +60,4 @@ if 'password_expiration = ' not in output or \
         'password_expiration = 0\n' in output:
     fail('Expected non-zero password expiration not seen for days')
 
-success('Password expiration warning tests.')
+success('Password expiration warning tests')
index e302480a4b9a157e36d6d7d58ae04528d3236e60..1eab89363cd9d0cb954b0ed7b376d2a807dab2eb 100644 (file)
@@ -51,4 +51,4 @@ realm = K5Realm(start_kadmind=False, krb5_conf=conf)
 os.remove(realm.keytab)
 realm.run_as_server(['./t_vfy_increds'], expected_code=1)
 
-success('krb5_verify_init_creds tests.')
+success('krb5_verify_init_creds tests')
index 2722873fc439279fd3b0fcfdcd3f92e8b11de6e2..0d36d7a35093cb6823c7554caa35566567c63dbc 100644 (file)
@@ -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')
index 32485d03b78ebaade4df6a6659fda2fd51733527..e640e0231d520c689c4a03fad805cb9c87f894d6 100644 (file)
@@ -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')
index ddb96919b423185dc6311a1839571188d17bf45a..5b2368e12dde42a2b730e3615cc9f85a60128486 100644 (file)
@@ -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')
index d8db275ce3ea8a85eba3109f73b4cf2b5a3f63eb..b30cbcf9bd6de590393052cdada7f40151664a61 100644 (file)
@@ -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')
index bfd9d1ed55a6d70377996307f4d1142ca908719e..afefb8592c97449c7afe769db87a46903f835284 100644 (file)
@@ -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')
index a2953fefde64a1677372c9befbd598ed12446895..c02a581a50d8f2171ff0fd67cb63da0d4ea690bd 100755 (executable)
@@ -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')
index bd33a95067a601f690d5d3afd01adfa3ccdcfe2e..377e9ba5e70d40f2b353634524b285894cd4d786 100644 (file)
@@ -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')
 
index 105364634977882b3f94d21d93dae4611830bdeb..af83007a87f2abb53e85f22fd1d06fbe2830a4ec 100644 (file)
@@ -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')
index d4ad902aa35d188278545196841b29fc6801f984..e29eb194cb79bae9c1c779d7492263fc405c518f 100644 (file)
@@ -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')
index 392ab6c98fb1821b0863ace21b6aaf737304ba4c..9d6fbe0a234f5f33dac08f3f8d875b76f1c8b4ff 100644 (file)
@@ -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')
index 86cd340a157b1869e9adeb712e68438482fe1d9f..52d1da2456e2746d876cf6aea3af0cda3fab85f1 100644 (file)
@@ -27,4 +27,4 @@ from k5test import *
 for realm in multipass_realms():
     realm.run_as_client(['./t_kgss_user', realm.host_princ])
 
-success('Kernel GSSAPI subset tests.')
+success('Kernel GSSAPI subset tests')
index 0480854e1f0f131248c56ec41789b6ab32cb3023..503085a31ca3c8793170740fe9c5dec82e296cbb 100644 (file)
@@ -42,7 +42,7 @@ A sample test script:
     realm.run_as_client(['./clientprog', realm.host_princ])
 
     # Inform framework that tests completed successfully.
-    success('World peace and cure for cancer.')
+    success('World peace and cure for cancer')
 
 By default, the realm will have: