Skip to content

Commit

Permalink
chore(tests/falcoctl): updated tests to latest main output.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Nov 28, 2023
1 parent 2d42d22 commit 5df15a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/falcoctl/artifact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func TestFalcoctl_Artifact_InstallPlugin(t *testing.T) {
)
assert.NoError(t, res.Err(), "%s", res.Stdout()+"\n"+res.Stderr())
assert.Zero(t, res.ExitCode())
assert.Contains(t, res.Stdout(), "Extracting and installing \"plugin\" \"dummy")
assert.Contains(t, res.Stdout(), "Artifact successfully installed")
assert.FileExists(t, sharedWorkDir+"/plugins/libdummy.so")
}))
Expand All @@ -92,8 +91,6 @@ func TestFalcoctl_Artifact_InstallPlugin(t *testing.T) {
)
assert.NoError(t, res.Err(), "%s", res.Stdout()+"\n"+res.Stderr())
assert.Zero(t, res.ExitCode())
assert.Contains(t, res.Stdout(), "Extracting and installing \"plugin\" \"cloudtrail")
assert.Contains(t, res.Stdout(), "Extracting and installing \"plugin\" \"json")
assert.Contains(t, res.Stdout(), "Artifact successfully installed")
assert.FileExists(t, sharedWorkDir+"/rulesfiles/aws_cloudtrail_rules.yaml")
assert.FileExists(t, sharedWorkDir+"/plugins/libcloudtrail.so")
Expand Down

0 comments on commit 5df15a1

Please sign in to comment.