-
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 Windows native support for qa-ctl
tool
#1961
Merged
Merged
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
Some extra temporary files has been added to test new changes
…1900 Improvements will be continued
Necessary for running instance deployments in Windows hosts.
In addition, it improves the Logging class
Add `qa-ctl` debug mode and unifty the loggers
Replace backslash with the slash in the paths where the input or output directory is specified. It seems that from Python version 3.7 onwards backslashes are interpreted as escape characters by the re module. This causes problems in Windows paths. Closes: #1930
… into 1900-qa-ctl-windows
It seems that from Python version 3.7 onwards backslashes are interpreted as escape characters by the re module. This causes problems in Windows paths. Closes: #1930
…1900-qa-ctl-windows
That labels are not required
Removed x.x.x.1 address due to it causes some problems.
…1900 Needed to avoid duplicated logs
Needed to run Linux commands with BASH shell. Some commands were not compatible with SH
fernandolojano
approved these changes
Oct 1, 2021
19 tasks
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.
Hello team,
The aim of this PR is to allow to run the
qa-ctl
tool in a Windows host. At the beggining this was a problem, sinceansible
, that is a main dependency used byqa-ctl
, is not compatible with Windows. To solve this, I have delegated the provisioning and running stages (which are the ones that use theansible
dependency) in a docker container tasks. In summary:Note: All the test results files are available on Windows file system.
This PR adds the following changes:
qa-ctl
tool.qa-ctl
toolqa-ctl
parameterqa-ctl
ansible
utils modulelocal_actions
moduleNext, I show an example output of a
qa-ctl
Windows run: