Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/zep_dispatch: Run dispatch with custom topology #18169

Closed
RocioRojas opened this issue Jun 4, 2022 · 0 comments · Fixed by #18170
Closed

tools/zep_dispatch: Run dispatch with custom topology #18169

RocioRojas opened this issue Jun 4, 2022 · 0 comments · Fixed by #18170

Comments

@RocioRojas
Copy link

Description

./topogen.sh file only generate random distributions of the nodes and if you want to add a custom topology file the program change this file to a random topology, changing the expected behavior.

Steps to reproduce the issue

Let's suppose that the file [filenew.topo] exist in the folder /tools/zep_dispatch with a custom topology.

Run the following command in console:

make run TOPOLOGY= filenew.topo

Expected results

Is expected that the file [filenew.topo] will remain unaltered after command execution.

Actual results

The file changes the custom topology to a random one.

Versions

RIOT version Release 2022.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant