Skip to content
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

Issue in Vault command when retrieving OSD and NooBaa keys. #11393

Open
paraggit opened this issue Feb 13, 2025 · 0 comments
Open

Issue in Vault command when retrieving OSD and NooBaa keys. #11393

paraggit opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
High Priority High priority issues Squad/Green

Comments

@paraggit
Copy link
Contributor

RUN_ID: https://ibm.biz/BdGpam


          assert self.keyrotation.verify_osd_keyrotation_for_kms(
                tries=6, delay=10
            ), "Failed to rotate OSD and NooBaa Keys in KMS."

    E           AssertionError: Failed to rotate OSD and NooBaa Keys in KMS.
    E           assert False
    E            +  where False = <bound method OSDKeyrotation.verify_osd_keyrotation_for_kms of <ocs_ci.helpers.keyrotation_helper.OSDKeyrotation object at 0x7fe9918440a0>>(tries=6, delay=10)
    E            +    where <bound method OSDKeyrotation.verify_osd_keyrotation_for_kms of <ocs_ci.helpers.keyrotation_helper.OSDKeyrotation object at 0x7fe9918440a0>> = <ocs_ci.helpers.keyrotation_helper.OSDKeyrotation object at 0x7fe9918440a0>.verify_osd_keyrotation_for_kms
    E            +      where <ocs_ci.helpers.keyrotation_helper.OSDKeyrotation object at 0x7fe9918440a0> = <tests.functional.encryption.test_encryption_keyrotation.TestOSDKeyrotationWithKMS object at 0x7fe9731164f0>.keyrotation


tests/functional/encryption/test_encryption_keyrotation.py:336: AssertionError
@paraggit paraggit added High Priority High priority issues Squad/Green labels Feb 13, 2025
@paraggit paraggit self-assigned this Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority High priority issues Squad/Green
Projects
None yet
Development

No branches or pull requests

1 participant