Skip to content

Commit b47f1e7

Browse files
committed
network tests
1 parent 72f6203 commit b47f1e7

14 files changed

+503
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"address": "192.168.1.1",
3+
"linode_id": 12345,
4+
"reserved": false
5+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"data": [
3+
{
4+
"address": "192.168.1.1",
5+
"linode_id": 12345,
6+
"reserved": false
7+
},
8+
{
9+
"address": "192.168.1.2",
10+
"linode_id": 67890,
11+
"reserved": true
12+
}
13+
],
14+
"pages": 1,
15+
"results": 2
16+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"range": "2600:3c00::/64",
3+
"region": "us-east",
4+
"prefix": 64,
5+
"route_target": "2600:3c00::1",
6+
"is_bgp": false,
7+
"linodes": [54321]
8+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"data": [
3+
{
4+
"range": "2600:3c00::/64",
5+
"region": "us-east",
6+
"prefix": 64,
7+
"route_target": "2600:3c00::1",
8+
"is_bgp": true,
9+
"linodes": [12345, 67890]
10+
}
11+
],
12+
"pages": 1,
13+
"page": 1,
14+
"results": 1
15+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"range": "2600:3c00::/64",
3+
"region": "us-east",
4+
"prefix": 64,
5+
"route_target": "2600:3c00::1",
6+
"is_bgp": false,
7+
"linodes": [12345]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"range": "2600:3c00::/64",
3+
"region": "us-east",
4+
"prefix": 64,
5+
"route_target": "2600:3c00::1",
6+
"is_bgp": false,
7+
"linodes": [54321]
8+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"data": [
3+
{
4+
"range": "2600:3c00::/64",
5+
"region": "us-east",
6+
"prefix": 64,
7+
"route_target": "2600:3c00::1",
8+
"is_bgp": true,
9+
"linodes": [12345, 67890]
10+
}
11+
],
12+
"pages": 1,
13+
"results": 1
14+
}
15+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"address": "192.168.1.30",
3+
"region": "us-west",
4+
"linode_id": 13579,
5+
"label": "test-ip-3",
6+
"created": "2025-02-03T12:00:00",
7+
"status": "reserved"
8+
}
9+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"address": "192.168.1.10",
3+
"region": "us-east",
4+
"linode_id": 12345,
5+
"label": "test-ip-1",
6+
"created": "2025-02-03T12:00:00",
7+
"status": "reserved"
8+
}
9+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"data": [
3+
{
4+
"address": "192.168.1.10",
5+
"region": "us-east",
6+
"linode_id": 12345,
7+
"label": "test-ip-1",
8+
"created": "2025-02-03T12:00:00",
9+
"status": "reserved"
10+
},
11+
{
12+
"address": "192.168.1.20",
13+
"region": "us-west",
14+
"linode_id": 67890,
15+
"label": "test-ip-2",
16+
"created": "2025-02-03T12:00:00",
17+
"status": "reserved"
18+
}
19+
],
20+
"pages": 1,
21+
"results": 2
22+
}
23+

0 commit comments

Comments
 (0)