Skip to content

Commit

Permalink
chore: add e2e tests to support bundle collection
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Nov 8, 2024
1 parent b534116 commit 6474958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/support-bundle/host_local_collector_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func TestHostLocalCollector(t *testing.T) {
"hostos_info.json",
"ipv4Interfaces.json",
"memory.json",
"sysctl.json",
},
notExpectedPaths: []string{
"node_list.json",
Expand Down
1 change: 1 addition & 0 deletions test/e2e/support-bundle/spec/remoteHostCollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
- memory: {}
- blockDevices: {}
- kernelConfigs: {}
- sysctl: {}
- copy:
collectorName: etc-resolv
path: /etc/resolv.conf
Expand Down

0 comments on commit 6474958

Please sign in to comment.