-
Notifications
You must be signed in to change notification settings - Fork 52
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 test workflows based on salt-test #616
Add test workflows based on salt-test #616
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25c1589 - Browse repository at this point
Copy the full SHA 25c1589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1c0e4 - Browse repository at this point
Copy the full SHA 8a1c0e4View commit details -
Align boto imports in tests with Salt modules
Some modules `import boto` to set log levels. The related tests don't import `boto`. This can cause a problem when `boto` is not available. Tests are skipped when HAS_BOTO in the test_boto_*.py is False. Not trying to `import boto` can leave HAS_BOTO=True in the test file even though HAS_BOTO is False on the application side. In this case, tests are not skipped and fail.
Configuration menu - View commit details
-
Copy full SHA for 7961890 - Browse repository at this point
Copy the full SHA 7961890View commit details -
Fix mock order in test_dig (test_network.py)
`salt.utils.path.which` should not be mocked before `network.__utils__`. The Salt loader calls `salt.utils.network.linux_interfaces`, which needs the real `salt.utils.path.which`.
Configuration menu - View commit details
-
Copy full SHA for 9e33dd2 - Browse repository at this point
Copy the full SHA 9e33dd2View commit details -
Signed-off-by: Pedro Algarvio <[email protected]> (cherry picked from commit 3506e7f)
Configuration menu - View commit details
-
Copy full SHA for 12fdbff - Browse repository at this point
Copy the full SHA 12fdbffView commit details -
Skip venafiapi test if vcert module not available
The same HAS_VCERT check is done in the runner module.
Configuration menu - View commit details
-
Copy full SHA for 7c3b84a - Browse repository at this point
Copy the full SHA 7c3b84aView commit details -
Moving tests/integration/modules/test_cmdmod.py to pytest, Gareth J G…
…reenaway original author (cherry picked from commit 2c1040b)
Configuration menu - View commit details
-
Copy full SHA for 6789525 - Browse repository at this point
Copy the full SHA 6789525View commit details -
The repo.saltproject.io
index.html
file changed it's contents. Fix ……tests. Signed-off-by: Pedro Algarvio <[email protected]> (cherry picked from commit 672f658)
Configuration menu - View commit details
-
Copy full SHA for 279a461 - Browse repository at this point
Copy the full SHA 279a461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b066da - Browse repository at this point
Copy the full SHA 1b066daView commit details -
Skip git pillar tests when executed inside a container
These tests require a Git repository container, which is hard to correctly set up when executing the tests in the container in GH Actions. Using --network host can help, but there was still an error (the git repos were empty) when I tried to set this up.
Configuration menu - View commit details
-
Copy full SHA for cf5699a - Browse repository at this point
Copy the full SHA cf5699aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ada277 - Browse repository at this point
Copy the full SHA 3ada277View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 73498d2 - Browse repository at this point
Copy the full SHA 73498d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2dcde - Browse repository at this point
Copy the full SHA 2e2dcdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 840d73c - Browse repository at this point
Copy the full SHA 840d73cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f09aa7 - Browse repository at this point
Copy the full SHA 9f09aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a2186 - Browse repository at this point
Copy the full SHA c4a2186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba8be1 - Browse repository at this point
Copy the full SHA 0ba8be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44662a6 - Browse repository at this point
Copy the full SHA 44662a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5554064 - Browse repository at this point
Copy the full SHA 5554064View commit details -
Configuration menu - View commit details
-
Copy full SHA for a966469 - Browse repository at this point
Copy the full SHA a966469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d169f5 - Browse repository at this point
Copy the full SHA 8d169f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba30b1 - Browse repository at this point
Copy the full SHA 1ba30b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb87472 - Browse repository at this point
Copy the full SHA cb87472View commit details -
GH Actions: Fix Salt version in _version.txt file
When GH Actions are executed, they skip the default entrypoint for the container, so we need to arrange the _version.txt file manually
Configuration menu - View commit details
-
Copy full SHA for bc8bfdf - Browse repository at this point
Copy the full SHA bc8bfdfView commit details
Commits on Feb 22, 2024
-
Skip some tests that does not run well in GH Actions
Propagate GITHUB_ACTIONS variable to container environment
Configuration menu - View commit details
-
Copy full SHA for c7be52c - Browse repository at this point
Copy the full SHA c7be52cView commit details