-
- Downloads
tests_: Add integration tests for the entire system
Add a basic integration test which runs as a client on the system, as installed. It checks basic functionality against the mock backends. The integration test is written in Python, and exercises some of the Python bindings for librhosydd. It is executed by autopkgtest, and is intended to be executed as an installed-test in future, although this is not currently the case due to it needing to be run as root in order to get authentication to access the daemon from polkit. Reviewed-by:Simon McVittie <simon.mcvittie@collabora.co.uk> Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D3145
Showing
- Makefile.am 2 additions, 2 deletionsMakefile.am
- configure.ac 1 addition, 0 deletionsconfigure.ac
- debian/control 14 additions, 0 deletionsdebian/control
- debian/rhosydd-tests.install 1 addition, 0 deletionsdebian/rhosydd-tests.install
- debian/tests/control 6 additions, 0 deletionsdebian/tests/control
- debian/tests/integration 42 additions, 0 deletionsdebian/tests/integration
- tests/Makefile.am 13 additions, 0 deletionstests/Makefile.am
- tests/integration.py 295 additions, 0 deletionstests/integration.py
debian/rhosydd-tests.install
0 → 100644
debian/tests/integration
0 → 100644
tests/Makefile.am
0 → 100644
tests/integration.py
0 → 100755
Please register or sign in to comment