Commit Graph

12 Commits

Author SHA1 Message Date
Ghanshyam Mann 551e8d7a59 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Tempest is ready with python 3 and ok to drop the
python 2.7 support. Last Tempest version officially supported
for py2.7 is 23.0.0.

Now onwards, Tempest will test all stable branch with py3 jobs.
tempest-full and other py2 version of jobs definition are kept
for stable branch gate.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I75868d5c9b6630fe78958ff89e58a0aced09a6b3
2020-02-12 00:11:31 +00:00
OpenStack Proposal Bot 0b5a90e12a Updated from global requirements
Change-Id: If1dd2f2dc3b0fd44aff3587b958f2db2b0a04cf8
2017-03-08 17:20:35 +00:00
OpenStack Proposal Bot eb29c7c8ec Updated from global requirements
Change-Id: I99279eb0b4d11bf577d55e215990c21946718b5e
2015-09-23 14:13:29 +00:00
OpenStack Proposal Bot 5bad7816bb Updated from global requirements
Change-Id: I48b3e178bf6741231cb5fafd8579265a2c0d2739
2015-07-15 21:27:22 +00:00
OpenStack Proposal Bot cfc3aff5de Updated from global requirements
Change-Id: I97e52fd9652df96de03d6d126026144731b87c70
2015-06-22 20:01:22 +00:00
OpenStack Proposal Bot f275d5dea5 Updated from global requirements
Change-Id: I3a7b913a3ab20750f6e8b048d961d66ad81dfb9a
2014-05-02 09:09:16 +00:00
Matthew Treinish 271139aa7f Update to latest pbr
This commit moves switches tempest from the d2to1 version of pbr and
move to the latest version of pbr. However, there is a bug with
build_spinx so it doesn't work with a doc version set so that section
is removed from the doc conf.py.

Change-Id: I4fe14eb2b2e81132f8fa99936a031176b38c437b
2013-10-24 14:21:19 +00:00
Monty Taylor 6437501c70 Migrate to pbr from openstack.common.setup.
Change-Id: Ia85bda060a6c62c721b9104b2bd52d3fe1673367
2013-05-01 14:04:27 -04:00
Matthew Treinish 632f97f4e2 Set version to 2013.2
Open Havana development by setting the version to 2013.2

Change-Id: Ic5255f2637098de1f535f2d2c1e8922d77bf7f65
2013-04-01 16:05:11 -04:00
Matthew Treinish 481466b8ba Initial Oslo sync for Tempest.
This patch syncs cfg, iniparser, and setup from oslo.
Additionally, to avoid a name conflict tempest.openstack was
renamed tempest.clients.

Also, the duplicate copy of setup.py in tempest.common was removed
and all references to it were updated.

Change-Id: I6ed3a97e35ce73b820f7a436214480051ed6528f
2013-01-03 14:29:19 -05:00
Attila Fazekas 5abb253c3c Start making setup.py similar to other OpenStack Projects
* Try /etc/tempest DIR if the config file not found
* Exit immediately if the config file not found
* Remove pika from dependencies
* tempest named starter script (pep8 removed run_tests.sh)

Change-Id: I1f0b1fb061a265c5f8e39627efd26decdc61ef63
2012-12-05 19:51:26 +01:00
Jay Pipes a6aa5f2107 Fix checks in server listing only lok for an ID
The list server filter details checks were checking
entire mappings against the list of mappings returned
from a call to GET /servers/detail. Unfortunately, the
mappings returned by the GET /servers/detail and the
mapping returned by POST /servers are slightly different,
resulting in the comparison failing. We really only are
checking that the server instance we expect to be in the
returned list of instances is there, so checking for the
server ID in the returned list is fine.

Change-Id: If9680f56a1ea06ffe93393d06b23bd231ccddd01
Fixes: LP Bug 1028465pep8 build for tempest.
2012-07-24 19:40:29 -04:00