]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/smb: Add test coverage for RGW share functionality
authorShweta Sodani <Shweta.Sodani@ibm.com>
Tue, 26 May 2026 14:27:42 +0000 (19:57 +0530)
committerShweta Sodani <Shweta.Sodani@ibm.com>
Thu, 25 Jun 2026 16:19:45 +0000 (21:49 +0530)
commit9a80169005e2f8401b979f03dcaf07f7db903792
tree58e226cd90bd3cffe91802bac5921dbdcd538377
parentd317e318592922f803de41b16929f6c7483ebcce
mgr/smb: Add test coverage for RGW share functionality

Add test cases for RGW-backed SMB shares

Key changes:
- RGWStorage creation, validation, and serialization
- Edge cases: None values, mutual exclusion

Signed-off-by: Shweta Sodani <ssodani@redhat.com>
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
src/pybind/mgr/cephadm/tests/services/test_smb.py
src/pybind/mgr/smb/tests/test_handler.py
src/pybind/mgr/smb/tests/test_resources.py
src/pybind/mgr/smb/tests/test_rgw_shares.py [new file with mode: 0644]