Commit d4afb901 authored by PabloArmingolRobles's avatar PabloArmingolRobles
Browse files

Device OC : configuration of unitary tests for ADVA

parent 6f91d90b
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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)