commit | 1b1e6df9af7a86f3e97d29178632fa9461f1f936 | [log] [tgz] |
---|---|---|
author | Chandan Kumar <chkumar@redhat.com> | Sun Jun 11 17:07:50 2017 +0530 |
committer | Chandan Kumar <chkumar@redhat.com> | Tue Jun 13 15:42:22 2017 +0530 |
tree | cb875ad5109be02c965d41bd5b66e60aaafcc669 | |
parent | b9b03484e50024112bd325182165945656be9f55 [diff] |
Use urllib2 instead of requests in tempest generate plugin list While using generate-tempest-plugins-list.py in tempest-plugin-sanity CI jobs fails to run as it requires requests module to parse the git url and is not install by default in CI job. If we are going to install requests we need to use sudo for that which is not a good idea, so it is better to move the script to urllib2. Change-Id: Ifed51c67c03f993a4833413826ac15104db152fc