# seafobj **Repository Path**: zponly/seafobj ## Basic Information - **Project Name**: seafobj - **Description**: github同步仓库 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Test ### Prepare #### Environment `add seafobj to PYTHONPATH env` ``` export PYTHONPATH=...../seafobj ``` #### Dependent ``` pip install -r test-requirements.txt sudo apt-get install python-ceph python-rados pip install boto ``` #### Configure File update `./test/functional/data/ceph/seafile.conf` configure file if you want test ceph storage system. ### Run run command `python run_test.py --sotrage {{fs|ceph}}` ### Note Test data will be migrate to ceph storage system when run ceph test case. So make sure it doesn't affect you.