summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorOleg Fayans <ofayans@redhat.com>2016-09-09 12:17:09 +0200
committerDavid Kupka <dkupka@redhat.com>2016-09-22 15:20:42 +0200
commit725d8d0cac16f6a41ad54ae319e3822d44047031 (patch)
tree5cf6d527b2cfa72ab7d44dbabead02579d4f5fcd /ipatests
parent48ca465a12a91977eb57bb791cf0b098e5e5a4b3 (diff)
downloadfreeipa-725d8d0cac16f6a41ad54ae319e3822d44047031.tar.gz
freeipa-725d8d0cac16f6a41ad54ae319e3822d44047031.tar.xz
freeipa-725d8d0cac16f6a41ad54ae319e3822d44047031.zip
tests: Removed call for install method from parent class
The IntegrationTest.install method installs the full topology while in ca-less tests we need to check server installation, thus the nodes should not have server or replica installed Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_integration/test_caless.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py
index da7ad815a..4eaa56253 100644
--- a/ipatests/test_integration/test_caless.py
+++ b/ipatests/test_integration/test_caless.py
@@ -103,7 +103,6 @@ def replica_install_teardown(func):
class CALessBase(IntegrationTest):
@classmethod
def install(cls, mh):
- super(CALessBase, cls).install(mh)
cls.cert_dir = tempfile.mkdtemp(prefix="ipatest-")
cls.pem_filename = os.path.join(cls.cert_dir, 'root.pem')
scriptfile = os.path.join(os.path.dirname(__file__),