Commit 3af6c738 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OFC24 - Added dump of devices and endpoints for testing purposes

parent bc778e40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,4 +70,5 @@ def test_scenario_devices_enabled(
        num_retry += 1
    if num_devices_enabled != num_devices:
        LOGGER.info('Disabled Devices: {:s}'.format(str(disabled_devices)))
    LOGGER.info('Devices: {:s}'.format(grpc_message_to_json_string(response)))
    assert num_devices_enabled == num_devices