Skip to content
Snippets Groups Projects
Commit d4afb901 authored by PabloArmingolRobles's avatar PabloArmingolRobles
Browse files

Device OC : configuration of unitary tests for ADVA

parent 6f91d90b
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!4Compute component:
......@@ -29,8 +29,12 @@ from .PrepareTestScenario import ( # pylint: disable=unused-import
mock_service, device_service, context_client, device_client, monitoring_client, test_prepare_environment)
try:
from .Device_OpenConfig_Infinera1 import(
#from .Device_OpenConfig_Infinera1 import(
#from .Device_OpenConfig_Infinera2 import(
#from .Device_OpenConfig_Adva import(
#from .Device_OpenConfig_Adva_149 import(
from .Device_OpenConfig_Adva_155 import(
DEVICE_OC, DEVICE_OC_CONFIG_RULES, DEVICE_OC_DECONFIG_RULES, DEVICE_OC_CONNECT_RULES, DEVICE_OC_ID,
DEVICE_OC_UUID)
ENABLE_OPENCONFIG = True
......@@ -38,10 +42,9 @@ except ImportError:
ENABLE_OPENCONFIG = False
ENABLE_OPENCONFIG_CONFIGURE = True
ENABLE_OPENCONFIG_MONITOR = True
ENABLE_OPENCONFIG_MONITOR = False
ENABLE_OPENCONFIG_DECONFIGURE = True
logging.getLogger('apscheduler.executors.default').setLevel(logging.WARNING)
logging.getLogger('apscheduler.scheduler').setLevel(logging.WARNING)
logging.getLogger('monitoring-client').setLevel(logging.WARNING)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment