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

test_disable_mcg_external_service is failing with key error #11217

Open
nagendra202 opened this issue Jan 23, 2025 · 0 comments
Open

test_disable_mcg_external_service is failing with key error #11217

nagendra202 opened this issue Jan 23, 2025 · 0 comments

Comments

@nagendra202
Copy link
Contributor

Test case test_disable_mcg_external_service is failing with below error.

self = <test_disable_mcg_external_service.TestDisableMCGExternalService object at 0x7f5ec7f51190>
patch_noobaa_object = <ocs_ci.ocs.ocp.OCP object at 0x7f5ecdba2b80>

@tier2
@bugzilla("2186171")
@polarion_id("OCS-4932")
@skipif_external_mode
def test_disable_mcg_external_service(self, patch_noobaa_object):
"""
Test KCS https://access.redhat.com/articles/6970745
Make sure disableLoadBalancerService is not reconciled and verify it works as expected
"""
# verify disableLoadBalancerService is reconciled

assert (
str(patch_noobaa_object.get()["spec"]["disableLoadBalancerService"])
== "True"
), "disableLoadBalancerService is reconciled back to false"
E KeyError: 'disableLoadBalancerService'

tests/cross_functional/kcs/test_disable_mcg_external_service.py:69: KeyError

RP: https://reportportal-ocs4.apps.ocp-c1.prod.psi.redhat.com/ui/#ocs/launches/678/27751/1367505/1367519/log?logParams=history%3D1345778%26page.page%3D1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant