-
Notifications
You must be signed in to change notification settings - Fork 170
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
Adding a new test case for bucketclass NSS creation with Cache via CLI #11283
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Yulia Persky <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ypersky1980 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
PR validation on existing cluster
Cluster Name: ypersky-vm5
Cluster Configuration: conf/deployment/vsphere/ipi_1az_rhcos_vsan_3m_3w.yaml
PR Test Suite: tier1
PR Test Path: tests/functional/object/mcg/test_namespace_crd.py::TestNamespace::test_namespace_bucket_creation_crd[RGW-CLI-Cache]
Additional Test Params:
OCP VERSION: 4.18
OCS VERSION: 4.18
tested against branch: master
Signed-off-by: Yulia Persky <[email protected]>
marks=[ | ||
tier1, | ||
on_prem_platform_required, | ||
pytest.mark.polarion_id("OCS-2407"), |
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.
Please create a new polarion item and reference it here instead of this one - this one doesn't match the test:
OCS-2407 - Create MCG namespace bucket from RGW resource
self.exec_mcg_cmd(cmd) | ||
elif namespace_policy_type == constants.NAMESPACE_POLICY_TYPE_CACHE.lower(): | ||
cmd += f" --hub-resource={namestores_name_str}" | ||
cmd += " --backingstores=noobaa-default-backing-store" |
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.
cmd += " --backingstores=noobaa-default-backing-store" | |
cmd += " --backingstores=constants.DEFAULT_NOOBAA_BACKINGSTORE" |
This PR contains adding a new test case for bucketclass NSS creation with Cache via CLI, following issue ##11128 from the backlog.