cinder/tools/hooks
Erlon R. Cruz 4f5a5962fa Gate migration tests: Add Cinder tempest hook
This patch is part of the effort to add migration tests to OpenStack
gate. It will rely in 2 tempest tests that are on the dependency list and that
the gate job will configure the following backends: ceph nfs glusterfs lvm.
Once running, the script will configure 2 tempest backends and run the
migration tests on all possible combinations of the backend listed above. The
output of the test run will be something like:

                    ceph             nfs
    ceph             ---         SUCCESS
     nfs         SUCCESS             ---

If all tests in the matrix result in SUCCESS, then the test script returns.
Otherwise, other value is returned and the job is marked as failed.

Depends-on: I4ed9b1f30d4e4e595c44a0ce243c2463069833d7
Depends-on: Iff4d880a0f8e928cbc07b84ff0c357ad59ef929c
Change-Id: I17b5cd9dafb3ad17e8721376ae1e6790bd93108c
2016-11-23 11:34:14 -02:00
..
README Gate migration tests: Add Cinder tempest hook 2016-11-23 11:34:14 -02:00
run_multi_backend_matrix.sh Gate migration tests: Add Cinder tempest hook 2016-11-23 11:34:14 -02:00
utils.sh Gate migration tests: Add Cinder tempest hook 2016-11-23 11:34:14 -02:00

README

These are hooks to be used by the OpenStack infra test system. These scripts
may be called by certain jobs at important times to do extra testing, setup,
etc. They are really only relevant within the scope of the OpenStack infra
system and are not expected to be useful to anyone else.