yanyanhu d24f5aa6e0 Initial work for zun tempest plugin
This patch does some initial work for zun tempest plugin
support. Since zun API design/implementation will come
soon, tempest API test will be helpful to verify its
correctness.

Co-Authored-By: Ethan Lynn <xjunlin@cn.ibm.com>
Change-Id: Iabc8429285150857fb9791dea8a5471e2995e17b
2016-06-17 04:27:22 -04:00
..
2016-06-17 04:27:22 -04:00
2016-06-17 04:27:22 -04:00
2016-06-17 04:27:22 -04:00
2016-06-17 04:27:22 -04:00
2016-06-17 04:27:22 -04:00

Tempest Plugin

This directory contains Tempest tests to cover Zun project.

To list all Zun tempest cases, go to tempest directory, then run:

$ testr list-tests zun

To run only these tests in tempest, go to tempest directory, then run:

$ ./run_tempest.sh -N -- zun

To run a single test case, go to tempest directory, then run with test case name, e.g.:

$ ./run_tempest.sh -- -N zun.tests.tempest.api.test_basic.TestBasic.test_basic