1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test
Tony Asleson 61f6be7d2b lvmdbustest.py: Reduce test client introspection calls
The default dbus python library mode of operation is to leverage
introspection.  However, this introspection data isn't accessible
for users of the library and they have to specifically retrieve
the introspection data too. This resulted in many introspection
calls being made.  This change eliminates introspection calls if
we are testing multiple concurrent test clients.  If it's a single
client we will leverage a reduced amount of introspection data to
verify the introspection data is correct.  Typically clients don't
leverage introspection data nearly as much as this test client.
2016-11-17 11:35:16 -06:00
..
api lvmdbusd: Disable lvm abort on too much log output 2016-10-11 13:16:57 -05:00
dbus lvmdbustest.py: Reduce test client introspection calls 2016-11-17 11:35:16 -06:00
lib tests: do not set zero interval in aux lvm.conf 2016-11-11 16:58:20 +01:00
shell tests: fix checking for pvmove LV 2016-11-14 12:55:43 +01:00
unit doc: change fsf address 2016-01-21 12:11:37 +01:00
.gitignore gitignore: Remove redundant test dir entry 2012-06-08 23:34:15 +01:00
Makefile.in tests: update make targets 2016-11-11 16:58:20 +01:00