Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update override files for ephemeral volumes perf test cases #653

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 are two different test cases and different override files for each of them, under the `max_volumes_per_pod` and `max_volumes_per_node` directories, 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