add k8s capacity test case 69/60969/8
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Wed, 15 Aug 2018 04:39:33 +0000 (12:39 +0800)
committerYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Thu, 16 Aug 2018 12:25:07 +0000 (20:25 +0800)
commiteacf878ec5372a6db4596c9cbc78ef96bf2453b9
treee1d525b9c645ee10fc26f203e5b899d0e34cd9e6
parent480c3c51a0a2bcc67ac5ca1d96cb63153bf9fff8
add k8s capacity test case

JIRA: BOTTLENECK-243

Change-Id: I0f36aac10cf0e05560051c785ada397e0c97e112
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
testsuites/kubestone/__init__.py [new file with mode: 0644]
testsuites/kubestone/samples/__init__.py [new file with mode: 0644]
testsuites/kubestone/samples/deployment_sample.yaml [new file with mode: 0644]
testsuites/kubestone/samples/pod_sample.yaml [new file with mode: 0644]
testsuites/kubestone/stress_test.py [new file with mode: 0644]
testsuites/kubestone/testcases/__init__.py [new file with mode: 0644]
testsuites/kubestone/testcases/deployment_capacity.yaml [new file with mode: 0644]
utils/k8s_setup/k8s_config_pre.sh
utils/k8s_setup/k8s_utils.py