summaryrefslogtreecommitdiffstats
path: root/dmi-stub/dmi-stub-service/src/main/resources/data
diff options
context:
space:
mode:
authorSourabh Sourabh <sourabh.sourabh@est.tech>2024-11-21 10:27:25 +0000
committerSourabh Sourabh <sourabh.sourabh@est.tech>2024-11-21 10:27:25 +0000
commitb5d7b53351a0d3f1f0b30665a8e86bf3c8026aa7 (patch)
tree4520cf3d4b3d5e6bb1ef5e8b9cd87136011aa9dd /dmi-stub/dmi-stub-service/src/main/resources/data
parent726bc9b79335022f5e4174454972dee7f563a1c3 (diff)
Revert "[DMI] Fix for DMI merge master Job"HEADmaster
This reverts commit 726bc9b79335022f5e4174454972dee7f563a1c3. Issue-ID: CPS-2499 Reason for revert: Merge master job is still failing Change-Id: Id5331489f88e8e0c2f90e6c96c306d990d19293e Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'dmi-stub/dmi-stub-service/src/main/resources/data')
-rw-r--r--dmi-stub/dmi-stub-service/src/main/resources/data/ietf-network-topology-sample-rfc8345.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/dmi-stub/dmi-stub-service/src/main/resources/data/ietf-network-topology-sample-rfc8345.json b/dmi-stub/dmi-stub-service/src/main/resources/data/ietf-network-topology-sample-rfc8345.json
new file mode 100644
index 00000000..8f9dbc22
--- /dev/null
+++ b/dmi-stub/dmi-stub-service/src/main/resources/data/ietf-network-topology-sample-rfc8345.json
@@ -0,0 +1,76 @@
+{
+ "ietf-network:networks": {
+ "network": [
+ {
+ "network-types": {
+ },
+ "network-id": "otn-hc",
+ "node": [
+ {
+ "node-id": "D1",
+ "termination-point": [
+ {
+ "tp-id": "1-0-1"
+ },
+ {
+ "tp-id": "1-2-1"
+ },
+ {
+ "tp-id": "1-3-1"
+ }
+ ]
+ },
+ {
+ "node-id": "D2",
+ "termination-point": [
+ {
+ "tp-id": "2-0-1"
+ },
+ {
+ "tp-id": "2-1-1"
+ },
+ {
+ "tp-id": "2-3-1"
+ }
+ ]
+ },
+ {
+ "node-id": "D3",
+ "termination-point": [
+ {
+ "tp-id": "3-1-1"
+ },
+ {
+ "tp-id": "3-2-1"
+ }
+ ]
+ }
+ ],
+ "ietf-network-topology:link": [
+ {
+ "link-id": "D1,1-2-1,D2,2-1-1",
+ "source": {
+ "source-node": "D1",
+ "source-tp": "1-2-1"
+ },
+ "destination": {
+ "dest-node": "D2",
+ "dest-tp": "2-1-1"
+ }
+ },
+ {
+ "link-id": "D2,2-1-1,D1,1-2-1",
+ "source": {
+ "source-node": "D2",
+ "source-tp": "2-1-1"
+ },
+ "destination": {
+ "dest-node": "D1",
+ "dest-tp": "1-2-1"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ }