summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/nfs/tests/test_nfs.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/cephadm: add NFSv3 protocol to cephadm generated ganesha confAdam King2024-10-211-1/+1
* mgr/nfs: add NFSv3 protocol to exportsAdam King2024-10-211-4/+4
* mgr/nfs: add additional tests for cmount_path & user_id deletionAvan Thakkar2024-08-291-0/+22
* mgr/nfs: adopt API & unit tests for nfs exportsAvan Thakkar2024-08-271-18/+134
* mgr/nfs/utils: changes to helper func to check cephfs pathDhairya Parmar2023-04-261-1/+1
* mgr/nfs/tests: mock check_cephfs_pathDhairya Parmar2023-03-301-1/+2
* mgr/nfs: autopep8 updatesJohn Mulligan2023-01-121-3/+3
* mgr/nfs: convert _cmd_nfs_cluster_config_get to ErrorResponseHandler decoratorJohn Mulligan2023-01-121-6/+3
* mgr/nfs: convert _cmd_nfs_cluster_config_set to EmptyResponder decoratorJohn Mulligan2023-01-121-4/+2
* mgr/nfs: convert _cmd_nfs_export_apply to use Responder decoratorJohn Mulligan2023-01-121-8/+11
* mgr/nfs: convert _cmd_nfs_export_rm to use EmptyResponder decoratorJohn Mulligan2023-01-121-2/+2
* mgr/nfs: convert _cmd_nfs_export_create_cephfs to use Responder decoratorJohn Mulligan2023-01-121-4/+4
* mgr/nfs: convert _cmd_nfs_cluster_info to use Responder decoratorJohn Mulligan2023-01-121-3/+2
* mgr/nfs: convert _cmd_nfs_cluster_ls to use Responder decoratorJohn Mulligan2023-01-121-3/+2
* mgr/nfs: convert _cmd_nfs_export_ls to use Responder decoratorJohn Mulligan2023-01-121-16/+8
* mgr/nfs: add test cases to verify sectype can be setJohn Mulligan2022-10-051-2/+112
* mgr/nfs: add test for access type validation funcJohn Mulligan2022-04-261-0/+11
* mgr/nfs: add test for squash validation funcJohn Mulligan2022-04-261-0/+10
* mgr/nfs: rename export_utils.py to ganesha_conf.pyJohn Mulligan2022-04-261-3/+3
* mgr/nfs: add unit test for normalize_pathJohn Mulligan2022-02-231-1/+17
* mgr/nfs: take user-id and/or bucket for 'nfs export create rgw'Sage Weil2021-11-041-3/+98
* mgr/nfs/export: use tool_exec() instead of private _exec()Sage Weil2021-10-291-2/+2
* Merge pull request #42526 from liewegas/dashboard-nfsErnesto Puerta2021-10-191-8/+10
|\
| * mgr/dashboard: NFS exports: API + UI: integration with mgr/nfs; cleanupsAlfonso Martínez2021-10-181-8/+10
* | mgr/nfs: add some test coverage for cluster info, cluster configSage Weil2021-10-151-3/+69
|/
* src/pybind/mgr/nfs/tests: pass cluster_id to from_export_block()Varsha Rao2021-08-051-4/+4
* src/pybind/mgr/nfs: remove `tag` optionVarsha Rao2021-08-051-18/+0
* src/pybind/mgr/nfs: remove per daemon config testVarsha Rao2021-08-051-29/+7
* src/pybind/mgr/nfs: directly use cluster_id and remove daemon related stuffVarsha Rao2021-08-051-260/+64
* mgr/nfs: use bucket owner creds for rgw bucket exportSage Weil2021-07-261-6/+0
* mgr/nfs: use NFS_POOL_NAME in test_nfs.pySage Weil2021-07-141-11/+12
* mgr/nfs: test export apply on JSON listSage Weil2021-07-141-0/+91
* mgr/nfs: add test for ganesha conf apply/importSage Weil2021-07-141-0/+31
* mgr/nfs: change nfs pool to .nfsSage Weil2021-07-141-12/+10
* mgr/nfs: adjust test to match pool nameSage Weil2021-07-141-3/+3
* mgr/nfs: move user create/delete into helperSage Weil2021-06-261-28/+27
* mgr/nfs: refactor create_export_from_dict() helperSage Weil2021-06-221-1/+1
* mgr/nfs: merge FSExport back into ExportMgrSage Weil2021-06-211-1/+1
* mgr/nfs: merge 'nfs export {update,import}' -> 'nfs export apply'Sage Weil2021-06-211-1/+88
* mgr/nfs: test export creation and listSage Weil2021-06-211-100/+123
* mgr/nfs: test export_update (+ fixes)Sage Weil2021-06-211-35/+28
* mgr/nfs: test Export.validate(); several fixesSage Weil2021-06-211-2/+20
* mgr/nfs: test that export <-> block+dict conversions go both waysSage Weil2021-06-211-0/+32
* mgr/nfs: clean up test a bitSage Weil2021-06-211-33/+32
* mgr/nfs: fix/finish rgw exportSage Weil2021-06-211-1/+1
* mgr/nfs: flake8Sebastian Wagner2021-06-171-40/+39
* mgr/nfs: Add type checkingSebastian Wagner2021-06-171-49/+45
* mgr/nfs: Add __eq__ method to ExportSebastian Wagner2021-06-171-5/+3
* mgr/nfs: Copy unit tests from mgr/dashboardSebastian Wagner2021-06-171-0/+834