Commit bd365059 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OFC25 tests:

- Updated topology descriptor files
- Added virtual link descriptor files
parent ba1f7220
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
{
    "links": [
        {
            "link_id": {"link_uuid": {"uuid": "IP1/PORT-xe1==IP2/PORT-xe1"}},
            "link_type": "LINKTYPE_VIRTUAL",
            "attributes": {"total_capacity_gbps": 800.0},
            "link_endpoint_ids": [
                {"device_id": {"device_uuid": {"uuid": "IP1"}}, "endpoint_uuid": {"uuid": "PORT-xe1"}},
                {"device_id": {"device_uuid": {"uuid": "IP2"}}, "endpoint_uuid": {"uuid": "PORT-xe1"}}
            ]
        }
    ]
}
+13 −0
Original line number Diff line number Diff line
{
    "links": [
        {
            "link_id": {"link_uuid": {"uuid": "IP1/PORT-xe2==IP2/PORT-xe2"}},
            "link_type": "LINKTYPE_VIRTUAL",
            "attributes": {"total_capacity_gbps": 800.0},
            "link_endpoint_ids": [
                {"device_id": {"device_uuid": {"uuid": "IP1"}}, "endpoint_uuid": {"uuid": "PORT-xe2"}},
                {"device_id": {"device_uuid": {"uuid": "IP2"}}, "endpoint_uuid": {"uuid": "PORT-xe2"}}
            ]
        }
    ]
}
+13 −0
Original line number Diff line number Diff line
{
    "links": [
        {
            "link_id": {"link_uuid": {"uuid": "IP1/PORT-xe3==IP2/PORT-xe3"}},
            "link_type": "LINKTYPE_VIRTUAL",
            "attributes": {"total_capacity_gbps": 800.0},
            "link_endpoint_ids": [
                {"device_id": {"device_uuid": {"uuid": "IP1"}}, "endpoint_uuid": {"uuid": "PORT-xe3"}},
                {"device_id": {"device_uuid": {"uuid": "IP2"}}, "endpoint_uuid": {"uuid": "PORT-xe3"}}
            ]
        }
    ]
}
+4 −4
Original line number Diff line number Diff line
@@ -10,10 +10,10 @@
            "device_id": {"device_uuid": {"uuid": "TFS-PACKET"}}, "device_type": "teraflowsdn",
            "device_drivers": ["DEVICEDRIVER_IETF_L3VPN"], "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED",
            "device_config": {"config_rules": [
                {"action": 1, "custom": {"resource_key": "_connect/address", "resource_value": "127.0.0.1"}},
                {"action": 1, "custom": {"resource_key": "_connect/address", "resource_value": "10.0.2.10"}},
                {"action": 1, "custom": {"resource_key": "_connect/port", "resource_value": "8002"}},
                {"action": 1, "custom": {"resource_key": "_connect/settings", "resource_value": {
                    "scheme": "http", "username": "admin", "password": "admin"
                    "scheme": "http", "username": "admin", "password": "admin", "import_topology": "topology"
                }}}
            ]}
        },
@@ -21,10 +21,10 @@
            "device_id": {"device_uuid": {"uuid": "TFS-OPTICAL"}}, "device_type": "teraflowsdn",
            "device_drivers": ["DEVICEDRIVER_OPTICAL_TFS"], "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED",
            "device_config": {"config_rules": [
                {"action": 1, "custom": {"resource_key": "_connect/address", "resource_value": "127.0.0.1"}},
                {"action": 1, "custom": {"resource_key": "_connect/address", "resource_value": "10.0.2.10"}},
                {"action": 1, "custom": {"resource_key": "_connect/port", "resource_value": "8003"}},
                {"action": 1, "custom": {"resource_key": "_connect/settings", "resource_value": {
                    "scheme": "http", "username": "admin", "password": "admin"
                    "scheme": "http", "username": "admin", "password": "admin", "import_topology": "topology"
                }}}
            ]}
        }
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    ],
    "devices": [
        {
            "device_id": {"device_uuid": {"uuid": "CSGW1"}}, "device_type": "emu-packet-router",
            "device_id": {"device_uuid": {"uuid": "IP1"}}, "device_type": "emu-packet-router",
            "device_drivers": ["DEVICEDRIVER_UNDEFINED"], "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED",
            "device_config": {"config_rules": [
                {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "127.0.0.1"}},
@@ -20,7 +20,7 @@
            ]}
        },
        {
            "device_id": {"device_uuid": {"uuid": "CSGW2"}}, "device_type": "emu-packet-router",
            "device_id": {"device_uuid": {"uuid": "IP2"}}, "device_type": "emu-packet-router",
            "device_drivers": ["DEVICEDRIVER_UNDEFINED"], "device_operational_status": "DEVICEOPERATIONALSTATUS_UNDEFINED",
            "device_config": {"config_rules": [
                {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address",  "resource_value": "127.0.0.1"}},