blob: bcf40d45a6012d40bbf5f56cec19544770cf602a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
---
tiers:
- name: benchmarking
description: >-
A set of benchmarking tests integrated from xRally for Kubernetes
platform.
testcases:
- case_name: xrally_kubernetes_full
project_name: functest
criteria: 100
blocking: false
description: >-
All in one tasks for checking basic functionality of
Kubernetes cluster.
dependencies:
- DEPLOY_SCENARIO: "k8-*"
run:
name: xrally_kubernetes
args:
times: 10
concurrency: 4
namespaces_count: 3
- case_name: netperf
project_name: functest
criteria: 100
blocking: false
description: >-
A standardized benchmark to measure Kubernetes networking performance
on multiple host platforms and network stacks.
dependencies:
- DEPLOY_SCENARIO: "k8-*"
run:
name: netperf
|