Imported Debian patch 4.0.5-6~numeezy

This commit is contained in:
Alexandre Ellert
2016-02-17 15:07:45 +01:00
committed by Mario Fetka
parent c44de33144
commit 10dfc9587b
1203 changed files with 53869 additions and 241462 deletions

View File

@@ -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
# ---