Loading src/tests/ecoc25-f5ga-telemetry/data/topology-agg.json +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ "device_drivers": ["DEVICEDRIVER_IETF_ACTN"], "device_config": {"config_rules": [ {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "10.254.0.9"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "8444"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "8082"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": { "scheme": "https", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data", "timeout": 120, "verify_certs": false, "import_topology": "topology" Loading src/tests/ecoc25-f5ga-telemetry/data/topology-e2e.json +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ "device_drivers": ["DEVICEDRIVER_IETF_ACTN"], "device_config": {"config_rules": [ {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "10.254.0.9"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "8443" }}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "8081" }}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": { "scheme": "https", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data", "timeout": 120, "verify": false Loading src/tests/ecoc25-f5ga-telemetry/redeploy.sh +2 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ case "$HOSTNAME" in echo "Deploying support services..." docker run --detach --name simap-server --publish 8080:8080 simap-server:mock docker run --detach --name nce-fan-ctrl --publish 8443:8443 nce-fan-ctrl:mock docker run --detach --name nce-t-ctrl --publish 8444:8443 nce-t-ctrl:mock docker run --detach --name nce-fan-ctrl --publish 8080:8081 nce-fan-ctrl:mock docker run --detach --name nce-t-ctrl --publish 8080:8082 nce-t-ctrl:mock sleep 2 docker ps -a Loading Loading
src/tests/ecoc25-f5ga-telemetry/data/topology-agg.json +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ "device_drivers": ["DEVICEDRIVER_IETF_ACTN"], "device_config": {"config_rules": [ {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "10.254.0.9"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "8444"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "8082"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": { "scheme": "https", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data", "timeout": 120, "verify_certs": false, "import_topology": "topology" Loading
src/tests/ecoc25-f5ga-telemetry/data/topology-e2e.json +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ "device_drivers": ["DEVICEDRIVER_IETF_ACTN"], "device_config": {"config_rules": [ {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/address", "resource_value": "10.254.0.9"}}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "8443" }}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/port", "resource_value": "8081" }}, {"action": "CONFIGACTION_SET", "custom": {"resource_key": "_connect/settings", "resource_value": { "scheme": "https", "username": "admin", "password": "admin", "base_url": "/restconf/v2/data", "timeout": 120, "verify": false Loading
src/tests/ecoc25-f5ga-telemetry/redeploy.sh +2 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ case "$HOSTNAME" in echo "Deploying support services..." docker run --detach --name simap-server --publish 8080:8080 simap-server:mock docker run --detach --name nce-fan-ctrl --publish 8443:8443 nce-fan-ctrl:mock docker run --detach --name nce-t-ctrl --publish 8444:8443 nce-t-ctrl:mock docker run --detach --name nce-fan-ctrl --publish 8080:8081 nce-fan-ctrl:mock docker run --detach --name nce-t-ctrl --publish 8080:8082 nce-t-ctrl:mock sleep 2 docker ps -a Loading