tbarbette / npf

Network Performance Framework: easy-to-use experiment manager with automated testing, result collection, and graphing
GNU General Public License v3.0
38 stars 15 forks source link

Allow generating files without test execution #56

Open Simcornelis opened 3 months ago

Simcornelis commented 3 months ago

Let NPF generate scripts that should run on the different machines, but without having to execute them. This could be done through a command line option.

tbarbette commented 2 weeks ago

This is actually half done with --preserve-temporaries. The question is how to "stop" before executing. The best could be to open a tmux with a connection to all machines and the test ready to run. However, when using synchronization or delay, this is not as easy.