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

Override_network misinterprets delay=None and loss=0.0 #142

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

This https://github.com/msimonin/ombt-orchestrator/blob/master/orchestrator/campaign.py#L274

default_delay should be overriden even if delay: None otherwise default_delay will apply and this is not we want (except if default_delay: None as well).

Reminder: delay: None means no rules will be applied but will enforce the emulated latency to be the real LAN latency

EDIT: same for loss=0