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:46:52 +0200
commite6d50cb9066a76173185c2bc289a97227c194f42 (patch)
treefb6344c637eb9527d3de9403f879cdda036667d6 /ipatests
parent9bb9354a40175fd6664bdde66bd605ffb6bf1389 (diff)
downloadfreeipa-e6d50cb9066a76173185c2bc289a97227c194f42.tar.gz
freeipa-e6d50cb9066a76173185c2bc289a97227c194f42.tar.xz
freeipa-e6d50cb9066a76173185c2bc289a97227c194f42.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 158c2efdb..ed0554c6f 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