summaryrefslogtreecommitdiff
path: root/test/dbus
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2017-03-09 16:06:24 -0600
committerTony Asleson <tasleson@redhat.com>2017-03-09 16:39:47 -0600
commitee7946ed82e11b5d22b02b67821661ff3e3a0993 (patch)
treeed9490e5b0a16590919777e984eea575b661d5d5 /test/dbus
parent957e283de8298e2bb83517dbf8b724bc733cbbd9 (diff)
downloadlvm2-ee7946ed82e11b5d22b02b67821661ff3e3a0993.tar.gz
lvmdbustest.py: Correct call_lvm doc
Diffstat (limited to 'test/dbus')
-rwxr-xr-xtest/dbus/lvmdbustest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dbus/lvmdbustest.py b/test/dbus/lvmdbustest.py
index 2a65466b9..6c928e25c 100755
--- a/test/dbus/lvmdbustest.py
+++ b/test/dbus/lvmdbustest.py
@@ -119,7 +119,9 @@ def call_lvm(command):
"""
Call lvm executable and return a tuple of exitcode, stdout, stderr
:param command: Command to execute
- :param debug: Dump debug to stdout
+ :type command: list
+ :returns (exitcode, stdout, stderr)
+ :rtype (int, str, str)
"""
# Prepend the full lvm executable so that we can run different versions