RETIRED, Tempest plugin for os-win project.
Go to file
Claudiu Belu ab50a17aff Fixes tests method resolution
Python allows multiple inheritance, which we use in order to mix and
match test scenarios and actions.

Python performs method resolution as follows:
- checks if the method is defined in the current class.
- if not, check parents, left to right.

Since all tests have test_base as its left-most parent, all methods
are resolved in test_base, which is not the desired behaviour. This
affects optional_feature mixin in particular.

Change-Id: I19d3bdef85a12ef45b600aa4fc68afd390b96c9f
2017-09-07 05:18:02 -07:00
devstack Adds devstack oswin-tempest-plugin plugin 2017-09-01 15:02:43 +03:00
doc/source Fixes oswin_tempest_plugin naming 2017-07-31 10:32:41 +00:00
oswin_tempest_plugin Fixes tests method resolution 2017-09-07 05:18:02 -07:00
.coveragerc Apply cookiecutter template 2017-06-22 14:48:08 -07:00
.gitignore Apply cookiecutter template 2017-06-22 14:48:08 -07:00
.gitreview Fixes oswin_tempest_plugin naming 2017-07-31 10:32:41 +00:00
.mailmap Apply cookiecutter template 2017-06-22 14:48:08 -07:00
.testr.conf Apply cookiecutter template 2017-06-22 14:48:08 -07:00
CONTRIBUTING.rst Fixes oswin_tempest_plugin naming 2017-07-31 10:32:41 +00:00
HACKING.rst Fixes oswin_tempest_plugin naming 2017-07-31 10:32:41 +00:00
LICENSE Apply cookiecutter template 2017-06-22 14:48:08 -07:00
README.rst Fixes oswin_tempest_plugin naming 2017-07-31 10:32:41 +00:00
babel.cfg Apply cookiecutter template 2017-06-22 14:48:08 -07:00
requirements.txt Increase the test_qos disk usage limit 2017-08-31 11:53:12 -07:00
setup.cfg Fixes oswin_tempest_plugin naming 2017-07-31 10:32:41 +00:00
setup.py Apply cookiecutter template 2017-06-22 14:48:08 -07:00
test-requirements.txt Apply cookiecutter template 2017-06-22 14:48:08 -07:00
tox.ini Fixes flake8 and unittest errors 2017-07-31 02:46:46 -07:00

README.rst

oswin-tempest-plugin

This project contains Tempest tests to cover the os_win project, as well as a plugin to automatically load these tests into Tempest.

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO