Commit 4a2ccd90 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tests - OFC25 end-to-end test:

- Remove unneeded topology descriptor
parent 427d7ccc
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
{
    "contexts": [
        {"context_id": {"context_uuid": {"uuid": "admin"}}}
    ],
    "topologies": [
        {"topology_id": {"context_id": {"context_uuid": {"uuid": "admin"}}, "topology_uuid": {"uuid": "admin"}}}
    ],
    "devices": [
        {
            "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": "10.1.1.96"}},
                {"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", "import_topology": "topology"
                }}}
            ]}
        }
    ],
    "links": [ ]
}