Commit Graph

5 Commits

Author SHA1 Message Date
Masayuki Igawa 53a7a70a5b Remove .testr.conf
This commit removes .testr.conf since this repo already has
.stestr.conf. We just need .stestr.conf instead of .testr.conf.

Change-Id: I40d5456471e4c4aec6b78bacc57f4211c6a3c176
2020-05-27 16:40:14 +00:00
Tomasz Trębski ff0afc968b Migrate test run to ostestr
Instead of running tests with nosetests,
this commit migrates tox.ini to use ostestr
similar to other openstack projects.

Using ostestr, as well testrepository, results
in another useful feature where test results can be
seen in convenient graphical representation.

Additionally:
* added oslo_debug_helper
* extracted unit-like dependencies into external testenv,
that way they are not installed for target where
they are actually not required (like pep8)
* removed testenv:docs because monasca does not come
with sphinx documentation
* removed testenv:genconfig because monasca is not
compatible with supplying its entire configuration
they way oslo-config-generator expects

Change-Id: Ic5bb793847f7ab45731862f4208e94589421f490
2017-01-14 19:47:29 +00:00
Roland Hochmuth dc4a8868ae Add Monasca Tempest Tests
To run the tests see monasca_tempest_tests/README.md.

Change-Id: I7d1df1b88b63ccc2f1a66deaf439c032b1175d99
2015-10-16 17:44:16 -06:00
Roland Hochmuth d4db585928 Added unit test for Versions resource
Change-Id: I5244e7da7f417819a8fab6f8b14145c4b38056ca
2015-07-31 12:36:28 -06:00
Tong Li ed99a4edb3 initial python implementation
Change-Id: I25ca78414cd26340a4a640cb4f9ee92dda650037
2014-09-15 13:18:10 -04:00