Kubernetes (k8s) support 37/36537/16
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 27 Jun 2017 03:20:08 +0000 (03:20 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Mon, 17 Jul 2017 00:58:09 +0000 (00:58 +0000)
commit3cc7480d6af4c40fe9c14f50e365337619768cf5
treeba89f005addb4a305abb3b6f59cd4853feab040b
parentfb86be55d52f6cefd4e0de4b857ac76d00a9e681
Kubernetes (k8s) support

JIRA: YARDSTICK-682

We decide to support k8s in E release.
We need to discuss with openretriver team and then rewrite the ping
test case under k8s as the first step.

Change-Id: I3f81ebca8de5c1f3a8b7d42581cd7342dc320239
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
requirements.txt
samples/ping_k8s.yaml [new file with mode: 0644]
tests/unit/benchmark/contexts/test_kubernetes.py [new file with mode: 0644]
tests/unit/common/test_utils.py
tests/unit/orchestrator/test_kubernetes.py [new file with mode: 0644]
yardstick/benchmark/contexts/kubernetes.py [new file with mode: 0644]
yardstick/common/constants.py
yardstick/common/kubernetes_utils.py [new file with mode: 0644]
yardstick/common/utils.py
yardstick/orchestrator/kubernetes.py [new file with mode: 0644]