summaryrefslogtreecommitdiffstats
path: root/src/tests/t_general.py
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-07-24 16:26:28 -0400
committerGreg Hudson <ghudson@mit.edu>2012-07-24 16:26:28 -0400
commit18884ca01e1a64fcefafc0fdad0d360651c81f13 (patch)
treeb5f3d2504c8cc413fd3e64da3041a489df653abd /src/tests/t_general.py
parent8fbbfd7e2d2cd19f708b1944b75c60595fc65ec2 (diff)
downloadkrb5-18884ca01e1a64fcefafc0fdad0d360651c81f13.tar.gz
krb5-18884ca01e1a64fcefafc0fdad0d360651c81f13.tar.xz
krb5-18884ca01e1a64fcefafc0fdad0d360651c81f13.zip
Rename tests/t_cccol.py to t_ccache.py
Generalize the ccache collection tests in t_cccol.py to multiple kinds of ccache tests, and rename it to avoid confusion with the lower-level lib/krb5/ccache/t_cccol.py. Move a test from t_general.py into t_ccache.py.
Diffstat (limited to 'src/tests/t_general.py')
-rwxr-xr-xsrc/tests/t_general.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tests/t_general.py b/src/tests/t_general.py
index cbad32d4ca..2b04b8eae4 100755
--- a/src/tests/t_general.py
+++ b/src/tests/t_general.py
@@ -33,12 +33,6 @@ output = realm.run_kadminl('getpols')
if 'fred\n' not in output:
fail('Policy not preserved across dump/load.')
-# Test kdestroy and klist of a non-existent ccache.
-realm.run_as_client([kdestroy])
-output = realm.run_as_client([klist], expected_code=1)
-if 'No credentials cache found' not in output:
- fail('Expected error message not seen in klist output')
-
# Spot-check KRB5_TRACE output
tracefile = os.path.join(realm.testdir, 'trace')
realm.run_as_client(['env', 'KRB5_TRACE=' + tracefile, kinit,