tests: libvirt-test: Give the libvirt service time to start.
* gnu/tests/virtualization.scm (run-libvirt-test): Sleep for 1 second after starting the libvirtd service but before running the tests against it. Change-Id: I4d17a42ff7f0f2decc12c8e33991259c330a78f4master
parent
bd5c61781c
commit
7a70532dd8
|
@ -94,6 +94,9 @@
|
||||||
((pid) (number? pid))))))
|
((pid) (number? pid))))))
|
||||||
marionette))
|
marionette))
|
||||||
|
|
||||||
|
;; Give the libvirtd service time to start up.
|
||||||
|
(sleep 1)
|
||||||
|
|
||||||
(test-eq "fetch version"
|
(test-eq "fetch version"
|
||||||
0
|
0
|
||||||
(marionette-eval
|
(marionette-eval
|
||||||
|
|
Reference in New Issue