add seafobj to PYTHONPATH env
export PYTHONPATH=...../seafobj
pip install -r test-requirements.txt
sudo apt-get install python-ceph python-rados
pip install boto
update ./test/functional/data/ceph/seafile.conf
configure file if you want test ceph storage system.
run command python run_test.py --sotrage {{fs|ceph}}
Test data will be migrate to ceph storage system when run ceph test case. So make sure it doesn't affect you.