[PATCH] Remove support for deprecated gtester format Support for the already deprecated gtester format was remove from recent versions of glib2 but the test still call the tab-gtester conversion tool.
This patch removes tab-gtester and the tab format is used directly.
Related to https://gitlab.freedesktop.org/realmd/realmd/issues/21
tests: ignore order in test_update_domain Individual options of a domain or in general for a section in an ini file are stored by realmd in a hash table. When writing out the ini file the options can show up in any order and the unit tests should be aware of it.
tests: run tests with python3 To allow the test to run with python3 build/tap-driver and build/tap-gtester are updated to the latest version provided by the cockpit project https://github.com/cockpit-project/cockpit.
Related to https://bugzilla.redhat.com/show_bug.cgi?id=1595813