Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
@@ -29,10 +29,8 @@ import ipatests.test_webui.data_netgroup as netgroup
|
||||
import ipatests.test_webui.data_hbac as hbac
|
||||
import ipatests.test_webui.test_rbac as rbac
|
||||
import ipatests.test_webui.data_sudo as sudo
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.tier1
|
||||
class test_hostgroup(UI_driver):
|
||||
|
||||
@screenshot
|
||||
@@ -50,8 +48,7 @@ class test_hostgroup(UI_driver):
|
||||
Hostgroup associations
|
||||
"""
|
||||
self.init_app()
|
||||
host = host_tasks()
|
||||
host.setup(self.driver, self.config)
|
||||
host = host_tasks(self.driver, self.config)
|
||||
|
||||
# prepare
|
||||
# -------
|
||||
@@ -92,8 +89,7 @@ class test_hostgroup(UI_driver):
|
||||
Hostgroup indirect associations
|
||||
"""
|
||||
self.init_app()
|
||||
host = host_tasks()
|
||||
host.setup(self.driver, self.config)
|
||||
host = host_tasks(self.driver, self.config)
|
||||
|
||||
# add
|
||||
# ---
|
||||
|
||||
Reference in New Issue
Block a user