-
Notifications
You must be signed in to change notification settings - Fork 553
[v2] Misc cleanups #3261
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
Merged
pierreprinetti
merged 10 commits into
v2
from
bp-v2-37efb25-2e64714-baa5df9-65463f1-67c72f8-eb1fa62-1d81d00-a9bd661-fb4700a-7580d13
Dec 6, 2024
Merged
[v2] Misc cleanups #3261
pierreprinetti
merged 10 commits into
v2
from
bp-v2-37efb25-2e64714-baa5df9-65463f1-67c72f8-eb1fa62-1d81d00-a9bd661-fb4700a-7580d13
Dec 6, 2024
Conversation
This file contains hidden or 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
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This is not referenced or documented anywhere and it has not been touched in years. Remove it. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
testhelper is too long give how often these things are used. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Better errors messages since we see the different types. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Make this a little easier to understand failures when they occur. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
We were not passing through user IDs, despite our test wrappers indicating you could user either user IDs or usernames. Similarly, we were not always setting scope, which could cause issues when using a project ID. Correct all issues. We should eventually move this to another test helper but that's a job for a later change. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
We're clearly not testing with non-admin credentials. That would be a good future test but for now we simply fix the issues. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Setting the necessary required environment variables has proven relatively tricky to do. Add a tool that will start doing this for us. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
pierreprinetti
approved these changes
Dec 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
edit:actions
This PR updates GitHub Actions code
edit:baremetal
This PR updates baremetal code
edit:blockstorage
This PR updates blockstorage code
edit:compute
This PR updates compute code
edit:gophercloud
This PR updates common Gophercloud code
edit:identity
This PR updates identity code
edit:sharedfilesystems
This PR updates sharedfilesystems code
edit:testinfra
This PR updates testing infrastructure code
edit:utils
This PR updates utils code
semver:minor
Backwards-compatible change
v2
This PR targets v2
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.
Backport: #3065
A couple of somewhat generally "CI-related" changes that I'm too lazy to propose as separate PRs.
make: Add 'format' target
script: Remove unused bootstrap script
trivial: Consistent file extensions
script: Address shellcheck warnings
tests: Consist use of th alias
tests: Add AssertTypeOf helper
testing: Set test case names
tests: Be consistent in our generation of credentials
tests: Add missing RequireAdmin calls
scripts: Add getenvvar tool