aboutsummaryrefslogtreecommitdiffstats
path: root/external
AgeCommit message (Collapse)Author
2017-06-12external/testopia: Modify commands to get Product and EnvironmentJose Perez Carranza
Modify commands to get Product and Environment name providing the ID. Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
2017-05-05external/testopia: Correct 'testrun_list' functionJose Perez Carranza
Correct function “testrun_list” to retrieve a list of of TestRun dictionaries instead of TestCase dictionaries. Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
2016-03-14testopia_update.py: Add full support for create new test run.Aníbal Limón
Test run creation invovles discover the right template for clone and copy all the test runs associated with it. A helper function was added on external/testopia.py module for copy test cases. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-02-17external/testopia.py: Add missing methods for product_get_{builds, envs}Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-02-17external: Add __init__.py to use as module.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-20external/testopia.py: Adds Copyright and update help.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-20external/testopia.py: Add support for detect if use proxy.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-20external/testopia.py: Remove https unused variable.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-20external/testopia.py: Add support for disable sslverify only in testopiaAníbal Limón
calls. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-20external/testopia.py: Simplify Transport using urllib2.Aníbal Limón
Add ProxyTransport class based on urllib2, this class builds an opener using HTTPCookieProcessor and ProxyHandler (if proxies) exists. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-20external/testopia.py: Update to work with Python 2.7Aníbal Limón
Xmlrpclib has changes between python 2.6 and 2.7 in xmlrpclib. Also adds an default behaviour for disable ssl cert checking, python 2.7.9 enables it by default. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-19Initial commit,Aníbal Limón
- Import external version of testopia XML-RPC API. - Add requeriments.txt with python-bugzilla. - Add blank README.md. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>