Skip to content

Commit

Permalink
chore(node-analyzer): fix tests related to the changes in benchmar ru…
Browse files Browse the repository at this point in the history
…nner
  • Loading branch information
mavimo committed Nov 9, 2023
1 parent 0282e6d commit f2a1781
Show file tree
Hide file tree
Showing 7 changed files with 195 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ tests:
clusterName: "test"
nodeAnalyzer:
deploy: true
benchmarkRunner:
deploy: true
templates:
- templates/configmap-benchmark-runner.yaml
asserts:
Expand All @@ -21,6 +23,8 @@ tests:
sslVerifyCertificate: true
nodeAnalyzer:
deploy: true
benchmarkRunner:
deploy: true
templates:
- templates/configmap-benchmark-runner.yaml
asserts:
Expand All @@ -35,6 +39,8 @@ tests:
sslVerifyCertificate: false
nodeAnalyzer:
deploy: true
benchmarkRunner:
deploy: true
templates:
- templates/configmap-benchmark-runner.yaml
asserts:
Expand All @@ -48,6 +54,8 @@ tests:
nodeAnalyzer:
deploy: true
sslVerifyCertificate: true
benchmarkRunner:
deploy: true
templates:
- templates/configmap-benchmark-runner.yaml
asserts:
Expand All @@ -61,6 +69,8 @@ tests:
nodeAnalyzer:
deploy: true
sslVerifyCertificate: false
benchmarkRunner:
deploy: true
templates:
- templates/configmap-benchmark-runner.yaml
asserts:
Expand All @@ -74,6 +84,7 @@ tests:
nodeAnalyzer:
deploy: true
benchmarkRunner:
deploy: true
sslVerifyCertificate: true
templates:
- templates/configmap-benchmark-runner.yaml
Expand All @@ -88,6 +99,7 @@ tests:
nodeAnalyzer:
deploy: true
benchmarkRunner:
deploy: true
sslVerifyCertificate: false
templates:
- templates/configmap-benchmark-runner.yaml
Expand Down
Loading

0 comments on commit f2a1781

Please sign in to comment.