mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-11 02:52:54 +00:00
chore(unit_tests/falco): fix test.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
d44e17bb60
commit
913e1b91ef
@ -568,7 +568,7 @@ TEST_F(test_falco_engine, selection_base_syscalls_all) {
|
|||||||
TEST(ConfigureInterestingSets, ignored_set_expected_size) {
|
TEST(ConfigureInterestingSets, ignored_set_expected_size) {
|
||||||
// unit test fence to make sure we don't have unexpected regressions
|
// unit test fence to make sure we don't have unexpected regressions
|
||||||
// in the ignored set, to be updated in the future
|
// in the ignored set, to be updated in the future
|
||||||
ASSERT_EQ(falco::app::ignored_sc_set().size(), 14);
|
ASSERT_EQ(falco::app::ignored_sc_set().size(), 12);
|
||||||
|
|
||||||
// we don't expect to ignore any syscall in the default base set
|
// we don't expect to ignore any syscall in the default base set
|
||||||
ASSERT_EQ(falco::app::ignored_sc_set().intersect(libsinsp::events::sinsp_state_sc_set()).size(),
|
ASSERT_EQ(falco::app::ignored_sc_set().intersect(libsinsp::events::sinsp_state_sc_set()).size(),
|
||||||
|
Loading…
Reference in New Issue
Block a user