Commit Graph

10 Commits

Author SHA1 Message Date
Roman Popelka 238cdf1b8d Set minimal tempest version to 27.0.0
As tempest.scenario.manager was announced stable interface in Tempest
27.0.0[1] it can be now reused in plugins.

Some methods replaced in scenario-manager-cleanup effort won't work
with tempest version lower than 27.0.0 therefore minimal tempest
version must be updated in tempest plugins

Etherpad concerning this effort:
https://etherpad.opendev.org/p/tempest-scenario-manager-cleanup

[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0

Change-Id: I422435abd4fb34fbba187deb0d96ef314767ff19
2022-06-09 15:24:01 +00:00
wangzihao 0525790271 Remove six
Remove six Replace the following items with Python 3 style code.
- six.moves.urllib
- six.binary_type

Change-Id: I234c3b205ee21b59953aa6ce7af5c2a1e4a6cfa6
2020-11-03 13:42:27 +08:00
Zuul a6d945d8e6 Merge "Add six as requirement" 2018-03-26 04:12:17 +00:00
Dirk Mueller 48dcc99f37 Add six as requirement
e.g. services/key_manager/json/secret_client.py
is importing six unconditionally, so it is good to
declare the dependency appropriately.

Change-Id: I62eab606546c8654bd42b47b054c0c041f60e864
2018-03-20 13:23:20 +01: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
Thomas Bechtold c5ad78f1ba Remove tempest-lib from requirements.txt
It is not used and also deprecated in favor of tempest.lib (from tempest
itself).

Change-Id: I18f5c726513b68083d8a5793b8eb391b421b8514
2017-02-24 09:51:21 -05:00
Marc Koderer c832c613fa Register client and add first test
Add first API test and register the client with
the new tempest.lib client interface.

Change-Id: I27f15375c46faa48cd56c8d52ecfd585fb325239
Implements: bp tempest-plugin
2016-12-11 19:26:27 -08: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