RETIRED, Tempest plugin for os-win project.
Go to file
Claudiu Belu bce179882a Adds metrics collection scenario
This test suite verifies that the instance metrics are properly published
and collected and have non-zero values. The verification is done via the
ceilometer API.

Waiting for the ceilometer compute agent to poll the resources is crucial,
otherwise the test suite will fail due to the fact that no samples would
be found published before checking the samples.

The ceilometer agent's polling interval should have the same value as
the test suite's polled_metric_delay. This can be done in two ways:
a. Configure tempest's polled_metric_delay, by adding the following
line in tempest.conf, in the telemetry section:
    polled_metric_delay = <desired value>
b. Set the interval value in pipeline.yaml on the compute node to the
desired value and restart the ceilometer compute agent.

The second method is preferred, as the interval value defined in
pipeline.yaml is 600 seconds, which would mean each test would last
at least 10 minutes.

Change-Id: I2ad696c221fba860a30621686b464b8486bea583
2017-11-16 14:02:53 +00: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 Adds metrics collection scenario 2017-11-16 14:02:53 +00: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