a2240d911a
Adds plugin for tempest as for devstack Purpose - run tempest in ci job for manila project Partially implements bp: tempest-job Change-Id: I7a24a8fe6ca44f75d74e0c941dc25e561e79f81a
17 lines
508 B
ReStructuredText
17 lines
508 B
ReStructuredText
====================
|
|
Tempest Integration
|
|
====================
|
|
|
|
This directory contains the files necessary for tempest to cover Manila project.
|
|
|
|
To install:
|
|
|
|
$ TEMPEST_DIR=/path/to/tempest
|
|
|
|
$ cp tempest/* ${TEMPEST_DIR}
|
|
|
|
notes:
|
|
|
|
These files based on tempest master branch (pre-icehouse), it is pluggable-like files without requirements to change core tempest files. But the way of its pluggability is work-around for tempest, which hasn't pluggable functionality for exceptions, config and clients modules.
|
|
|