mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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: I4d17a42ff7f0f2decc12c8e33991259c330a78f4
This commit is contained in:
parent
bd5c61781c
commit
7a70532dd8
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ (define marionette
|
|||
((pid) (number? pid))))))
|
||||
marionette))
|
||||
|
||||
;; Give the libvirtd service time to start up.
|
||||
(sleep 1)
|
||||
|
||||
(test-eq "fetch version"
|
||||
0
|
||||
(marionette-eval
|
||||
|
|
Loading…
Reference in a new issue