summaryrefslogtreecommitdiffstats
path: root/testsuites/kubestone/testcases/deployment_capacity.yaml
diff options
context:
space:
mode:
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-08-15 12:39:33 +0800
committerYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-08-16 20:25:07 +0800
commiteacf878ec5372a6db4596c9cbc78ef96bf2453b9 (patch)
treee1d525b9c645ee10fc26f203e5b899d0e34cd9e6 /testsuites/kubestone/testcases/deployment_capacity.yaml
parent480c3c51a0a2bcc67ac5ca1d96cb63153bf9fff8 (diff)
add k8s capacity test case
JIRA: BOTTLENECK-243 Change-Id: I0f36aac10cf0e05560051c785ada397e0c97e112 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'testsuites/kubestone/testcases/deployment_capacity.yaml')
-rw-r--r--testsuites/kubestone/testcases/deployment_capacity.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/kubestone/testcases/deployment_capacity.yaml b/testsuites/kubestone/testcases/deployment_capacity.yaml
new file mode 100644
index 00000000..2638211a
--- /dev/null
+++ b/testsuites/kubestone/testcases/deployment_capacity.yaml
@@ -0,0 +1,25 @@
+apiVersion: apps/v1
+kind: Deployment
+namespace: bottlenecks-kubestone
+test_type: Horizontal-Scaling
+scaling_steps: 10, 50, 100, 200
+template: None
+metadata:
+ name: nginx-deployment
+ labels:
+ app: nginx
+spec:
+ replicas: 3
+ selector:
+ matchLabels:
+ app: nginx
+ template:
+ metadata:
+ labels:
+ app: nginx
+ spec:
+ containers:
+ - name: nginx
+ image: nginx:1.7.9
+ ports:
+ - containerPort: 80