diff --git a/test/case/infix_containers/container_basic/topology.dot b/test/case/infix_containers/container_basic/topology.dot deleted file mode 100644 index 1e367f14..00000000 --- a/test/case/infix_containers/container_basic/topology.dot +++ /dev/null @@ -1,24 +0,0 @@ -graph "1x2" { - layout="neato"; - overlap="false"; - esep="+20"; - - node [shape=record, fontname="monospace"]; - edge [color="cornflowerblue", penwidth="2"]; - - host [ - label="host | { tgt | | data }", - pos="0,12!", - kind="controller", - ]; - - target [ - label="{ mgmt | data } | target", - pos="10,12!", - - kind="infix", - ]; - - host:tgt -- target:mgmt [kind=mgmt] - host:data -- target:data -} diff --git a/test/case/infix_containers/container_basic/topology.dot b/test/case/infix_containers/container_basic/topology.dot new file mode 120000 index 00000000..4f53d15a --- /dev/null +++ b/test/case/infix_containers/container_basic/topology.dot @@ -0,0 +1 @@ +../../../infamy/topologies/1x2.dot \ No newline at end of file diff --git a/test/case/infix_containers/container_basic/topology.png b/test/case/infix_containers/container_basic/topology.png index 953e7544..44837422 100644 Binary files a/test/case/infix_containers/container_basic/topology.png and b/test/case/infix_containers/container_basic/topology.png differ diff --git a/test/case/infix_containers/container_bridge/topology.dot b/test/case/infix_containers/container_bridge/topology.dot index 1e367f14..a02d3d41 100644 --- a/test/case/infix_containers/container_bridge/topology.dot +++ b/test/case/infix_containers/container_bridge/topology.dot @@ -1,13 +1,13 @@ graph "1x2" { layout="neato"; overlap="false"; - esep="+20"; + esep="+80"; node [shape=record, fontname="monospace"]; edge [color="cornflowerblue", penwidth="2"]; host [ - label="host | { tgt | | data }", + label="host | { tgt | data }", pos="0,12!", kind="controller", ]; @@ -20,5 +20,5 @@ graph "1x2" { ]; host:tgt -- target:mgmt [kind=mgmt] - host:data -- target:data -} + host:data -- target:data [color=black, fontcolor=black, fontsize=12, taillabel="10.0.0.1/24", headlabel="10.0.0.2/24"] +} \ No newline at end of file diff --git a/test/case/infix_containers/container_bridge/topology.png b/test/case/infix_containers/container_bridge/topology.png index 953e7544..c5eff8f6 100644 Binary files a/test/case/infix_containers/container_bridge/topology.png and b/test/case/infix_containers/container_bridge/topology.png differ diff --git a/test/case/infix_containers/container_phys/topology.dot b/test/case/infix_containers/container_phys/topology.dot deleted file mode 100644 index 1e367f14..00000000 --- a/test/case/infix_containers/container_phys/topology.dot +++ /dev/null @@ -1,24 +0,0 @@ -graph "1x2" { - layout="neato"; - overlap="false"; - esep="+20"; - - node [shape=record, fontname="monospace"]; - edge [color="cornflowerblue", penwidth="2"]; - - host [ - label="host | { tgt | | data }", - pos="0,12!", - kind="controller", - ]; - - target [ - label="{ mgmt | data } | target", - pos="10,12!", - - kind="infix", - ]; - - host:tgt -- target:mgmt [kind=mgmt] - host:data -- target:data -} diff --git a/test/case/infix_containers/container_phys/topology.dot b/test/case/infix_containers/container_phys/topology.dot new file mode 120000 index 00000000..5130457b --- /dev/null +++ b/test/case/infix_containers/container_phys/topology.dot @@ -0,0 +1 @@ +../container_bridge/topology.dot \ No newline at end of file diff --git a/test/case/infix_containers/container_phys/topology.png b/test/case/infix_containers/container_phys/topology.png index 953e7544..c5eff8f6 100644 Binary files a/test/case/infix_containers/container_phys/topology.png and b/test/case/infix_containers/container_phys/topology.png differ diff --git a/test/case/infix_containers/container_veth/topology.dot b/test/case/infix_containers/container_veth/topology.dot deleted file mode 100644 index 1e367f14..00000000 --- a/test/case/infix_containers/container_veth/topology.dot +++ /dev/null @@ -1,24 +0,0 @@ -graph "1x2" { - layout="neato"; - overlap="false"; - esep="+20"; - - node [shape=record, fontname="monospace"]; - edge [color="cornflowerblue", penwidth="2"]; - - host [ - label="host | { tgt | | data }", - pos="0,12!", - kind="controller", - ]; - - target [ - label="{ mgmt | data } | target", - pos="10,12!", - - kind="infix", - ]; - - host:tgt -- target:mgmt [kind=mgmt] - host:data -- target:data -} diff --git a/test/case/infix_containers/container_veth/topology.dot b/test/case/infix_containers/container_veth/topology.dot new file mode 120000 index 00000000..5130457b --- /dev/null +++ b/test/case/infix_containers/container_veth/topology.dot @@ -0,0 +1 @@ +../container_bridge/topology.dot \ No newline at end of file diff --git a/test/case/infix_containers/container_veth/topology.png b/test/case/infix_containers/container_veth/topology.png index 953e7544..c5eff8f6 100644 Binary files a/test/case/infix_containers/container_veth/topology.png and b/test/case/infix_containers/container_veth/topology.png differ