-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update infix-interfaces topologies
- Loading branch information
Showing
26 changed files
with
82 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
test/case/infix_interfaces/bridge_fwd_dual_dut/topology.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
graph "2x4" { | ||
layout="neato"; | ||
overlap="false"; | ||
esep="+20"; | ||
esep="+26"; | ||
|
||
node [shape=record, fontname="monospace"]; | ||
edge [color="cornflowerblue", penwidth="2"]; | ||
|
||
host [ | ||
label="host | { <mgmt1> mgmt1 | <data10> data10 | <data11> data11 | <mgmt2> mgmt2 | <data20> data20 | <data21> data21 }", | ||
label="host | { <mgmt1> mgmt1 | <data11> data11 | <> \n\n\n| <mgmt2> mgmt2 | <data20> data20 | <data21> data21 }", | ||
pos="0,15!", | ||
height=3, | ||
|
||
kind="controller", | ||
]; | ||
|
||
dut1 [ | ||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | dut1 | { <data2> data2 }", | ||
pos="10,18!", | ||
|
||
kind="infix", | ||
label="{ <mgmt> mgmt | <data1> data1 } | { dut1 \n\n| <data2> data2 }", | ||
pos="4,15.68!", | ||
kind="infix", | ||
]; | ||
|
||
dut2 [ | ||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | dut2 | { <data2> data2 }", | ||
pos="10,12!", | ||
|
||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | { <data2> data2 | \n dut2 }", | ||
pos="4,14.43!", | ||
height=1.2, | ||
kind="infix", | ||
]; | ||
|
||
host:mgmt1 -- dut1:mgmt [kind=mgmt] | ||
host:data10 -- dut1:data0 | ||
host:data11 -- dut1:data1 | ||
host:data11 -- dut1:data1 [color=black, fontcolor=black, taillabel="10.0.0.2"] | ||
|
||
host:mgmt2 -- dut2:mgmt [kind=mgmt] | ||
host:data20 -- dut2:data0 | ||
host:data21 -- dut2:data1 | ||
host:data20 -- dut2:data0 [color=black, fontcolor=black, taillabel="10.0.0.3"] | ||
host:data21 -- dut2:data1 [color=black, fontcolor=black, taillabel="10.0.0.4"] | ||
|
||
dut1:data2 -- dut2:data2 | ||
} |
Binary file modified
BIN
-809 Bytes
(96%)
test/case/infix_interfaces/bridge_fwd_dual_dut/topology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
graph "1x2" { | ||
layout="neato"; | ||
overlap="false"; | ||
esep="+20"; | ||
esep="+80"; | ||
|
||
node [shape=record, fontname="monospace"]; | ||
edge [color="cornflowerblue", penwidth="2"]; | ||
|
||
host [ | ||
label="host | { <tgt> tgt | <data> | data }", | ||
label="host | { <tgt> tgt | <data> data }", | ||
pos="0,12!", | ||
kind="controller", | ||
]; | ||
|
||
target [ | ||
label="{ <mgmt> mgmt | <data> data } | target", | ||
label="{ <mgmt> mgmt | <data> data } | target(br0:veth)\n10.0.0.2/24", | ||
pos="10,12!", | ||
|
||
kind="infix", | ||
]; | ||
|
||
host:tgt -- target:mgmt [kind=mgmt] | ||
host:data -- target:data | ||
host:data -- target:data [color=black, fontcolor=black, taillabel="10.0.0.1/24"] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
graph "2x2" { | ||
layout="neato"; | ||
overlap="false"; | ||
esep="+20"; | ||
esep="+40"; | ||
|
||
node [shape=record, fontname="monospace"]; | ||
edge [color="cornflowerblue", penwidth="2"]; | ||
|
||
host [ | ||
label="host | { <mgmt1> mgmt1 | <data1> data1 | <mgmt2> mgmt2 | <data2> data2 }", | ||
pos="0,12!", | ||
label="host | { <mgmt1> mgmt1 | <data1> data1 | <mgmt2> mgmt2 }", | ||
pos="0,16!", | ||
kind="controller", | ||
]; | ||
|
||
target1 [ | ||
label="{ <mgmt> mgmt | <data> data | <target2> target2} | target1", | ||
pos="10,18!", | ||
dut1 [ | ||
label="{ <mgmt> mgmt | <data> data | <to_dut2> to_dut2} | dut1\n(10.0.0.2) ", | ||
pos="10,16!", | ||
|
||
kind="infix", | ||
]; | ||
target2 [ | ||
label="{ <target1> target1 |<mgmt> mgmt | <data> data } | target2", | ||
pos="10,6!", | ||
dut2 [ | ||
label="{ <to_dut1> to_dut1 | <mgmt> mgmt } | dut2\n(10.0.0.3)", | ||
pos="10,12!", | ||
|
||
kind="infix", | ||
]; | ||
host:mgmt1 -- target1:mgmt [kind=mgmt] | ||
host:mgmt2 -- target2:mgmt [kind=mgmt] | ||
host:data1 -- target1:data | ||
host:data2 -- target2:data | ||
target1:target2 -- target2:target1 | ||
host:mgmt1 -- dut1:mgmt [kind=mgmt] | ||
host:mgmt2 -- dut2:mgmt [kind=mgmt] | ||
host:data1 -- dut1:data [color=black] | ||
|
||
dut1:to_dut2 -- dut2:to_dut1 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions
26
test/case/infix_interfaces/bridge_vlan_separation/topology.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
graph "2x4" { | ||
layout="neato"; | ||
overlap="false"; | ||
esep="+20"; | ||
esep="+22"; | ||
|
||
node [shape=record, fontname="monospace"]; | ||
edge [color="cornflowerblue", penwidth="2"]; | ||
|
||
host [ | ||
label="host | { <mgmt1> mgmt1 | <data10> data10 | <data11> data11 | <mgmt2> mgmt2 | <data20> data20 | <data21> data21 }", | ||
label="host | { <mgmt1> mgmt1 | <data10> data10 | <data11> data11 | <> \n\n\n | <mgmt2> mgmt2 | <data20> data20 | <data21> data21 }", | ||
pos="0,15!", | ||
kind="controller", | ||
]; | ||
|
||
dut1 [ | ||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | dut1 | { <data2> data2 }", | ||
pos="10,18!", | ||
|
||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | { \n dut1 \n\n | <data2> data2 }", | ||
pos="2,15.25!", | ||
fontsize=12, | ||
kind="infix", | ||
]; | ||
|
||
dut2 [ | ||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | dut2 | { <data2> data2 }", | ||
pos="10,12!", | ||
|
||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | { <data2> data2 | \n dut2 \n\n }", | ||
pos="2,14.75!", | ||
fontsize=12, | ||
kind="infix", | ||
]; | ||
|
||
host:mgmt1 -- dut1:mgmt [kind=mgmt] | ||
host:data10 -- dut1:data0 | ||
host:data11 -- dut1:data1 | ||
host:data10 -- dut1:data0 [color=purple, fontcolor=purple, taillabel="10.0.0.1", headlabel="VLAN10 U"] | ||
host:data11 -- dut1:data1 [color=darkgreen, fontcolor=darkgreen, taillabel="10.0.0.2", headlabel="VLAN20 U"] | ||
|
||
host:mgmt2 -- dut2:mgmt [kind=mgmt] | ||
host:data20 -- dut2:data0 | ||
host:data21 -- dut2:data1 | ||
host:data20 -- dut2:data0 [color=purple, fontcolor=purple, taillabel="10.0.0.3", headlabel="VLAN10 U"] | ||
host:data21 -- dut2:data1 [color=darkgreen, fontcolor=darkgreen, taillabel="10.0.0.4", headlabel="VLAN20 U"] | ||
|
||
dut1:data2 -- dut2:data2 | ||
dut1:data2 -- dut2:data2 [color=black, fontcolor=black, fontsize=12, label="VLAN 10,20 T"] | ||
} |
Binary file modified
BIN
+7.72 KB
(130%)
test/case/infix_interfaces/bridge_vlan_separation/topology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../bridge_basic/topology.dot |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
graph "2x4" { | ||
layout="neato"; | ||
overlap="false"; | ||
esep="+20"; | ||
esep="+23"; | ||
|
||
node [shape=record, fontname="monospace"]; | ||
edge [color="cornflowerblue", penwidth="2"]; | ||
|
||
host [ | ||
label="host | { <mgmt1> mgmt1 | <data10> data10 | <data11> data11 | <mgmt2> mgmt2 | <data20> data20 | <data21> data21 }", | ||
label="host | { <mgmt1> mgmt1 | <data10> data10 | <data11> data11 | <> \n\n\n | <mgmt2> mgmt2 | <data20> data20 | <data21> data21 }", | ||
pos="0,15!", | ||
kind="controller", | ||
]; | ||
|
||
dut1 [ | ||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | dut1 | { <data2> data2 }", | ||
pos="10,18!", | ||
|
||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | { dut1 \nVLAN55: 10.0.1.1 \nVLAN77: 10.0.2.1 | <data2> data2 }", | ||
pos="3,15.4!", | ||
fontsize=12, | ||
kind="infix", | ||
]; | ||
|
||
dut2 [ | ||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | dut2 | { <data2> data2 }", | ||
pos="10,12!", | ||
|
||
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | { <data2> data2 | dut2 \nVLAN55: 10.0.1.2 \nVLAN77: 10.0.2.2\n }", | ||
pos="3,14.6!", | ||
fontsize=12, | ||
kind="infix", | ||
]; | ||
|
||
host:mgmt1 -- dut1:mgmt [kind=mgmt] | ||
host:data10 -- dut1:data0 | ||
host:data11 -- dut1:data1 | ||
host:data10 -- dut1:data0 [color=purple, fontcolor=purple, taillabel="10.0.1.11", headlabel="VLAN55 U"] | ||
host:data11 -- dut1:data1 [color=darkgreen, fontcolor=darkgreen, taillabel="10.0.2.11", headlabel="VLAN77 U"] | ||
|
||
host:mgmt2 -- dut2:mgmt [kind=mgmt] | ||
host:data20 -- dut2:data0 | ||
host:data21 -- dut2:data1 | ||
host:data20 -- dut2:data0 [color=purple, fontcolor=purple, taillabel="10.0.1.22", headlabel="VLAN55 U"] | ||
host:data21 -- dut2:data1 [color=darkgreen, fontcolor=darkgreen, taillabel="10.0.2.22", headlabel="VLAN77 U"] | ||
|
||
dut1:data2 -- dut2:data2 | ||
dut1:data2 -- dut2:data2 [color=black, fontcolor=black, label="VLAN 1,2 T"] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.