diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-09-18 12:50:16 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-09-18 14:13:47 +0200 |
commit | 5ad9b364cbd45a0b25d73412b9777ac14df92b0a (patch) | |
tree | bb1c836a98bf98423855df6056eb4379fe70e6d4 /resources/tools/presentation/utils.py | |
parent | 9440d0f9cfca758b48297350bba52d853cc483ef (diff) |
CSIT-1288: Prepare data to be sent by Jenkins
- Add creation of tar.gz file
Change-Id: I525c713bb3e157cd94337222781066252c3fa517
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/utils.py')
-rw-r--r-- | resources/tools/presentation/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/utils.py b/resources/tools/presentation/utils.py index 2cc85c24d1..51bb1d0305 100644 --- a/resources/tools/presentation/utils.py +++ b/resources/tools/presentation/utils.py @@ -120,8 +120,8 @@ def execute_command(cmd): :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() |