You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Geoffrey Corey (JIRA)" <ji...@apache.org> on 2015/10/02 12:27:26 UTC

[jira] [Assigned] (INFRA-10255) Running Python programs in Jenkins builder

     [ https://issues.apache.org/jira/browse/INFRA-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoffrey Corey reassigned INFRA-10255:
--------------------------------------

    Assignee: Geoffrey Corey

> Running Python programs in Jenkins builder
> ------------------------------------------
>
>                 Key: INFRA-10255
>                 URL: https://issues.apache.org/jira/browse/INFRA-10255
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Akila
>            Assignee: Geoffrey Corey
>
> Stratos project distributes both Java and Python binaries. When packaging the Python binary files we need to run integration test suites which require Python system package and some PIP packages be installed on the target system.
> The build is failing because those dependent packages are missing in Jenkins builder.
> 1. What would be the recommended approach to run Python programs in the build?
> 2. Is it possible to install Python system package and PIP packages required listed below?
> sudo apt-get install python python-pip python-dev
> sudo pip install paho-mqtt
> sudo pip install psutil
> sudo pip install pexpect
> sudo pip install pycrypto
> sudo pip install gitpython
> sudo pip install yapsy
> Appreciate your feedback.
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)