Imported Debian patch 4.8.10-2
This commit is contained in:
committed by
Mario Fetka
parent
8bc559c5a1
commit
358acdd85f
@@ -32,6 +32,10 @@ import pytest
|
||||
@pytest.mark.tier1
|
||||
class vault_tasks(UI_driver):
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def vault_tasks_setup(self, ui_driver_fsetup):
|
||||
pass
|
||||
|
||||
def prep_service_data(self):
|
||||
|
||||
host = self.config.get('ipa_server')
|
||||
@@ -64,8 +68,8 @@ class vault_tasks(UI_driver):
|
||||
@pytest.mark.tier1
|
||||
class test_vault(vault_tasks):
|
||||
|
||||
def setup(self, *args, **kwargs):
|
||||
super(test_vault, self).setup(*args, **kwargs)
|
||||
@pytest.fixture(autouse=True)
|
||||
def vault_setup(self, vault_tasks_setup):
|
||||
if not self.has_kra():
|
||||
self.skip('KRA not configured')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user