[libvirt] [PATCH tck 5/6] Delay before hotplugging

Cedric Bosdonnat cbosdonnat at suse.com
Thu Oct 8 09:19:49 UTC 2015


On Mon, 2015-10-05 at 17:18 -0600, Mike Latimer wrote:
> When testing larger domains, a delay is necessary to ensure the test domain
> is fully initialized before hotplugging disks and/or nics.
> 
> Signed-off-by: Mike Latimer <mlatimer at suse.com>
> ---
>  scripts/domain/200-disk-hotplug.t     | 1 +
>  scripts/domain/210-nic-hotplug.t      | 1 +
>  scripts/domain/215-nic-hotplug-many.t | 1 +
>  3 files changed, 3 insertions(+)
> 
> diff --git a/scripts/domain/200-disk-hotplug.t b/scripts/domain/200-disk-hotplug.t
> index 4c54b6b..2edf0c9 100644
> --- a/scripts/domain/200-disk-hotplug.t
> +++ b/scripts/domain/200-disk-hotplug.t
> @@ -46,6 +46,7 @@ my $xml = $tck->generic_domain(name => "tck")->as_xml;
>  diag "Creating a new transient domain";
>  my $dom;
>  ok_domain(sub { $dom = $conn->create_domain($xml) }, "created transient domain object");
> +sleep(20);
>  
> 
>  my $path = $tck->create_sparse_disk("200-disk-hotplug", "extra.img", 100);
> diff --git a/scripts/domain/210-nic-hotplug.t b/scripts/domain/210-nic-hotplug.t
> index ac9048e..6053222 100644
> --- a/scripts/domain/210-nic-hotplug.t
> +++ b/scripts/domain/210-nic-hotplug.t
> @@ -46,6 +46,7 @@ my $xml = $tck->generic_domain(name => "tck")->as_xml;
>  diag "Creating a new transient domain";
>  my $dom;
>  ok_domain(sub { $dom = $conn->create_domain($xml) }, "created transient domain object");
> +sleep(20);
>  
>  my $mac = "00:11:22:33:44:55";
>  my $model = "virtio";
> diff --git a/scripts/domain/215-nic-hotplug-many.t b/scripts/domain/215-nic-hotplug-many.t
> index 0270054..9b345d0 100644
> --- a/scripts/domain/215-nic-hotplug-many.t
> +++ b/scripts/domain/215-nic-hotplug-many.t
> @@ -46,6 +46,7 @@ my $xml = $tck->generic_domain(name => "tck")->as_xml;
>  diag "Creating a new transient domain";
>  my $dom;
>  ok_domain(sub { $dom = $conn->create_domain($xml) }, "created transient domain object");
> +sleep(20);
>  
>  my $mac1 = "01:11:22:33:44:55";
>  my $mac2 = "02:11:22:33:44:55";

ACK

--
Cedric




More information about the libvir-list mailing list