Add python tox verify job 89/4989/6
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 26 May 2017 17:01:01 +0000 (13:01 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 7 Jun 2017 19:09:52 +0000 (15:09 -0400)
commit52980f24cf898a614c39d3a3c6674ccd4622aee0
tree371bf86c1b1f8c548107757454d0a2b45d69309f
parentbd6a04da58bc51ab4b5170a76525d91337322927
Add python tox verify job

This is a generic verify job that can be used to test anything that uses
Tox to run tests. This is mostly a port of OpenDaylight's version of the
same job. Will be useful initially to test lftools and global-jjb but we
plan to migrate all of the OpenDaylight Python / Tox jobs over to this
template as well.

Change-Id: I10417db8fc78a599b794087d3f9f729658214359
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
README.md
jjb/lf-macros.yaml
jjb/lf-python-jobs.yaml [new file with mode: 0644]
shell/tox-install.sh [new file with mode: 0644]
shell/tox-run.sh [new file with mode: 0644]