@@ -6,10 +6,23 @@ templates:
66 - runtimeScanner/eveconnector-api-service.yaml
77 - runtimeScanner/eveconnector-api-deployment.yaml
88 - runtimeScanner/sysdig-eve-secret.yaml
9+ # For checksums
10+ - clusterrole-node-analyzer.yaml
11+ - clusterrolebinding-node-analyzer.yaml
12+ - configmap-benchmark-runner.yaml
13+ - configmap-host-analyzer.yaml
14+ - configmap-host-scanner.yaml
15+ - configmap-image-analyzer.yaml
16+ - secrets.yaml
17+ - serviceaccount-node-analyzer.yaml
18+ - runtimeScanner/runtime-scanner-configmap.yaml
19+
920tests :
1021 - it : Check global kspm deploy
1122 set :
1223 global :
24+ sysdig :
25+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
1326 kspm :
1427 deploy : true
1528 clusterName : test-cluster
2336 - it : Check hostPID is true if global.kspm.deploy is true
2437 set :
2538 global :
39+ sysdig :
40+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
2641 kspm :
2742 deploy : true
2843 clusterName : test-cluster
3449
3550 - it : Check hostPID is true if nodeAnalyzer.benchmarkRunner.deploy is true
3651 set :
52+ global :
53+ sysdig :
54+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
3755 nodeAnalyzer :
3856 benchmarkRunner :
3957 deploy : true
@@ -45,17 +63,23 @@ tests:
4563 value : true
4664
4765 - it : Check global kspm deploy without clusterName
66+ templates :
67+ - daemonset-node-analyzer.yaml
4868 set :
4969 global :
5070 kspm :
5171 deploy : true
52- template : configmap-kspm-analyzer.yaml
72+ sysdig :
73+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
5374 asserts :
5475 - failedTemplate :
5576 errorMessage : " A valid clusterName is required"
5677
5778 - it : Check nodeAnalyzer imageAnalyzer deploy
5879 set :
80+ global :
81+ sysdig :
82+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
5983 nodeAnalyzer :
6084 imageAnalyzer :
6185 deploy : true
7094
7195 - it : Check nodeAnalyzer hostAnalyzer deploy
7296 set :
97+ global :
98+ sysdig :
99+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
73100 nodeAnalyzer :
74101 hostAnalyzer :
75102 deploy : true
@@ -84,6 +111,9 @@ tests:
84111
85112 - it : Check nodeAnalyzer benchmarkRunner deploy
86113 set :
114+ global :
115+ sysdig :
116+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
87117 nodeAnalyzer :
88118 benchmarkRunner :
89119 deploy : true
@@ -98,6 +128,11 @@ tests:
98128
99129 - it : Check nodeAnalyzer runtimeScanner deploy
100130 set :
131+ global :
132+ clusterConfig :
133+ name : " test"
134+ sysdig :
135+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
101136 nodeAnalyzer :
102137 runtimeScanner :
103138 deploy : true
@@ -112,6 +147,9 @@ tests:
112147
113148 - it : Check nodeAnalyzer runtimeScanner eveConnector deploy
114149 set :
150+ global :
151+ sysdig :
152+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
115153 nodeAnalyzer :
116154 runtimeScanner :
117155 deploy : true
@@ -141,6 +179,9 @@ tests:
141179
142180 - it : Check nodeAnalyzer imageAnalyzer deploy set to false
143181 set :
182+ global :
183+ sysdig :
184+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
144185 nodeAnalyzer :
145186 imageAnalyzer :
146187 deploy : false
@@ -155,6 +196,9 @@ tests:
155196
156197 - it : Check nodeAnalyzer hostAnalyzer deploy set to false
157198 set :
199+ global :
200+ sysdig :
201+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
158202 nodeAnalyzer :
159203 hostAnalyzer :
160204 deploy : false
@@ -169,6 +213,9 @@ tests:
169213
170214 - it : Check nodeAnalyzer benchmarkRunner deploy set to false
171215 set :
216+ global :
217+ sysdig :
218+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
172219 nodeAnalyzer :
173220 benchmarkRunner :
174221 deploy : false
@@ -183,6 +230,9 @@ tests:
183230
184231 - it : Check nodeAnalyzer runtimeScanner deploy set to false
185232 set :
233+ global :
234+ sysdig :
235+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
186236 nodeAnalyzer :
187237 runtimeScanner :
188238 deploy : false
@@ -197,6 +247,9 @@ tests:
197247
198248 - it : Check nodeAnalyzer runtimeScanner EVE_INTEGRATION_ENABLED is true even if eveConnector deploy set to false
199249 set :
250+ global :
251+ sysdig :
252+ accessKey : " AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE"
200253 nodeAnalyzer :
201254 runtimeScanner :
202255 deploy : true
0 commit comments