Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate test_env_variables and test_file_limit of test_fim/test_files documentation to qa-docs #1947

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/DocGenerator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Include paths:
- "../../tests/integration/test_api"
- "../../tests/integration/test_authd"
- "../../tests/integration/test_cluster"
- "../../tests/integration/test_fim"

Include regex:
- "^test_.*py$"
Expand Down Expand Up @@ -45,6 +46,13 @@ Ignore paths:
- "../../tests/integration/test_api/test_config/test_use_only_authd/data"
- "../../tests/integration/test_authd/data"
- "../../tests/integration/test_cluster/test_key_polling/data"
- "../../tests/integration/test_fim/test_files/test_ambiguous_confs/data"
- "../../tests/integration/test_fim/test_files/test_audit/data"
- "../../tests/integration/test_fim/test_files/test_basic_usage/data"
- "../../tests/integration/test_fim/test_files/test_benchmark/data"
- "../../tests/integration/test_fim/test_files/test_checks/data"
- "../../tests/integration/test_fim/test_files/test_env_variables/data"
- "../../tests/integration/test_fim/test_files/test_file_limit/data"

Output fields:
Module:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@

pytest_args:
- fim_mode:
realtime: Enable real-time/continuous monitoring on Linux (using the inotify system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the who-data information.
realtime: Enable real-time monitoring on Linux (using the `inotify` system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the `who-data` information.

tags:
- fim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@

pytest_args:
- fim_mode:
realtime: Enable real-time/continuous monitoring on Linux (using the inotify system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the who-data information.
realtime: Enable real-time monitoring on Linux (using the `inotify` system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the `who-data` information.

tags:
- fim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@

pytest_args:
- fim_mode:
realtime: Enable real-time/continuous monitoring on Linux (using the inotify system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the who-data information.
realtime: Enable real-time monitoring on Linux (using the `inotify` system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the `who-data` information.

tags:
- fim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@

pytest_args:
- fim_mode:
realtime: Enable real-time/continuous monitoring on Linux (using the inotify system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the who-data information.
realtime: Enable real-time monitoring on Linux (using the `inotify` system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the `who-data` information.

tags:
- fim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@

pytest_args:
- fim_mode:
realtime: Enable real-time/continuous monitoring on Linux (using the inotify system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the who-data information.
realtime: Enable real-time monitoring on Linux (using the `inotify` system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the `who-data` information.

tags:
- fim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

pytest_args:
- fim_mode:
realtime: Enable real-time/continuous monitoring on Linux (using the inotify system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the who-data information.
realtime: Enable real-time monitoring on Linux (using the `inotify` system calls) and Windows systems.
whodata: Implies real-time monitoring but adding the `who-data` information.

tags:
- fim
Expand Down
Loading