Commit 7f00e623 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent 3a8a8139
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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': {
@@ -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': {
@@ -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': {
@@ -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': {
@@ -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': {
@@ -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': {
@@ -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': {
+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.