On Mon, Oct 05, 2015 at 05:18:42PM -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@xxxxxxxx> > --- > 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); I'm really not a fan to adding arbitrary 20 second delays to so many of our tests, as it dramatically increases the running time of the test suite. Can you explain more about the actual failure / problem scenario you are seeing ? Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list