msimonin / ombt-orchestrator

Framework to evaluate different message buses using oslo.messaging (via ombt)
GNU General Public License v3.0
3 stars 4 forks source link

Pause default value should be a float #61

Closed msimonin closed 6 years ago

msimonin commented 6 years ago
╰─$ ./cli.py test_case_1 --nbr_clients 1 --nbr_servers 1 --nbr_calls 10000 --pause 0.1 --call_type rpc-cast --timeout 7200
Usage: cli.py test_case_1 [OPTIONS]

Error: Invalid value for "--pause": 0.1 is not a valid integer

this is here : https://github.com/msimonin/ombt-orchestrator/blob/cf249b5fd2d816f7210f291dcd46e2a13e9ade6e/tasks.py#L22

Setting PAUSE=0.0 will fix that