Add a zuul job for sysinv tox unittest

Intergrate sysinv tox test to zuul.
Remove the version of setup.cfg to avoid a pbr error.

Story: 2003375
Task: 24445

Change-Id: I676cc9fedd3e3eb9e5a1dc252745aa89822854f3
Signed-off-by: Mingyuan Qi <mingyuan.qi@intel.com>
This commit is contained in:
Mingyuan Qi 2018-08-10 16:16:47 +08:00
parent 7a57ad711a
commit f25942f609
4 changed files with 16 additions and 2 deletions

View File

@ -4,3 +4,18 @@
jobs: jobs:
- openstack-tox-linters: - openstack-tox-linters:
voting: false voting: false
- sysinv-tox-unittest:
voting: false
- job:
name: sysinv-tox-unittest
parent: tox
description: |
Run unit test for sysinv
required-projects:
- openstack/stx-update
- openstack/stx-fault
- openstack/stx-integ
vars:
tox_envlist: py27
tox_extra_args: -c sysinv/sysinv/sysinv/tox.ini

View File

@ -36,3 +36,4 @@ PyYAML>=3.10
python-magnumclient>=2.0.0 # Apache-2.0 python-magnumclient>=2.0.0 # Apache-2.0
psutil psutil
simplejson>=2.2.0 # MIT simplejson>=2.2.0 # MIT
rpm

View File

@ -1,6 +1,5 @@
[metadata] [metadata]
name = sysinv name = sysinv
version = 2013.2
summary = OpenStack Bare Metal Provisioning summary = OpenStack Bare Metal Provisioning
description-file = description-file =
README.rst README.rst

View File

@ -20,7 +20,6 @@ project = 'sysinv'
setuptools.setup( setuptools.setup(
name=project, name=project,
version='2013.2',
description='Bare Metal controller', description='Bare Metal controller',
classifiers=[ classifiers=[
'Environment :: OpenStack', 'Environment :: OpenStack',