CSIT-1288: Prepare data to be sent by Jenkins
[csit.git] / resources / tools / presentation / utils.py
index 2cc85c2..51bb1d0 100644 (file)
@@ -120,8 +120,8 @@ def execute_command(cmd):
 
     :param cmd: Command to execute.
     :type cmd: str
 
     :param cmd: Command to execute.
     :type cmd: str
-    :returns: Return code of the executed command.
-    :rtype: int
+    :returns: Return code of the executed command, stdout and stderr.
+    :rtype: tuple(int, str, str)
     """
 
     env = environ.copy()
     """
 
     env = environ.copy()