Commit Graph

18 Commits

Author SHA1 Message Date
dengzhaosen f2bb985919 Update python testing classifier
Yoga testing runtime[1] has been updated to add py39
testing as voting. Unit tests update are handled by the
job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit updates the classifier in setup.cfg file.

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: Ia6151ee06740492127f25831cd54fe751904bb7e
2021-12-24 09:14:06 +08:00
Zuul 2b2b95ac15 Merge "Remove old pep8 ignores that are no longer necessary" 2021-05-25 14:02:31 +00:00
Zuul b2c6dbb832 Merge "Update TOX_CONSTRAINTS_FILE" 2021-05-18 13:55:22 +00:00
wu.shiming 170a9485df Update TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated
-https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
This allows to use lower-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

Change-Id: I5e198c592742755f4285b68ac288820b9a33031b
2021-03-03 08:58:06 +08:00
Arundhati Surpur 42eec762be Remove old pep8 ignores that are no longer necessary
Change-Id: Ia690ea0a284f1e1cfe7e223613acdb30e40a9980
2021-03-02 14:38:08 +01:00
jacky06 a318f6d77c Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: Ia59a23a36ebb8548a20e894000f7342c73012eac
2021-02-08 16:05:29 -06:00
wu.shiming 696827e537 bump py37 to py38 in tox.ini
in 'victoria' cycle, we should test py38 by default.

Change-Id: Id1b69b2e4fa56ade670a72f0775690beb09bf89d
2020-09-22 15:00:56 +08:00
Zuul c2099a0b4d Merge "[ussuri][goal] Drop python 2.7 support and testing" 2020-03-17 21:53:24 +00:00
Zuul 8f169e1f1e Merge "Switch to stestr" 2020-03-13 21:53:10 +00:00
Ghanshyam 1bf0dbb566 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

barbican-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.

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: I557159bea7c749202ef327995754a7f54b58028c
2020-03-03 14:10:58 +00:00
pengyuesheng a6cec8acfd Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: Icecb2f54fd27fab4c43cc487dc9c434d3bb9ee48
2019-09-25 17:37:31 +08:00
Vu Cong Tuan 96d57e684f Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I3fb32622b029bfadef7f34e973d8277c107112f0
2018-07-09 13:44:31 +07:00
Jeremy Liu c2d9b66975 Fix tox command for running tests
Fix the command for running tox tests and add the missing file.

Change-Id: I41b78a1e39b818ed0534a02bc7736a5c461567e8
2017-04-12 14:21:29 +08:00
Jenkins 12d7a673a5 Merge "Replaced python 3.4 to 3.5" 2017-03-27 20:34:27 +00:00
dane-fichter 5af45595bb Add image signing scenario
This change adds the first scenario test to the
Barbican Tempest plugin. This scenatio tests Nova
and Glance's image signature verification
functionality.

Depends-On: Ifdf8b426c21e4b3a51f97cbc3d95eb842eb04515
Change-Id: Id9629ecbbc75e19eec81f60daec7b0a085bcdc12
2017-03-07 11:14:40 -05:00
Kiran_totad bf70642e4a Replaced python 3.4 to 3.5
Change-Id: I8d053713a13556d875b57b0d6f001db0ca24f510
2017-03-07 15:25:36 +05:30
Brianna Poulos 27d768a0d2 Add idempotent_id lines for tests
All tempest tests should have a line to identify the
test with a unique UUID.  This patch adds the line
@decorators.idempotent_id('UNIQUE_UUID')
to the beginning of the test cases, and also adds
a line to tox.ini to check for the proper existence
of this line.

Change-Id: I02b1d7936423d351c7d9b236aaebe54dee3e174a
Depends-On: I18f5c726513b68083d8a5793b8eb391b421b8514
2017-02-24 14:33:37 -05:00
Marc Koderer 3529ea7a43 Add initial plugin structure
Creates initial module structure and a dummy test.

Change-Id: I7a861dcc800cf3a49da2e317e4780aa5c5027733
Implements: bp tempest-plugin
2016-12-02 14:50:16 +01:00