tempest/releasenotes/notes/measure-downtime-during-live-migration-5e8305be270de680.yaml
Roman Safronov 72575889c8 Validate network downtime during live migration
This patch adds the ability to measure network downtime during live
migration process.
A fixture has been added to start and stop a background pinger
process and also read status from it.
The downtime measurement has 0.2 seconds granularity.
In order to reduce overall traffic the ping payload size set to
minimal value.

Change-Id: I83c6a5d49f5d4da05deb677907e5048ecdd2242b
2022-05-19 18:41:15 +02:00

10 lines
428 B
YAML

---
features:
- |
Added new module net_downtime including the fixture NetDowntimeMeter that
can be used to measure how long the connectivity with an IP is lost
during certain operations like a server live migration.
The configuration option allowed_network_downtime has been added with a
default value of 5.0 seconds, which would be the maximum time that
the connectivity downtime is expected to last.