-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 OpenStack Swift scaler e2e tests #1522
Add OpenStack Swift scaler e2e tests #1522
Conversation
8c23a20
to
8e55ce1
Compare
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.
Looking good, minor nit in Changelog
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.
LGTM, we need to figure out OpenStack Environment, that can be used to run the test against
Marking as draft, until we solve OpenStack Environment |
dd813ff
to
8f5557c
Compare
Signed-off-by: Pedro Felipe Dominguite <[email protected]> Co-authored-by: Antonio Robson de Paula <[email protected]> * Add OpenStack helper class This helper creates an HTTP client using Axios for querying a specific OpenStack project API such as Swift. Signed-off-by: Pedro Felipe Dominguite <[email protected]> * Add OpenStack Swift helper class This helper encapsulates the Swift API operations Signed-off-by: Pedro Felipe Dominguite <[email protected]> * Add Axios dependency to package.json Signed-off-by: Pedro Felipe Dominguite <[email protected]> * Add environment variables for OpenStack Swift scaler e2e tests Signed-off-by: Pedro Felipe Dominguite <[email protected]> * Update CHANGELOG.md Signed-off-by: Pedro Felipe Dominguite <[email protected]>
Signed-off-by: Pedro Felipe Dominguite <[email protected]>
8f5557c
to
355d329
Compare
Signed-off-by: Pedro Felipe Dominguite [email protected]
This PR adds end-to-end tests for the OpenStack Swift scaler.
Checklist
Relates to #1462.