tohojo / flent

The FLExible Network Tester.
https://flent.org
Other
431 stars 77 forks source link

How to create two simultaneous tests using flent-gui? #216

Closed lealog closed 3 years ago

lealog commented 3 years ago

Hi,

I'm trying to create two simultaneous tests using flent-gui but I'm always receiving the same error "RuntimeError: Found no hostnames on lookup of 192.168.56.103,192.168.56.102".

Using the CLI I'm able to run the tests using "udo flent rtt_fair_var_mixed -l 60 -H 192.168.56.102 -H 192.168.56.103 -t test_two_hosts_6".

Can you please clarify is this is supported by flent-gui?

tohojo commented 3 years ago

lealog notifications@github.com writes:

Hi,

I'm trying to create two simultaneous tests using flent-gui but I'm always receiving the same error "RuntimeError: Found no hostnames on lookup of 192.168.56.103,192.168.56.102".

Using the CLI I'm able to run the tests using "udo flent rtt_fair_var_mixed -l 60 -H 192.168.56.102 -H 192.168.56.103 -t test_two_hosts_6".

Can you please clarify is this is supported by flent-gui?

Hmm, no, it isn't, but let's fix that :)

lealog commented 3 years ago

Thanks :) Are you planning to change the Flent version? I'm asking this because I want to test this "new" feature :)

tohojo commented 3 years ago

lealog notifications@github.com writes:

Thanks :) Are you planning to change the Flent version? I'm asking this because I want to test this "new" feature :)

Yeah, a new release is way overdue. Will try to get around to it before the holidays :)

lealog commented 3 years ago

Thanks :)