-
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
Adding basic_info and connection validations #5225
Adding basic_info and connection validations #5225
Conversation
UpdateTEST YAML file
ResultsIn CentOS connection and restart testing
In redhat7,8 and 9 basic_info
Centos-7 is not showing its port status correctly => Centos7 in vagrant does not have lsof. it was replaced by ss |
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, some minor fixes
from ..helpers.agent import WazuhAgent, WazuhAPI | ||
from ..helpers.constants import WAZUH_ROOT | ||
from ..helpers.generic import HostConfiguration, HostInformation, GeneralComponentActions, Waits | ||
from ..helpers.logger.logger import logger |
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.
from ..helpers.logger.logger import logger | |
from modules.generic.logger import logger |
We need to implement logger with the new fixes
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.
The new logger is from modules.generic.logger import logger.
Fixed after merging new changes
from ..helpers.agent import WazuhAgent, WazuhAPI | ||
from ..helpers.generic import HostInformation, GeneralComponentActions, Waits | ||
from ..helpers.manager import WazuhManager, WazuhAPI | ||
from ..helpers.logger.logger import logger |
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.
from ..helpers.logger.logger import logger | |
from modules.generic.logger import logger |
Same
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.
The new logger is from modules.generic.logger import logger.
Fixed after merging new changes
78b1755
to
81dccd5
Compare
56bf9da
to
5603e91
Compare
56bf9da
to
2a19f5e
Compare
Adding granularity to tests
It was included:
Some additional validation in arch, installation os version, port and processes were added