This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2024-12-25 21:03:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
20f936e841
ceph
/
qa
/
workunits
/
rados
/
test_python.sh
5 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
workunits: add workunit for running rgw and rados python tests Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2011-11-11 01:01:04 +00:00
#!/bin/sh -ex
qa/workunits: use relative path instead of wget from git Signed-off-by: Sage Weil <sage@redhat.com>
2016-12-15 20:10:28 +00:00
${
PYTHON
:-
python
}
-m nose -v
$(
dirname
$0
)
/../../../src/test/pybind/test_rados
workunits: add workunit for running rgw and rados python tests Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2011-11-11 01:01:04 +00:00
exit
0
Reference in New Issue
Copy Permalink