diff options
author | Frederic Martinsons <frederic.martinsons@sigfox.com> | 2020-11-12 10:48:11 +0100 |
---|---|---|
committer | Frédéric Martinsons <frederic.martinsons@sigfox.com> | 2021-01-15 16:44:19 +0000 |
commit | 89cd1696c3a105f314b1a7e275c68377ed6df5e4 (patch) | |
tree | 0e9e2f127a117ff24d09d17cccaff6f7fa74729d /.gitignore | |
parent | 17ea1dfa130001599b7dff421a1b7d71c25faa34 (diff) |
tools: add unit test for test-modemmanager-service.py
The tests spawn the service via GTestDBus framework and make
some test API call while checking libmm interface to verify
that informations are well propagated.
To be able to use the fresh built libmm typelib, I used a
wrapper script to set GI_TYPELIB_PATH (because DBus activation
process clean the environment so it is not possible to set
it directly in the file).
This requires also the install of libgirepository-dev and python3-gi
in the CI docker.
Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -175,5 +175,9 @@ Makefile.in /test/mmsmspdu /test/mmsmsmonitor +/tools/tests/services/org.freedesktop.ModemManager1.service +/tools/tests/test-stub +/tools/tests/test-wrapper.sh + /ModemManager-*-coverage.info /ModemManager-*-coverage/ |