Commit Graph

8 Commits

Author SHA1 Message Date
Hasan Acar a5e3d8271f fix: pytz lib added to requirements.txt
fix: changing envlist
Change-Id: I9b086fb5c61156a3d41c381e5c1f2b29e4b31793
2024-03-06 13:41:45 +00:00
wangzihao a46fb59245 Remove six
Remove six Replace the following items with Python 3 style code.
- six.PY3
- six.moves.urllib.parse
- six.text_type

Story: 2008305
Task: 41363
Change-Id: I864492ffcd05edf8bb803bf9fbe6c599617e749b
2020-12-07 11:03:02 +08:00
Adrian Czarnecki bfad66aebd Remove UNICODE_MESSAGES template
https://review.openstack.org/#/c/537328/ moves this
template to monasca-common

* add monasca-common dependency

Change-Id: I99307314a75b2cb49a75d9c83247ccaf339123a9
Story: 2001400
Task: 12525
2018-06-27 10:50:22 +00:00
OpenStack Proposal Bot 5385ae9a23 Updated from global requirements
Change-Id: I965432a21f0eaae1cb8fc5067b10415a3d3a9881
2018-03-14 05:38:36 +00:00
Zuul 7acfc005d6 Merge "Merged monasca log api tempest plugin into monasca tempest plugin" 2018-01-25 07:52:23 +00:00
Chandan Kumar 679755376b Merged monasca log api tempest plugin into monasca tempest plugin
* monasca_log_api_tempest.tests -> monasca_tempest_tests.tests.log_api
* monasca_log_api_tempest.clients -> monasca_tempest_tests.clients.log_api
* monasca_log_api_tempest.services -> monasca_tempest_tests.services
* Anything starting with log_api contains monasca_log_api_tempest
  tempest plugin pieces.
* plugin.py and config.py is unified
* We can run monasca_log_api_tempest tests by pass following regex:
  monasca_tempest_tests.tests.log_api
* moved monasca_log_api/tests/base.UNICODE_MESSAGES to
  monasca_tempest_tests.tests.log_api.base.py
* Added devstack plugin to run tempest locally

Story: 2001400
Task: 6082

Change-Id: I44922da236967b5df798f36675828ce78b2e41d8
2018-01-24 12:35:42 +00:00
OpenStack Proposal Bot 46d37727b1 Updated from global requirements
Change-Id: I5937e024a8f46247e1d7ccb854051b82fdf96023
2018-01-22 10:58:34 +00:00
Chandan Kumar f68f2e0925 Apply cookiecutter to newly split project monasca-tempest-plugin
This tempest plugin is being split out of the main monasca 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 19:00:30 +05:30