qinling/qinling_tempest_plugin
Lingxian Kong bbfe83eee3 Invoke Python function in a directory rather than a zip package
There is a limitation for loading modules directly from a zip file:
"ZIP import of dynamic modules (.pyd, .so) is disallowed." which
makes most of python libs including C extentions not work. So we have
to extract the zip before executing the function.

Change-Id: I4d4eed380a4140c905603891e1dfa942834bd25d
2018-07-04 01:56:54 +12:00
..
functions Add simple tempest testcases for resource limiting 2018-06-11 20:12:24 +08:00
services Add simple tempest testcases for resource limiting 2018-06-11 20:12:24 +08:00
tests Add simple tempest testcases for resource limiting 2018-06-11 20:12:24 +08:00
README.rst Add devstack plugin and scripts 2017-08-30 15:42:12 +12:00
__init__.py Add devstack plugin and scripts 2017-08-30 15:42:12 +12:00
config.py Invoke Python function in a directory rather than a zip package 2018-07-04 01:56:54 +12:00
plugin.py Fix minor typos in chinese spelling 2018-02-27 03:09:18 +00:00
post_test_hook.sh Support admin user get functions of other projects 2017-12-12 22:32:52 +13:00
pre_test_hook.sh Add functional tests for runtime 2017-09-05 07:33:31 +12:00

README.rst

Tempest Integration of Qinling

This directory contains Tempest tests to cover the Qinling project.