mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
61f6be7d2b
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. |
||
---|---|---|
.. | ||
api | ||
dbus | ||
lib | ||
shell | ||
unit | ||
.gitignore | ||
Makefile.in |