Commit b2773032 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component - IETF ACTL Driver:

- Fix unitary test for IETF ACTN
parent 287cd76e
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ DEVICE_PASSWORD = 'admin'
DEVICE_SCHEME       = 'http'
DEVICE_BASE_URL     = '/restconf/v2/data'
DEVICE_TIMEOUT      = 120
DEVICE_VERIFY   = False
DEVICE_VERIFY_CERTS = False

DEVICE_ID = json_device_id(DEVICE_UUID)
DEVICE    = json_device_ietf_actn_disabled(DEVICE_UUID)
@@ -54,7 +54,7 @@ DEVICE_CONNECT_RULES = json_device_connect_rules(DEVICE_ADDRESS, DEVICE_PORT, {
    'password'    : DEVICE_PASSWORD,
    'base_url'    : DEVICE_BASE_URL,
    'timeout'     : DEVICE_TIMEOUT,
    'verify'  : DEVICE_VERIFY,
    'verify_certs': DEVICE_VERIFY_CERTS,
})

DATA_FILE_CONFIG_RULES           = 'device/tests/data/ietf_actn/config_rules.json'