diff --git a/tests/broker-database/dedicated-connection.robot b/tests/broker-database/dedicated-connection.robot index 756c73f9024..c1260754b64 100644 --- a/tests/broker-database/dedicated-connection.robot +++ b/tests/broker-database/dedicated-connection.robot @@ -1,11 +1,7 @@ *** Settings *** Documentation Centreon Broker data_bin and logs dedicated connections -Resource ../resources/resources.robot -Library DateTime -Library Examples -Library ../resources/Broker.py -Library ../resources/Common.py +Resource ../resources/resources.resource Suite Setup Clean Before Suite Suite Teardown Clean After Suite diff --git a/tests/broker-engine/notification.robot b/tests/broker-engine/notification.robot index 191ad2a4153..6b1f618e434 100644 --- a/tests/broker-engine/notification.robot +++ b/tests/broker-engine/notification.robot @@ -1,15 +1,7 @@ *** Settings *** Documentation Centreon notification -Resource ../resources/resources.robot -Library Process -Library DatabaseLibrary -Library OperatingSystem -Library DateTime -Library Collections -Library ../resources/Engine.py -Library ../resources/Broker.py -Library ../resources/Common.py +Resource ../resources/resources.resource Suite Setup Clean Before Suite Suite Teardown Clean After Suite diff --git a/tests/engine/forced_checks.robot b/tests/engine/forced_checks.robot index 81690142d55..90079bdd05b 100644 --- a/tests/engine/forced_checks.robot +++ b/tests/engine/forced_checks.robot @@ -55,7 +55,8 @@ EFHC2 [Documentation] Engine is configured with hosts and we force checks on one 5 times on bbdo2 [Tags] engine external_cmd log-v2 Config Engine ${1} - Init Config + Config Broker central + Config Broker rrd Config Broker module ${1} Engine Config Set Value ${0} log_legacy_enabled ${0} Engine Config Set Value ${0} log_v2_enabled ${1} @@ -93,7 +94,8 @@ EFHCU1 [Documentation] Engine is configured with hosts and we force checks on one 5 times on bbdo3. Bbdo3 has no impact on this behavior. resources table is cleared before starting broker. [Tags] engine external_cmd Config Engine ${1} - Init Config + Config Broker central + Config Broker rrd Config Broker module ${1} Engine Config Set Value ${0} log_legacy_enabled ${0} Engine Config Set Value ${0} log_v2_enabled ${1} @@ -140,7 +142,8 @@ EFHCU2 [Documentation] Engine is configured with hosts and we force checks on one 5 times on bbdo3. Bbdo3 has no impact on this behavior. [Tags] engine external_cmd Config Engine ${1} - Init Config + Config Broker central + Config Broker rrd Config Broker module ${1} Engine Config Set Value ${0} log_legacy_enabled ${0} Engine Config Set Value ${0} log_v2_enabled ${1} @@ -186,7 +189,8 @@ EMACROS [Documentation] macros ADMINEMAIL and ADMINPAGER are replaced in check outputs [Tags] engine external_cmd macros Config Engine ${1} - Init Config + Config Broker central + Config Broker rrd Config Broker module ${1} Engine Config Set Value ${0} log_legacy_enabled ${0} Engine Config Set Value ${0} log_v2_enabled ${1} @@ -219,7 +223,8 @@ EMACROS_NOTIF [Documentation] macros ADMINEMAIL and ADMINPAGER are replaced in notification commands [Tags] engine external_cmd macros Config Engine ${1} - Init Config + Config Broker central + Config Broker rrd Config Broker module ${1} Engine Config Set Value ${0} log_legacy_enabled ${0} Engine Config Set Value ${0} log_v2_enabled ${1} diff --git a/tests/resources/import.resource b/tests/resources/import.resource index 99bc3ac52eb..fd38d03b448 100644 --- a/tests/resources/import.resource +++ b/tests/resources/import.resource @@ -16,8 +16,8 @@ Library Telnet # creation Resource resources.resource # Python Library -Library Engine.py -Library Broker.py -Library Bench.py -Library Common.py -Library specific-duplication.py +# Library Engine.py +# Library Broker.py +# Library Bench.py +# Library Common.py +# Library specific-duplication.py