1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/test/dbus
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
..
lvmdbustest.py lvmdbustest.py: Reduce test client introspection calls 2016-11-17 11:35:16 -06:00
testlib.py lvmdbustest.py: Reduce test client introspection calls 2016-11-17 11:35:16 -06:00
validatestate.py lvmdbusd testing: Add validatestate.py utility 2016-02-25 16:43:55 -06:00