RETIRED, Tempest plugin for os-win project.
Go to file
Claudiu Belu 763348b367 Adds Hyper-V Cluster scenario
Hyper-V VMs can be clustered, making them highly available.

We can force a VM failover through WinRM, causing the VM to
restart on another host. For this, the Hyper-V hosts must have
WinRM enabled.

A VM must have network connectivity after the failover,
and operations (resize, migrate, etc.) must still succeed after failover.

Adds the following config options:
- cluster_enabled (default = False)
- username
- password
- failover_timeout (default = 120 seconds)
- failover_sleep_interval (default = 5 seconds)

Adds HyperVClusterTest.
2017-07-18 03:27:54 -07:00
doc/source Apply cookiecutter template 2017-06-22 14:48:08 -07:00
oswin_tempest_plugin Adds Hyper-V Cluster scenario 2017-07-18 03:27:54 -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 Apply cookiecutter template 2017-06-22 14:48:08 -07: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 Apply cookiecutter template 2017-06-22 14:48:08 -07:00
HACKING.rst Apply cookiecutter template 2017-06-22 14:48:08 -07:00
LICENSE Apply cookiecutter template 2017-06-22 14:48:08 -07:00
README.rst Apply cookiecutter template 2017-06-22 14:48:08 -07:00
babel.cfg Apply cookiecutter template 2017-06-22 14:48:08 -07:00
requirements.txt Adds Hyper-V Cluster scenario 2017-07-18 03:27:54 -07:00
setup.cfg Apply Tempest plugin cookiecutter 2017-06-22 15:05:58 -07: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 Apply cookiecutter template 2017-06-22 14:48:08 -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