Skip to content

Commit 30a5b6a

Browse files
committed
Final tweaks
1 parent 679c47d commit 30a5b6a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

netsim/outputs/_graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def add_groups(maps: Box, graph_groups: list, topology: Box) -> None:
5757

5858
def graph_clusters(graph: Box, topology: Box, settings: Box) -> None:
5959
if 'groups' in settings:
60-
print(settings.groups)
6160
must_be_list(
6261
parent=settings,
6362
key='groups',path='defaults.outputs.graph',

tests/platform-integration/graph/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ "$OPTS" == *"topo"* ]]; then
77
NETLAB_OUTPUTS_D2_AS__CLUSTERS=False netlab create -o d2 topo.yml && d2 graph.d2 d2-topo-no-clusters.svg
88
NETLAB_OUTPUTS_D2_INTERFACE__LABELS=True netlab create -o d2 topo.yml && d2 graph.d2 d2-topo-intf-labels.svg
99
NETLAB_OUTPUTS_D2_NODE__INTERFACES=True netlab create -o d2 topo.yml && d2 graph.d2 d2-topo-interfaces.svg
10-
NETLAB_OUTPUTS_D2_GROUPS=True netlab create -o d2 topo.yml && d2 graph.d2 d2-topo-groups.svg
10+
NETLAB_OUTPUTS_D2_GROUPS=[fabric,host] netlab create -o d2 topo.yml && d2 graph.d2 d2-topo-groups.svg
1111
fi
1212
if [[ "$OPTS" == *"bgp"* ]]; then
1313
netlab create -o d2:bgp bgp.yml && d2 graph.d2 d2-bgp-default.svg

0 commit comments

Comments
 (0)