Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Iba03a9c3e810594fad50d4b092a5bf953af2400b Story: #2005924 Task: #34226
This commit is contained in:
parent
a8b3870da3
commit
26e1143abc
@ -81,8 +81,8 @@
|
|||||||
ml2_type_vlan:
|
ml2_type_vlan:
|
||||||
network_vlan_ranges: foo:1:10
|
network_vlan_ranges: foo:1:10
|
||||||
agent:
|
agent:
|
||||||
enable_distributed_routing: True
|
enable_distributed_routing: true
|
||||||
l2_population: True
|
l2_population: true
|
||||||
tunnel_types: vxlan,gre
|
tunnel_types: vxlan,gre
|
||||||
securitygroup:
|
securitygroup:
|
||||||
firewall_driver: iptables_hybrid
|
firewall_driver: iptables_hybrid
|
||||||
@ -119,8 +119,7 @@
|
|||||||
- check-requirements
|
- check-requirements
|
||||||
- openstack-lower-constraints-jobs
|
- openstack-lower-constraints-jobs
|
||||||
- openstack-python-jobs
|
- openstack-python-jobs
|
||||||
- openstack-python36-jobs
|
- openstack-python3-train-jobs
|
||||||
- openstack-python37-jobs
|
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
check:
|
check:
|
||||||
|
@ -15,7 +15,8 @@ classifier =
|
|||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.6
|
||||||
|
Programming Language :: Python :: 3.7
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Loading…
Reference in New Issue
Block a user