qinling/qinling_tempest_plugin
Lingxian Kong aa765e2ae9 Support kubernetes python client 4.0.0
From 4.0.0, kubernetes-incubator/client-python uses multiprocessing
libaray to send request to k8s cluster, which is not supported by
eventlet. This patch introduced the following changes to fix the issue:

- Use cotyledon for engine service rather than oslo.service
- Update global requirments
- Provide separate scripts for api and engine service

References:
[1] https://github.com/eventlet/eventlet/issues/147
[2] https://bugs.launchpad.net/taskflow/+bug/1225275

Change-Id: Ib99565e00eedc72c388e8ebec6b7f1453f77f30f
2018-01-05 18:30:25 +13:00
..
functions Fix docker image function 2017-12-19 23:05:38 +13:00
services Detach function from underlying orchestrator 2017-12-14 17:38:02 +13:00
tests Support kubernetes python client 4.0.0 2018-01-05 18:30:25 +13: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 Support kubernetes python client 4.0.0 2018-01-05 18:30:25 +13:00
plugin.py Add functional tests for runtime 2017-09-05 07:33:31 +12: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.