From 7266a95b0ca000f32bc149cded315d790ea4a2cf Mon Sep 17 00:00:00 2001 From: cesar991 Date: Wed, 31 Aug 2016 14:54:02 +0200 Subject: [PATCH] Repair errors in Services.py --- tests/console/Services.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/console/Services.py b/tests/console/Services.py index 7c58984b85..1a9fedc35a 100644 --- a/tests/console/Services.py +++ b/tests/console/Services.py @@ -33,7 +33,7 @@ class SimpleService(PandoraWebDriverTestCase): @is_enterprise - def qtest_A_simple_service(self): + def test_A_simple_service(self): u""" Add 3 modules in Simple service, two critical and one in warning, force service and check that service is warning. @@ -107,7 +107,7 @@ class SimpleService(PandoraWebDriverTestCase): self.assertIsInstance(element,WebElement) @is_enterprise - def qtest_B_simple_service(self): + def test_B_simple_service(self): u""" Add 3 modules in Simple service, two normal and one in critical, force service and check that service is critical. @@ -137,7 +137,7 @@ class SimpleService(PandoraWebDriverTestCase): self.assertIsInstance(element,WebElement) @is_enterprise - def qtest_C_simple_service(self): + def test_C_simple_service(self): u""" Add 3 modules in Simple service, two normal and one in critical, force service and check that service is critical. @@ -249,7 +249,7 @@ class ManualService(PandoraWebDriverTestCase): self.assertIsInstance(element,WebElement) - def qtest_C_auto_service_warning(self): + def test_C_auto_service_warning(self): u""" Utilizando el agente y modulos necesarios, creamos un servicio de tipo auto para añadirle el modulo warning y añadimos un critical y warning weight para que de un valor entre 0.5 y 1 y así obtener un servicio tipo auto en warning