Eyal
74b71d8be2
Remove ceilometer client, not used anymore
...
update jobs also
Change-Id: I504922ade2897e6066c4bcdaf2a2a521c1fd4ef3
2022-01-05 09:51:13 +00:00
Q.hongtao
1203b762fa
Remove six
...
Replace the following items with Python 3 style code.
- six.moves.BaseHttpServer
- six.moves.zip
- six.PY2
- six.viewitems
Change-Id: If68cc2778bfccc56248ab8fba3de764044a707e9
2020-09-21 09:10:44 +08:00
Ghanshyam
b8917d33ee
More cleanup for py2 drop
...
Change-Id: I064f4f936ad1e63c78db2d5520c4ccd224d77323
2020-01-22 16:24:24 -06:00
Ghanshyam Mann
9896944560
Drop python 2.7 support and testing
...
OpenStack is dropping the py2.7 support in ussuri cycle.
vitrage-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://review.opendev.org/#/c/691178/
Change-Id: Ic6d010d7e14933d9fd2bc39f157af54147f4401d
2019-12-30 13:41:04 +02:00
Eyal
a60c72d510
cap sphinx and networkx
...
they drop support for python2
Change-Id: Id7c61e4f164f0341a3444046fd1fafc6ab4caa7b
2019-05-20 15:23:25 +03:00
Ivan Kolodyazhny
be69eba436
Do not use OpenStack services clients from Vitrage
...
This patch adds python-*client initialization inside
vitrage-tempest-plugin.
Also for CLI calls all auth params are taken from config now.
Configuration via environment variables is not supported.
Story: 2004053
Task: 27631
Task: 28634
Change-Id: If873d36b4785369127cd3b4f8ce8ab64f09dc2b6
2019-02-19 12:15:00 +00:00
Ivan Kolodyazhny
a0f3db18e4
Do not use keystoneclient from Vitrage
...
Story: 2004053
Task: 27631
Change-Id: Ie3879329dee56870c051b994c72b18a6042c6e3c
2019-02-19 12:14:49 +00:00
Ivan Kolodyazhny
eba0757379
Do not use vitrage.utils.file module
...
We don't need vitrage dependency to load yaml files for tests.
Change-Id: Ie711b9cdafae8e80a476a6b4617d4a0a62e6033b
Story: #2004053
Task: #27059
2019-02-17 19:25:26 +02:00
Chandan Kumar
20d00dd650
Added missing python-vitrageclient dependency
...
Change-Id: I977e00f8ca773334b684ce02d45dae3afef957e9
Closes-Bug:#1788531
2018-08-23 08:43:50 +05:30
Eyal
5b79ab35af
should use networkx 2
...
Change-Id: Id7b93392c4d0cdd2097dd4da7f3cb1328fc08feb
2018-07-29 13:50:27 +03:00
OpenStack Proposal Bot
18e9e29189
Updated from global requirements
...
Change-Id: I51ac462fef63da40f1295b7322eabd5a86832847
2018-03-14 06:12:59 +00:00
OpenStack Proposal Bot
ad9cf8b05b
Updated from global requirements
...
Change-Id: Ifddb525eca64eecacf123b07bd91a7edd34ec16f
2018-03-04 10:33:12 +00:00
OpenStack Proposal Bot
861323e2e1
Updated from global requirements
...
Change-Id: Iaa053cc84d7098f765ada312f410ae3eb38ca694
2018-02-16 03:01:13 +00:00
OpenStack Proposal Bot
89655ff3ff
Updated from global requirements
...
Change-Id: I0d3ab3f2ec211d68e9104b85f02f1eb7a1736eea
2018-02-14 12:36:57 +00:00
OpenStack Proposal Bot
e0457b7374
Updated from global requirements
...
Change-Id: I97227c5734d5ea5735ea59e488d7b058b482c2b1
2018-01-25 06:56:13 +00:00
Eyal
ff177fa545
remove python client from requirements
...
Change-Id: I52529887777651c02a60aad1790dad9f5d0fb5fa
2018-01-11 16:24:35 +02:00
Eyal
a5614577ce
remove vitrage from requirements
...
until we fix the dependency we will install it
on venv before running the tempest so it will be
an upstream version
Change-Id: I55f79a4bd358368cfd27cee484fdff161e013a5d
2018-01-07 15:33:42 +02:00
Eyal
19db7dd02e
fix requirements
...
Change-Id: Iae3803ca6901d8789b7b67cd6bc3a14764eaa72d
2017-12-24 14:13:52 +02:00
Eyal
76c6380a22
update requirements
...
Change-Id: I11023ffd1c2a07b2a54fa51ad30e19366c531250
2017-12-19 15:58:52 +02:00
Eyal
a1ba2a3554
update requirements
...
Change-Id: Iebd9f0b183460ddd2e06bf8e36f253c853563be2
2017-12-19 14:59:37 +02:00
Eyal
e60e99b7d4
update requirements
...
Change-Id: Icbd1359e7100696bd05730b26ed5647fabbcc2fd
2017-12-19 14:24:42 +02:00
Chandan Kumar
2c41a1944e
Apply cookiecutter to newly split project vitrage-tempest-plugin
...
This tempest plugin is being split out of the main vitrage project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.
[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-12-09 17:53:26 +05:30