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

Device component:

- Corrected default values in unitary test config template
- Minor code styling
parent d36a6c29
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -395,4 +395,3 @@ class OpenConfigDriver(_Driver):
                return
            if sample is None: continue
            yield sample
            
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ DEVICE_OC = json_device_packetrouter_disabled(DEVICE_OC_UUID)
DEVICE_OC_CONNECT_RULES = json_device_connect_rules(DEVICE_OC_ADDRESS, DEVICE_OC_PORT, {
    'username'       : DEVICE_OC_USERNAME,
    'password'       : DEVICE_OC_PASSWORD,
    'force_running'  : True,
    'force_running'  : False,
    'hostkey_verify' : True,
    'look_for_keys'  : True,
    'allow_agent'    : True,
+1 −1

File changed.

Contains only whitespace changes.