Update lower constraints file

Test Tobiko IR plugin with Fedora 35

Change-Id: I37742b3142ed29fd874db40b9e76a5622e89e711
This commit is contained in:
Federico Ressi 2022-02-03 15:53:00 +01:00
parent 206052e14f
commit 60537c06e3
4 changed files with 28 additions and 9 deletions

View File

@ -13,7 +13,7 @@ oslo.log==4.4.0
paramiko==2.7.2
pbr==5.5.1
psutil==5.8.0
pytest==6.2.1
pytest===6.2.5
pytest-html==3.1.1
pytest-xdist==2.2.0
python-dateutil==2.8.0
@ -26,5 +26,5 @@ python-octaviaclient==2.2.0
python-openstackclient==5.4.0
PyYAML==5.4.1
sshtunnel==0.3.1
testtools==2.4.0
testtools==2.5.0
validations-libs==1.1.0

View File

@ -23,5 +23,5 @@ python-octaviaclient>=2.2.0 # Apache-2.0
python-openstackclient>=5.4.0 # Apache-2.0
PyYAML>=5.4.1 # MIT
sshtunnel>=0.3.1 # MIT
testtools>=2.4.0 # MIT
testtools>=2.5.0 # MIT
validations-libs>=1.1.0 # Apache-2.0

View File

@ -1,6 +1,6 @@
# Test cases requirements
mock>=3.0.5 # BSD
pytest>=6.2.1 # MIT
pytest>=6.2.5 # MIT
pytest-html>=3.1.1 # MPL-2.0
pytest-xdist[psutil]>=2.2.0 # MIT

View File

@ -9,7 +9,8 @@
- tobiko-infrared-centos-7
- tobiko-infrared-centos-8
- tobiko-infrared-centos-9
- tobiko-infrared-fedora
- tobiko-infrared-fedora-34
- tobiko-infrared-fedora-35
- tobiko-infrared-ubuntu
gate:
jobs:
@ -21,7 +22,7 @@
- job:
name: tobiko-infrared
parent: tox
nodeset: tobiko-infrared-fedora
nodeset: tobiko-infrared-fedora-34
timeout: 3600
description: |
Run test cases using tobiko infrared plugin
@ -108,15 +109,15 @@
- job:
name: tobiko-infrared-fedora
name: tobiko-infrared-fedora-34
parent: tobiko-infrared
nodeset: tobiko-infrared-fedora
nodeset: tobiko-infrared-fedora-34
voting: true
description: |
Run test cases using tobiko infrared plugin on Fedora
- nodeset:
name: tobiko-infrared-fedora
name: tobiko-infrared-fedora-34
nodes:
- name: primary
label: fedora-34
@ -125,6 +126,24 @@
groups: *NODESET_GROUPS
- job:
name: tobiko-infrared-fedora-35
parent: tobiko-infrared
nodeset: tobiko-infrared-fedora-35
voting: true
description: |
Run test cases using tobiko infrared plugin on Fedora
- nodeset:
name: tobiko-infrared-fedora-35
nodes:
- name: primary
label: fedora-35
- name: secondary
label: fedora-35
groups: *NODESET_GROUPS
- job:
name: tobiko-infrared-ubuntu
parent: tobiko-infrared