Skip to content

Commit

Permalink
override file is added for max volumes per pod test case and emptydir…
Browse files Browse the repository at this point in the history
… volume type

Signed-off-by: Mucahit Kurt <[email protected]>
  • Loading branch information
mucahitkurt committed Jul 17, 2019
1 parent 2cb5a39 commit 33c3433
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Below test cases can be run with the parameters like;

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

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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Constants
{{$TOTAL_PODS := DefaultParam .TOTAL_PODS 1}}
{{$POD_TEMPLATE_PATH := DefaultParam .POD_TEMPLATE_PATH "pod_with_emptydir.yaml"}}
{{$POD_TEMPLATE_PATH := DefaultParam .POD_TEMPLATE_PATH "emptydir/pod_with_emptydir.yaml"}}
{{$LOAD_TEST_THROUGHPUT := DefaultParam .LOAD_TEST_THROUGHPUT 10}}

{{$VOLUMES_PER_POD := DefaultParam .VOLUMES_PER_POD 100}}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
POD_TEMPLATE_PATH: "emptydir/pod_with_emptydir.yaml"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TOTAL_PODS: 1
VOLUMES_PER_POD: 100

0 comments on commit 33c3433

Please sign in to comment.