pespin has submitted this change. ( https://gerrit.osmocom.org/c/upf-benchmark/+/39466?usp=email )
Change subject: testsuite: Move topology graph to related directory ...................................................................... testsuite: Move topology graph to related directory The "tunend and tunmap" scenario is dropped since it's not really used anywhere, and it's simply and mix of the other 2 scenarios. Change-Id: I5db21fad6fbc4556f16a16ed8cafcbcc3d212929 --- D testsuites/gtplab-sysmo2017/overview_tunmap_and_tunend.dot R testsuites/gtplab-sysmo2017/tunend/topology.dot R testsuites/gtplab-sysmo2017/tunmap/topology.dot 3 files changed, 0 insertions(+), 43 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/testsuites/gtplab-sysmo2017/overview_tunmap_and_tunend.dot b/testsuites/gtplab-sysmo2017/overview_tunmap_and_tunend.dot deleted file mode 100644 index f7f4224..0000000 --- a/testsuites/gtplab-sysmo2017/overview_tunmap_and_tunend.dot +++ /dev/null @@ -1,43 +0,0 @@ -digraph G { - rankdir=TB; - labelloc=t; - label="gtplab @ sysmocom"; - - subgraph cluster_gtplab0 { - label="gtplab0"; - rankdir=TB; - gtplab0_10 [label="10.9.25.20/24"]; - gtplab0_172_31 [label="172.16.31.1/24"]; - tool [label="osmo-upf-load-gen",shape=box3d]; - } - subgraph cluster_gtplab1 { - label="gtplab1"; - gtplab1_10 [label="10.9.25.21/24"]; - gtplab1_172_31 [label="172.16.31.2/24"]; - gtplab1_172_32 [label="172.16.32.1/24"]; - - upf1 [label="UPF\ntunmap",shape=box3d]; - } - subgraph cluster_gtplab2 { - label="gtplab2"; - gtplab2_10 [label="10.9.25.22/24"]; - gtplab2_172_32 [label="172.16.32.2/24"]; - - upf2 [label="UPF\ntunend",shape=box3d]; - - responder [label="osmo-udp-responder",shape=box3d]; - } - - - tool -> gtplab0_10 -> gtplab1_10 -> upf1 [label="PFCP", dir=both]; - gtplab0_10 -> gtplab2_10 -> upf2 [label="PFCP", dir=both]; - - tool -> gtplab0_172_31 -> gtplab1_172_31 -> upf1 [label="GTP tun",style=bold]; - upf1 -> gtplab1_172_32 -> gtplab2_172_32 -> upf2 [label="GTP tun",style=bold]; - upf2 -> responder [label="UDP/IP",style=bold]; - - upf2 -> responder [style=dotted,dir=back]; - upf1 -> gtplab1_172_32 -> gtplab2_172_32 -> upf2 [style=dotted,dir=back]; - tool -> gtplab0_172_31 -> gtplab1_172_31 -> upf1 [style=dotted,dir=back]; - -} diff --git a/testsuites/gtplab-sysmo2017/overview_only_tunend.dot b/testsuites/gtplab-sysmo2017/tunend/topology.dot similarity index 100% rename from testsuites/gtplab-sysmo2017/overview_only_tunend.dot rename to testsuites/gtplab-sysmo2017/tunend/topology.dot diff --git a/testsuites/gtplab-sysmo2017/overview_only_tunmap.dot b/testsuites/gtplab-sysmo2017/tunmap/topology.dot similarity index 100% rename from testsuites/gtplab-sysmo2017/overview_only_tunmap.dot rename to testsuites/gtplab-sysmo2017/tunmap/topology.dot -- To view, visit https://gerrit.osmocom.org/c/upf-benchmark/+/39466?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: upf-benchmark Gerrit-Branch: master Gerrit-Change-Id: I5db21fad6fbc4556f16a16ed8cafcbcc3d212929 Gerrit-Change-Number: 39466 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <lafo...@osmocom.org> Gerrit-Reviewer: pespin <pes...@sysmocom.de>