summaryrefslogtreecommitdiffstats
path: root/proxy/tests/t_multi_key.py
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-12-07 20:15:14 +0000
committerSimo Sorce <simo@redhat.com>2017-01-12 11:52:20 -0500
commit40729d65b10242d7c76691988994e673dcfad598 (patch)
treeacc161c0e1b8b90cbaa0712eddc8086ce349d3e1 /proxy/tests/t_multi_key.py
parent422e51232422b5604bf3c121c4771e708cdb5774 (diff)
downloadgss-proxy-40729d65b10242d7c76691988994e673dcfad598.tar.gz
gss-proxy-40729d65b10242d7c76691988994e673dcfad598.tar.xz
gss-proxy-40729d65b10242d7c76691988994e673dcfad598.zip
Indent subtests
Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/tests/t_multi_key.py')
-rw-r--r--proxy/tests/t_multi_key.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/tests/t_multi_key.py b/proxy/tests/t_multi_key.py
index 3211c9a..8969cbb 100644
--- a/proxy/tests/t_multi_key.py
+++ b/proxy/tests/t_multi_key.py
@@ -23,6 +23,7 @@ def run(testdir, env, conf):
print("Testing multiple keys Keytab with first principal",
file=sys.stderr)
+ sys.stderr.write(" ")
conf["prefix"] = prefix + "_1"
if os.path.exists(os.path.join(testdir, 'gssproxy', 'gpccache')):
os.unlink(os.path.join(testdir, 'gssproxy', 'gpccache'))
@@ -37,6 +38,7 @@ def run(testdir, env, conf):
print("Testing multiple keys Keytab with second principal",
file=sys.stderr)
+ sys.stderr.write(" ")
if os.path.exists(os.path.join(testdir, 'gssproxy', 'gpccache')):
os.unlink(os.path.join(testdir, 'gssproxy', 'gpccache'))
conf['prefix'] = prefix + "_2"