Skip to content
Snippets Groups Projects
Commit 3dfc06c4 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Test tools - Mock_OSM:

- Corrected Constraint definitions in example descriptors
parent da51b895
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!62Add relese/2.0.1 fixes
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
{"device_id": {"device_uuid": {"uuid": "R3"}}, "endpoint_uuid": {"uuid": "EXT"}} {"device_id": {"device_uuid": {"uuid": "R3"}}, "endpoint_uuid": {"uuid": "EXT"}}
], ],
"service_constraints": [ "service_constraints": [
{"custom": {"constraint_type": "bandwidth[gbps]", "constraint_value": "10.0"}}, {"sla_capacity": {"capacity_gbps": 10.0}},
{"custom": {"constraint_type": "latency[ms]", "constraint_value": "15.2"}} {"sla_latency": {"e2e_latency_ms": 15.2}}
], ],
"service_config": {"config_rules": [ "service_config": {"config_rules": [
{"action": 1, "custom": {"resource_key": "/settings", "resource_value": { {"action": 1, "custom": {"resource_key": "/settings", "resource_value": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment