-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-11702. Merge test_bucket_encryption into robot compatibility test #7451
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
Changes from all commits
811f4a2
8774f11
83dff11
810399e
30edc30
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,6 +50,7 @@ _kinit() { | |
| } | ||
|
|
||
| _init() { | ||
| container=scm | ||
| _kinit | ||
| execute_command_in_container ${container} ozone freon ockg -n1 -t1 -p warmup | ||
| } | ||
|
|
@@ -74,29 +75,21 @@ _read() { | |
| compatibility/read.robot | ||
| } | ||
|
|
||
| test_bucket_encryption() { | ||
| _kinit | ||
| execute_robot_test ${container} -N "xcompat-cluster-${cluster_version}-client-${client_version}" -v SUFFIX:${client_version} security/bucket-encryption.robot | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we delete this robot file now?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I was also thinking about that. Since
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
| } | ||
|
|
||
| test_cross_compatibility() { | ||
| echo "Starting ${cluster_version} cluster with COMPOSE_FILE=${COMPOSE_FILE}" | ||
|
|
||
| OZONE_KEEP_RESULTS=true start_docker_env | ||
|
|
||
| execute_command_in_container kms hadoop key create ${OZONE_BUCKET_KEY_NAME} | ||
| new_client test_bucket_encryption | ||
|
|
||
| container=scm _kinit | ||
| execute_command_in_container scm ozone freon ockg -n1 -t1 -p warmup | ||
| _init | ||
|
|
||
| new_client _write | ||
| new_client _read ${current_version} | ||
|
|
||
| for client_version in "$@"; do | ||
| client="old_client_${client_version//./_}" | ||
|
|
||
| old_client test_bucket_encryption | ||
|
|
||
| old_client _write | ||
| old_client _read ${client_version} | ||
|
|
||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.