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

Commit per delete rule

parent 39dee82d
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!4Compute component:
......@@ -30,7 +30,6 @@ from device.service.driver_api.AnyTreeTools import TreeNode, get_subnode, set_su
from .templates import ALL_RESOURCE_KEYS, EMPTY_CONFIG, compose_config, get_filter, parse
from .RetryDecorator import retry
DEBUG_MODE = False
logging.getLogger('ncclient.manager').setLevel(logging.DEBUG if DEBUG_MODE else logging.WARNING)
logging.getLogger('ncclient.transport.ssh').setLevel(logging.DEBUG if DEBUG_MODE else logging.WARNING)
......
......@@ -37,5 +37,6 @@ DEVICE_OC_CONNECT_RULES = json_device_connect_rules(DEVICE_OC_ADDRESS, DEVICE_OC
'manager_params' : {'timeout' : DEVICE_OC_TIMEOUT},
})
DEVICE_OC_CONFIG_RULES = [] # populate your configuration rules to test
DEVICE_OC_DECONFIG_RULES = [] # populate your deconfiguration rules to test
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