From 7be79dfe34317b8002803fd858a275bf70b41e21 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 9 Oct 2013 16:55:10 +0200 Subject: test_caless.TestCertInstall: Fix 'test_no_ds_password' test case The test installed the HTTP cert instead of the DS one. --- ipatests/test_integration/test_caless.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests/test_integration/test_caless.py') 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 -- cgit