Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
[Test Script] Update Alcor ping test case with 2 subnets (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran1048 authored May 8, 2021
1 parent dfe245d commit e6f8d42
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions scripts/busybox-ping-test-alcor-apis/02_two_subnets/project_info
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[vpc]
vpc id : 9192a4d4-ffff-4ece-b3f0-8d36e3d88001
project_id : 3dda2801-d675-4688-a63f-dcda8d327f50
cidr : 10.0.0.0/16

[nodes]
node_id : 1112a4d4-ffff-4ece-b3f0-8d36e3d85001
node_name : node1
local_ip : 10.213.43.161
mac_address: 90:17:ac:c1:30:68

node_id : 1112a4d4-ffff-4ece-b3f0-8d36e3d85002
node_name : node2

local_ip : 10.213.43.163
mac_address: 90:17:ac:c1:30:3c

[subnet]
cidr : 10.0.1.0/24
Expand All @@ -27,5 +31,42 @@ destination : 10.0.1.0/24
nexthop : 10.0.2.1
project id : 3dda2801-d675-4688-a63f-dcda8d327f50

[router]
network_id : 9192a4d4-ffff-4ece-b3f0-8d36e3d88001
id : 11112801-d675-4688-a63f-dcda8d327f50
name : router1
owner : 9192a4d4-ffff-4ece-b3f0-8d36e3d88001
project_id : 3dda2801-d675-4688-a63f-dcda8d327f50
tenant_id : 3dda2801-d675-4688-a63f-dcda8d327f50

[security group]
id : 3dda2801-d675-4688-a63f-dcda8d111111
name : sg1
project_id : 3dda2801-d675-4688-a63f-dcda8d327f50
tenant_id : 3dda2801-d675-4688-a63f-dcda8d327f50

[port1 on subnet1]
host_id : node1
device_id : 8182a4d4-ffff-4ece-b3f0-8d36e3d00001
ip_address : 10.0.1.101
subnet_id : 8182a4d4-ffff-4ece-b3f0-8d36e3d88001
id : 7172a4d4-ffff-4ede-b3ml0-8d36e3d00101
name : port101
network_id : 9192a4d4-ffff-4ece-b3f0-8d36e3d88001
project_id : 3dda2801-d675-4688-a63f-dcda8d327f50
security grp : 3dda2801-d675-4688-a63f-dcda8d111111
tenant_id : 3dda2801-d675-4688-a63f-dcda8d327f50


[port2 on subnet2]
host_id : node2
device_id : 8182a4d4-ffff-4ece-b3f0-8d36e3d00001
ip_address : 10.0.2.201
subnet_id : 8182a4d4-ffff-4ece-b3f0-8d36e3d88002
id : 7172a4d4-ffff-4ede-b3ml0-8d36e3d00201
name : port201
network_id : 9192a4d4-ffff-4ece-b3f0-8d36e3d88001
project_id : 3dda2801-d675-4688-a63f-dcda8d327f50
security grp: 3dda2801-d675-4688-a63f-dcda8d111111
tenant_id : 3dda2801-d675-4688-a63f-dcda8d327f50

"network_id": "9192a4d4-ffff-4ece-b3f0-8d36e3d88001"

0 comments on commit e6f8d42

Please sign in to comment.