Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
224 changes: 1 addition & 223 deletions cloudbuild/vendors/testbed.textproto
Original file line number Diff line number Diff line change
@@ -1,241 +1,19 @@
duts {
id: "ceos"
vendor: ARISTA
ports {
id: "port1"
}
ports {
id: "port2"
}
ports {
id: "port3"
}
ports {
id: "port4"
}
ports {
id: "port5"
}
ports {
id: "port6"
}
}
duts {
id: "ncptx"
vendor: JUNIPER
ports {
id: "port1"
}
ports {
id: "port2"
}
ports {
id: "port3"
}
ports {
id: "port4"
}
ports {
id: "port5"
}
ports {
id: "port6"
}
}
duts {
id: "srl"
vendor: NOKIA
ports {
id: "port1"
}
ports {
id: "port2"
}
ports {
id: "port3"
}
ports {
id: "port4"
}
ports {
id: "port5"
}
ports {
id: "port6"
}
}
duts {
id: "xrd"
vendor: CISCO
hardware_model: "xrd"
ports {
id: "port1"
}
ports {
id: "port2"
}
ports {
id: "port3"
}
ports {
id: "port4"
}
ports {
id: "port5"
}
ports {
id: "port6"
}
}
duts {
id: "e8000"
vendor: CISCO
hardware_model: "8201"
ports {
id: "port1"
}
ports {
id: "port2"
}
ports {
id: "port3"
}
ports {
id: "port4"
}
ports {
id: "port5"
}
ports {
id: "port6"
}
}
duts {
id: "lemming"
vendor: OPENCONFIG
ports {
id: "port1"
}
ports {
id: "port2"
}
ports {
id: "port3"
}
ports {
id: "port4"
}
ports {
id: "port5"
}
ports {
id: "port6"
}
}
ates {
id: "otg"
vendor: IXIA
ports {
id: "port1"
}
ports {
id: "port2"
}
ports {
id: "port3"
}
ports {
id: "port4"
}
ports {
id: "port5"
}
ports {
id: "port6"
}
}
links {
a: "otg:port1"
b: "ceos:port1"
}
links {
a: "otg:port2"
b: "ncptx:port1"
}
links {
a: "otg:port3"
b: "srl:port1"
}
links {
a: "otg:port4"
b: "xrd:port1"
}
links {
a: "otg:port5"
b: "e8000:port1"
}
links {
a: "otg:port6"
b: "lemming:port1"
}
links {
a: "ceos:port2"
b: "ncptx:port2"
}
links {
a: "ceos:port3"
b: "srl:port2"
}
links {
a: "ceos:port4"
b: "xrd:port2"
}
links {
a: "ceos:port5"
b: "e8000:port2"
}
links {
a: "ceos:port6"
b: "lemming:port2"
}
links {
a: "ncptx:port3"
b: "srl:port3"
}
links {
a: "ncptx:port4"
b: "xrd:port3"
}
links {
a: "ncptx:port5"
b: "e8000:port3"
}
links {
a: "ncptx:port6"
b: "lemming:port3"
}
links {
a: "srl:port4"
b: "xrd:port4"
}
links {
a: "srl:port5"
b: "e8000:port4"
}
links {
a: "srl:port6"
b: "lemming:port4"
}
links {
a: "xrd:port5"
b: "e8000:port5"
}
links {
a: "xrd:port6"
b: "lemming:port5"
}
links {
a: "e8000:port6"
b: "lemming:port6"
}

}
Loading