24a3a3667a
As per 2023.1 cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Jammy(22.04). Most of the Tempest jobs will be migrate automatically once devstack base job start running on Jammy(Depends-On). As we need to run at least one job on Ubuntu Focal(20.04), I am adding a new job tempest-full-ubuntu-focal. Few job like tempest-full-multinode-py3 and plugin sanity job needs to override the nodeset. multinode job needs to run on Focal till stable/zed and on Jammy from master(2023.1) onwards. Stable branch jobs testing stable branch needs to keep running on their supported distro version which is Focal. Depends-On: https://review.opendev.org/c/openstack/devstack/+/860795 Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/861116 [1] https://governance.openstack.org/tc/goals/selected/migrate-ci-jobs-to-ubuntu-jammy.html Change-Id: I2e37603b098880b778100613800496b01167b22f
50 lines
1.9 KiB
INI
50 lines
1.9 KiB
INI
[metadata]
|
|
name = tempest
|
|
summary = OpenStack Integration Testing
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/tempest/latest/
|
|
python_requires = >=3.8
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
[files]
|
|
packages =
|
|
tempest
|
|
data_files =
|
|
etc/tempest = etc/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
tempest = tempest.cmd.main:main
|
|
skip-tracker = tempest.lib.cmd.skip_tracker:main
|
|
check-uuid = tempest.lib.cmd.check_uuid:run
|
|
subunit-describe-calls = tempest.cmd.subunit_describe_calls:entry_point
|
|
tempest.cm =
|
|
account-generator = tempest.cmd.account_generator:TempestAccountGenerator
|
|
subunit-describe-calls = tempest.cmd.subunit_describe_calls:TempestSubunitDescribeCalls
|
|
init = tempest.cmd.init:TempestInit
|
|
cleanup = tempest.cmd.cleanup:TempestCleanup
|
|
list-plugins = tempest.cmd.list_plugins:TempestListPlugins
|
|
verify-config = tempest.cmd.verify_tempest_config:TempestVerifyConfig
|
|
workspace_register = tempest.cmd.workspace:TempestWorkspaceRegister
|
|
workspace_rename = tempest.cmd.workspace:TempestWorkspaceRename
|
|
workspace_move = tempest.cmd.workspace:TempestWorkspaceMove
|
|
workspace_remove = tempest.cmd.workspace:TempestWorkspaceRemove
|
|
workspace_list = tempest.cmd.workspace:TempestWorkspaceList
|
|
run = tempest.cmd.run:TempestRun
|
|
oslo.config.opts =
|
|
tempest.config = tempest.config:list_opts
|