qinling/qinling_tempest_plugin
Jiangyuan e886447d29 Runtime implementation for non-image type function.
Using 'cgroup' in runtime server to limit cpu and memory resources.

Each pod in deployment will has respective 'cgroup' directory on host.
Under '/sys/fs/cgroup/xx/kubepods/<qos_class>/pod<uid>' directory, use
HOSTNAME to create a new cgroup folder, which will only be used to
limit function execution. Then we do not need to care about how and
when to delete this new folder on host.

Use 'openstackqinling/python-runtime:0.0.3' as the new python runtime
image.

Story: 2001586
Task: 14415
Change-Id: Id04a72c4f4a3c559dc7c746688b13ef93656d125
2018-06-07 10:19:42 +12:00
..
functions Add Node.js runtime support 2018-03-09 11:18:18 +13:00
services Functional test for function version detach/get 2018-04-30 16:34:16 +12:00
tests Specify the runtime image version explicitly 2018-06-06 00:07:07 +12: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 Runtime implementation for non-image type function. 2018-06-07 10:19:42 +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.