From 3af6c738304f4032a6e12cf67c8aacf677ae16d9 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Wed, 30 Oct 2024 15:34:55 +0000 Subject: [PATCH] OFC24 - Added dump of devices and endpoints for testing purposes --- src/tests/ofc24/tests/test_functional_bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/ofc24/tests/test_functional_bootstrap.py b/src/tests/ofc24/tests/test_functional_bootstrap.py index 9de29ae6e..ad76532d5 100644 --- a/src/tests/ofc24/tests/test_functional_bootstrap.py +++ b/src/tests/ofc24/tests/test_functional_bootstrap.py @@ -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 -- GitLab