Commit 6823a996 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

QKD E2E Test:

- Fixed device name-uuid mapping
- Fixed descriptor_file generation
parent 52be45e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ def test_create_virtual_link_qkd1_qkd3(
    device_client  : DeviceClient,  # pylint: disable=redefined-outer-name
    service_client : ServiceClient, # pylint: disable=redefined-outer-name
):
    descriptor_file = compose_path('tfs-04-virtual-link-qkd1-qkd3.json'),
    descriptor_file = compose_path('tfs-04-virtual-link-qkd1-qkd3.json')

    # Load descriptors and validate the base scenario
    descriptor_loader = DescriptorLoader(
@@ -202,7 +202,7 @@ def test_check_qkd_apps_after(
        len(response.devices), grpc_message_to_json_string(response)
    ))
    device_uuid_to_name = {
        device.device_id.device_uuid.uuid : device.name
        device.name : device.device_id.device_uuid.uuid
        for device in response.devices
    }