From effabf533dbbe77d64a43c0602554871701e264e Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 24 Jun 2022 15:47:58 +0000 Subject: [PATCH] test(plugins): drop macro source warning test Signed-off-by: Jason Dellaluce --- test/falco_tests_plugins.yaml | 7 ------- test/rules/plugins/cloudtrail_macro.yaml | 4 ---- 2 files changed, 11 deletions(-) delete mode 100644 test/rules/plugins/cloudtrail_macro.yaml diff --git a/test/falco_tests_plugins.yaml b/test/falco_tests_plugins.yaml index 592628b0..c905c445 100644 --- a/test/falco_tests_plugins.yaml +++ b/test/falco_tests_plugins.yaml @@ -103,13 +103,6 @@ trace_files: !mux - Cloudtrail Create Instance stderr_contains: "Rule Cloudtrail Create Instance: warning .unknown-source.: unknown source aws_cloudtrail, skipping" - no_plugins_unknown_source_macro: - detect: False - rules_file: - - rules/plugins/cloudtrail_macro.yaml - trace_file: trace_files/empty.scap - stderr_contains: "Macro Some Cloudtrail Macro: warning .unknown-source.: unknown source aws_cloudtrail, skipping" - no_plugins_unknown_source_rule_exception: detect: False rules_file: diff --git a/test/rules/plugins/cloudtrail_macro.yaml b/test/rules/plugins/cloudtrail_macro.yaml deleted file mode 100644 index 009d8a39..00000000 --- a/test/rules/plugins/cloudtrail_macro.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- macro: Some Cloudtrail Macro - condition: aws.user=bob - source: aws_cloudtrail -