Add dashboard regression tests for services and buckets#110
Open
gmolto wants to merge 5 commits into
Open
Conversation
Add Check Bucket Quota Available keyword that queries /system/quotas/user and verifies minio.buckets.max - minio.buckets.used >= 1 before running bucket tests. Update buckets.robot Suite Setup to call the quota check after Prepare Dashboard Suite. This prevents bucket UI tests from running when no bucket slots are available, failing fast with a clear message.
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
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.
Summary
This PR expands the dashboard regression coverage for OSCAR services and buckets.
It adds dashboard service lifecycle coverage that creates a service from the FDL dialog, waits for it to become ready, invokes it from the UI, validates the response, and cleans it up. The service fixture now uses a random
dashboard-simple-test-*name per run, and the generated MinIO bucket/path matches that service name to avoid collisions between runs.It also adds dashboard bucket coverage for creating a bucket, uploading an object, downloading it back, and validating the downloaded content. Before running quota-sensitive dashboard flows, the tests now check
/system/quotas/userso they fail early with a clear message when CPU, memory, or MinIO bucket quota is insufficient.The shared dashboard resource keywords were extended for navigation, authentication resilience, service deployment, invocation, quota checks, and bucket interactions.
Validation
.venv/bin/robot --dryrun -V variables/.env-auth-keycloak-gmolto.yaml -V variables/.env-cluster-localhost.yaml -d robot_results tests/dashboard/services.robot