summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-10-09 16:55:10 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-10-18 12:27:40 +0200
commit7be79dfe34317b8002803fd858a275bf70b41e21 (patch)
tree57a62c626f929565b0def177ad47157f58d16d65 /ipatests
parent5d8c02cfb8ce92fa7d92f3e34bfd7501672cc208 (diff)
downloadfreeipa.git-7be79dfe34317b8002803fd858a275bf70b41e21.tar.gz
freeipa.git-7be79dfe34317b8002803fd858a275bf70b41e21.tar.xz
freeipa.git-7be79dfe34317b8002803fd858a275bf70b41e21.zip
test_caless.TestCertInstall: Fix 'test_no_ds_password' test case
The test installed the HTTP cert instead of the DS one.
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_integration/test_caless.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py
index 158c2efd..ed0554c6 100644
--- a/ipatests/test_integration/test_caless.py
+++ b/ipatests/test_integration/test_caless.py
@@ -1435,5 +1435,5 @@ class TestCertinstall(CALessBase):
def test_no_ds_password(self):
"Install new DS certificate with no PKCS#12 password"
- result = self.certinstall('w', 'ca1/server', pin='', p12_pin='')
+ result = self.certinstall('d', 'ca1/server', pin='', p12_pin='')
assert result.returncode == 0