Skip to content

Commit

Permalink
Recover missing files after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
palaciosjeremias committed Nov 4, 2021
1 parent 3f9b9a2 commit 56d473b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/wazuh_testing/wazuh_testing/tools/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def check_daemon_status(target_daemon=None, running_condition=True, timeout=10,

control_status_output = subprocess.run([f'{WAZUH_PATH}/bin/wazuh-control', 'status'],
stdout=subprocess.PIPE).stdout.decode()

condition_met = True
for lines in control_status_output.splitlines():
daemon_status_tokens = lines.split()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Code documentation

::: tests.integration.test_api.test_config.test_use_only_authd.test_use_only_authd
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ nav:
- Test logs: tests/integration/test_api/test_config/test_logs/test_logs.md
- Test max upload size: tests/integration/test_api/test_config/test_max_upload_size/test_max_upload_size.md
- Test rbac: tests/integration/test_api/test_config/test_rbac/test_rbac.md
- Test use only authd: tests/integration/test_api/test_config/test_use_only_authd/test_use_only_authd.md
- Test RBAC:
- tests/integration/test_api/test_rbac/index.md
- Test add old resource: tests/integration/test_api/test_rbac/test_add_old_resource.md
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- tags:
- only_authd_enabled
configuration:
use_only_authd: yes
- tags:
- only_authd_disabled
configuration:
use_only_authd: no

0 comments on commit 56d473b

Please sign in to comment.