Commit 684d4ab8 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

End-to-end Test - Ryu-OpenFlow:

- Fixed onboarding validations
parent 74ecc591
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@ def test_scenario_onboarding(

    response = context_client.ListDevices(Empty())
    LOGGER.info('Devices: {:s}'.format(grpc_message_to_json_string(response)))
    assert len(response.devices) == descriptor_loader.num_devices + 4
    num_openvswitches = 5 # OpenVSwitch in Mininet
    assert len(response.devices) == descriptor_loader.num_devices + num_openvswitches

    response = context_client.ListLinks(Empty())
    LOGGER.info('Links: {:s}'.format(grpc_message_to_json_string(response)))