-
Notifications
You must be signed in to change notification settings - Fork 32
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_rids
documentation to qa-docs
#2422
Conversation
Double dots and quotes at the start of the line raise errors.
daemons: | ||
- wazuh-remoted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add wazuh-agentd
daemons: | |
- wazuh-remoted | |
daemons: | |
- wazuh-remoted | |
- wazuh-agentd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
93ae950 solves this
daemons: | ||
- wazuh-remoted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add wazuh-agentd
daemons: | |
- wazuh-remoted | |
daemons: | |
- wazuh-remoted | |
- wazuh-agend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
93ae950 solves this
- configure_environment: | ||
type: fixture | ||
brief: Configure a custom environment for testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a dot (.) at the end of the brief description.
- configure_environment: | |
type: fixture | |
brief: Configure a custom environment for testing | |
- configure_environment: | |
type: fixture | |
brief: Configure a custom environment for testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
93ae950 solves this
- configure_environment: | ||
type: fixture | ||
brief: Configure a custom environment for testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a dot (.) at the end of the brief description.
- configure_environment: | |
type: fixture | |
brief: Configure a custom environment for testing | |
- configure_environment: | |
type: fixture | |
brief: Configure a custom environment for testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
93ae950 solves this
assertions: | ||
- Verify that the RIDS configuration is applied correctly(or not) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a dot (.) at the end of the phrase.
assertions: | |
- Verify that the RIDS configuration is applied correctly(or not) | |
assertions: | |
- Verify that the RIDS configuration is applied correctly(or not). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
93ae950 solves this
assertions: | ||
- Verify that every agent rid is open | ||
- Verify that every agent rid is closed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a dot (.) at the end of each assertions phrase.
assertions: | |
- Verify that every agent rid is open | |
- Verify that every agent rid is closed | |
assertions: | |
- Verify that every agent rid is open. | |
- Verify that every agent rid is closed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
93ae950 solves this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ @roronoasins
Description
As part of epic #1796, this PR adds the missing documentation and migrates the current documentation to the new format used by qa-docs.
The schema used is the one defined in issue #1694
Tests
pycodestyle --max-line-length=120 --show-source --show-pep8 file.py
.qa-docs
tool does not raise any error.