Skip to content

Commit

Permalink
remove br dispatcher configuration from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiSubira committed Dec 27, 2023
1 parent 1f5d07a commit 0ee169c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/topology/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def _gen_disp_docker(self):
for topo_id, topo in self.args.topo_dicts.items():
base = topo_id.base_dir(self.args.output_dir)
elem_ids = ['sig_%s' % topo_id.file_fmt()] + \
list(topo.get("border_routers", {})) + \
list(topo.get("control_service", {})) + \
['tester_%s' % topo_id.file_fmt()]
for k in elem_ids:
Expand Down

0 comments on commit 0ee169c

Please sign in to comment.