-
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
Add qa-ctl
v0.3
#2307
Merged
Merged
Add qa-ctl
v0.3
#2307
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using a test name, it is searched recursively and print if it exists or not. Also, setup.py is updated.
Also, QADOCS logger added. Now we have to migrate from older logger to `qadocs_logger`.
Now it has to be used in all `qa-docs` modules.
…er in `PytestWrap` module. #1879
…er in `Sanity` module. #1879 Also, sanity new lines style and `qa-docs` paths within wazuh framework fixed.
…er in `utils` module. #1879
It only loads the config file within a Config instance.
Custom `qa-docs` logger use
Also added `qa_docs` script copyright.
Also, copyright has been added and doc improved.
It passes pep': pycodestyle --max-line-length=120 --show-source --show-pep8
Also, few incorrect sentences have been corrected because they may create doubts when a user would be read them.
It passes `pycodestyle --max-line-length=120 --show-source --show-pep8`.
In addition, it has been standardize the qa-ctl script according to the PEP-8 standard.
…to 2173-qa-ctl-v2-release
Now the test section is generated correctly when running tests for several systems
Done in config generator
…2306 In addition, it has been added a new functions for downloading text files
…2306 In addition, the corresponding functions have been modularized to read data from ansible instances
snaow
approved these changes
Dec 16, 2021
LGTM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a new
0.3
version ofqa-ctl
, plus all the necessary changes toqa-docs
to be able to parse the test documentation schema.The new changes introduced in this new version are as follows (you can find the changelog of
qa-ctl
v0.3
here):Added
qa-ctl
.Changed
Fixed
file
module under Windows.