Merge "Add python3 unit test with drivers installed"
This commit is contained in:
commit
c50ee33b3b
5
tox.ini
5
tox.ini
@ -25,6 +25,11 @@ basepython = python2
|
||||
deps = {[testenv]deps}
|
||||
-r{toxinidir}/driver-requirements.txt
|
||||
|
||||
[testenv:unit-with-driver-libs-python3]
|
||||
basepython = python3
|
||||
deps = {[testenv]deps}
|
||||
-r{toxinidir}/driver-requirements.txt
|
||||
|
||||
[testenv:genstates]
|
||||
basepython = python3
|
||||
deps = {[testenv]deps}
|
||||
|
@ -458,3 +458,11 @@
|
||||
Run unit tests with driver dependencies installed.
|
||||
vars:
|
||||
tox_envlist: unit-with-driver-libs
|
||||
|
||||
- job:
|
||||
name: ironic-tox-unit-with-driver-libs-python3
|
||||
parent: tox
|
||||
description: |
|
||||
Run python 3 unit tests with driver dependencies installed.
|
||||
vars:
|
||||
tox_envlist: unit-with-driver-libs-python3
|
||||
|
@ -11,6 +11,7 @@
|
||||
check:
|
||||
jobs:
|
||||
- ironic-tox-unit-with-driver-libs
|
||||
- ironic-tox-unit-with-driver-libs-python3
|
||||
- ironic-standalone
|
||||
- ironic-tempest-functional-python2
|
||||
- ironic-tempest-functional-python3
|
||||
@ -37,6 +38,7 @@
|
||||
queue: ironic
|
||||
jobs:
|
||||
- ironic-tox-unit-with-driver-libs
|
||||
- ironic-tox-unit-with-driver-libs-python3
|
||||
- ironic-standalone
|
||||
- ironic-tempest-functional-python2
|
||||
- ironic-tempest-functional-python3
|
||||
|
Loading…
Reference in New Issue
Block a user