Guest User

test_cephfs.py run

a guest
Sep 6th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [root@bzn build]# nosetests -v ../src/test/pybind/test_cephfs.py
  2. test_cephfs.setup_test ... ok
  3. test_cephfs.test_conf_get ... ok
  4. test_cephfs.test_version ... ok
  5. test_cephfs.test_fstat ... ok
  6. test_cephfs.test_statfs ... ok
  7. test_cephfs.test_syncfs ... ok
  8. test_cephfs.test_fsync ... ok
  9. test_cephfs.test_directory ... ok
  10. test_cephfs.test_walk_dir ... ok
  11. test_cephfs.test_xattr ... ok
  12. test_cephfs.test_rename ... ok
  13. test_cephfs.test_open ... ok
  14. test_cephfs.test_link ... ok
  15. test_cephfs.test_symlink ... ok
  16. test_cephfs.test_delete_cwd ... ok
  17. test_cephfs.test_flock ... ok
  18. test_cephfs.test_mount_unmount ... ok
  19.  
  20. ----------------------------------------------------------------------
  21. Ran 17 tests in 14.354s
  22.  
  23. OK
Add Comment
Please, Sign In to add comment