From 56f6fc4e09beadfd40c4df3871bf4e379ff024d6 Mon Sep 17 00:00:00 2001 From: Lluis Gifre Renom <lluis.gifre@cttc.es> Date: Wed, 30 Oct 2024 17:27:07 +0000 Subject: [PATCH] Update test_functional_bootstrap.py --- 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 ad76532d5..11f2f4e87 100644 --- a/src/tests/ofc24/tests/test_functional_bootstrap.py +++ b/src/tests/ofc24/tests/test_functional_bootstrap.py @@ -71,4 +71,5 @@ def test_scenario_devices_enabled( 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))) + raise Exception() assert num_devices_enabled == num_devices -- GitLab