Commit Graph

11 Commits

Author SHA1 Message Date
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
Ghanshyam Mann a0d3e4556d [goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Fixing:
- bug#1886296
Bump the pyflakes to 2.1.1 as min version to run pep8 jobs
on py3.8 which is default python vesion in ubuntu focal.

Story: #2007865
Task: #40177

Closes-Bug: #1886296
[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html

Change-Id: I206a845b6a7e271b73aef762062fe57f228edcbe
2020-08-16 17:55:56 +00:00
Zuul 8f169e1f1e Merge "Switch to stestr" 2020-03-13 21:53:10 +00:00
Andreas Jaeger e0a759e086 Remove oslosphinx
oslosphinx project is retired. Since this repo does not build any docs,
we can remove oslosphinx and sphinx requirements directly.

Change-Id: If6b19082bc1092f5322dc529458af1e07da90194
2019-04-23 16:42:27 +02: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
OpenStack Proposal Bot 7bb172aab6 Updated from global requirements
Change-Id: I6d9019a448f80e72f0bd49e5aa6a3ace2eefe9dc
2018-03-17 08:23:26 +00:00
OpenStack Proposal Bot cff8994787 Updated from global requirements
Change-Id: Ib43f395bfbb75811f0ffbe4570d9e7ece5aabcbc
2018-03-13 06:47:29 +00:00
yushangbin 817651d25a add deps for barbican-tempest-plugin
oslo_config and oslo_log are imported in
codes, such as:
https://github.com/openstack/barbican-tempest-plugin
/blob/master/barbican_tempest_plugin/config.py#L16
https://github.com/openstack/barbican-tempest-plugin
/blob/master/barbican_tempest_plugin/tests/scenario/barbican_manager.py#L29
So, we should add them as deps.

Change-Id: Id22657b0169d302bbf62747ef7708d456107c529
2017-05-25 22:44:14 +08:00
Jeremy Liu 8d57fa4152 Add oslotest to test-requirements.txt
when executing 'tox -e debug', get error
"could not find executable 'oslo_debug_helper'"

Change-Id: Ic89fcbdc8e97c4da7587ce31fcba12b3f14c474f
Closes-Bug: #1676438
2017-03-27 21:44:49 +08:00
Brianna Poulos 66071d4cc5 Fix oslotest import error
The barbican-tempest-plugin gate has stopped working
after export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 was
removed in Ibef3f9a135f14727bf57c29e766f838d7da56c68
since oslotest is no longer installed.

This patch uses the tempest.lib base test instead
of using the oslotest base test.

Change-Id: Ifdf8b426c21e4b3a51f97cbc3d95eb842eb04515
2017-02-28 14:29:22 -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