Skip to content

Commit 33c3433

Browse files
committed
override file is added for max volumes per pod test case and emptydir volume type
Signed-off-by: Mucahit Kurt <[email protected]>
1 parent 2cb5a39 commit 33c3433

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

clusterloader2/testing/experimental/storage/pod-startup/ephemeral-volumes/1_node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Below test cases can be run with the parameters like;
77

88
To test with different volume types please use the override file for the specific volume type, default volume type is `EmptyDir`
99

10-
To test for the max volume per node test case please use override file under `max_volumes_per_node`, default test case is max volume per node.
10+
There two different test cases and different override files for each of them, `max_volumes_per_pod` and `max_volumes_per_node`, default test case is max volume per pod.

clusterloader2/testing/experimental/storage/pod-startup/ephemeral-volumes/1_node/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#Constants
55
{{$TOTAL_PODS := DefaultParam .TOTAL_PODS 1}}
6-
{{$POD_TEMPLATE_PATH := DefaultParam .POD_TEMPLATE_PATH "pod_with_emptydir.yaml"}}
6+
{{$POD_TEMPLATE_PATH := DefaultParam .POD_TEMPLATE_PATH "emptydir/pod_with_emptydir.yaml"}}
77
{{$LOAD_TEST_THROUGHPUT := DefaultParam .LOAD_TEST_THROUGHPUT 10}}
88

99
{{$VOLUMES_PER_POD := DefaultParam .VOLUMES_PER_POD 100}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
POD_TEMPLATE_PATH: "emptydir/pod_with_emptydir.yaml"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TOTAL_PODS: 1
2+
VOLUMES_PER_POD: 100

0 commit comments

Comments
 (0)