tests/migration: fix "downtime_limit" type when "migrate-set-parameters"
commitfa264f426642245eb623e9f86cf57022d854dc69
authorHyman Huang(黄勇) <huangy81@chinatelecom.cn>
Thu, 3 Jun 2021 14:20:37 +0000 (3 22:20 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 5 Jul 2021 09:51:26 +0000 (5 10:51 +0100)
tree3dd682ff715c1592b4347a2976e6802730c797a4
parentc99fb3a50db983402e85423139e5d4449cda9111
tests/migration: fix "downtime_limit" type when "migrate-set-parameters"

migrate-set-parameters parse "downtime_limit" as integer type when
execute "migrate-set-parameters" before migration, and, the unit
dowtime_limit is milliseconds, fix this two so that test can go
smoothly.

Signed-off-by: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>
Message-Id: <31d82df24cc0c468dbe4d2d86730158ebf248071.1622729934.git.huangy81@chinatelecom.cn>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tests/migration/guestperf/engine.py