Skip to content
Snippets Groups Projects
Commit 56f6fc4e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update test_functional_bootstrap.py

parent 3af6c738
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!285Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment