mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: jami: Check status of Jami D-Bus session.
* gnu/tests/telephony.scm (run-jami-test)["dbus session is up"]: New test. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ifa9b57c732f3c64e1ec6bf3028b69a57cee56320
This commit is contained in:
parent
7578c25b93
commit
204f08c43e
1 changed files with 9 additions and 0 deletions
|
@ -184,6 +184,15 @@ (define marionette
|
||||||
%load-path)
|
%load-path)
|
||||||
marionette))
|
marionette))
|
||||||
|
|
||||||
|
(test-assert "dbus session is up"
|
||||||
|
(and (marionette-eval
|
||||||
|
'(begin
|
||||||
|
(use-modules (gnu services herd))
|
||||||
|
(wait-for-service 'jami-dbus-session))
|
||||||
|
marionette)
|
||||||
|
(wait-for-unix-socket "/var/run/jami/bus"
|
||||||
|
marionette)))
|
||||||
|
|
||||||
(test-assert "service is running"
|
(test-assert "service is running"
|
||||||
(marionette-eval
|
(marionette-eval
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue