Loading src/tests/tools/mock_qkd_nodes/wsgi.py +7 −7 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ yang_validator = YangValidator('etsi-qkd-sdn-node', ['etsi-qkd-node-types']) nodes = { '10.211.36.220:11111': {'node': { '10.0.2.10:11111': {'node': { 'qkdn_id': '00000001-0000-0000-0000-000000000000', }, 'qkdn_capabilities': { Loading Loading @@ -54,7 +54,7 @@ nodes = { { 'qkdi_id': '101', 'qkdi_att_point': { 'device':'10.211.36.220', 'device':'10.0.2.10', 'port':'1001' }, 'qkdi_capabilities': { Loading @@ -69,7 +69,7 @@ nodes = { } }, '10.211.36.220:22222': {'node': { '10.0.2.10:22222': {'node': { 'qkdn_id': '00000002-0000-0000-0000-000000000000', }, 'qkdn_capabilities': { Loading Loading @@ -100,7 +100,7 @@ nodes = { { 'qkdi_id': '201', 'qkdi_att_point': { 'device':'10.211.36.220', 'device':'10.0.2.10', 'port':'2001' }, 'qkdi_capabilities': { Loading @@ -109,7 +109,7 @@ nodes = { { 'qkdi_id': '202', 'qkdi_att_point': { 'device':'10.211.36.220', 'device':'10.0.2.10', 'port':'2002' }, 'qkdi_capabilities': { Loading @@ -124,7 +124,7 @@ nodes = { } }, '10.211.36.220:33333': {'node': { '10.0.2.10:33333': {'node': { 'qkdn_id': '00000003-0000-0000-0000-000000000000', }, 'qkdn_capabilities': { Loading Loading @@ -155,7 +155,7 @@ nodes = { { 'qkdi_id': '301', 'qkdi_att_point': { 'device':'10.211.36.220', 'device':'10.0.2.10', 'port':'3001' }, 'qkdi_capabilities': { Loading src/webui/service/qkd_app/routes.py +1 −1 Original line number Diff line number Diff line # Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) # Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading Loading
src/tests/tools/mock_qkd_nodes/wsgi.py +7 −7 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ yang_validator = YangValidator('etsi-qkd-sdn-node', ['etsi-qkd-node-types']) nodes = { '10.211.36.220:11111': {'node': { '10.0.2.10:11111': {'node': { 'qkdn_id': '00000001-0000-0000-0000-000000000000', }, 'qkdn_capabilities': { Loading Loading @@ -54,7 +54,7 @@ nodes = { { 'qkdi_id': '101', 'qkdi_att_point': { 'device':'10.211.36.220', 'device':'10.0.2.10', 'port':'1001' }, 'qkdi_capabilities': { Loading @@ -69,7 +69,7 @@ nodes = { } }, '10.211.36.220:22222': {'node': { '10.0.2.10:22222': {'node': { 'qkdn_id': '00000002-0000-0000-0000-000000000000', }, 'qkdn_capabilities': { Loading Loading @@ -100,7 +100,7 @@ nodes = { { 'qkdi_id': '201', 'qkdi_att_point': { 'device':'10.211.36.220', 'device':'10.0.2.10', 'port':'2001' }, 'qkdi_capabilities': { Loading @@ -109,7 +109,7 @@ nodes = { { 'qkdi_id': '202', 'qkdi_att_point': { 'device':'10.211.36.220', 'device':'10.0.2.10', 'port':'2002' }, 'qkdi_capabilities': { Loading @@ -124,7 +124,7 @@ nodes = { } }, '10.211.36.220:33333': {'node': { '10.0.2.10:33333': {'node': { 'qkdn_id': '00000003-0000-0000-0000-000000000000', }, 'qkdn_capabilities': { Loading Loading @@ -155,7 +155,7 @@ nodes = { { 'qkdi_id': '301', 'qkdi_att_point': { 'device':'10.211.36.220', 'device':'10.0.2.10', 'port':'3001' }, 'qkdi_capabilities': { Loading
src/webui/service/qkd_app/routes.py +1 −1 Original line number Diff line number Diff line # Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) # Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading