]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind: fix Rados.conf_parse_env test
authorSage Weil <sage@inktank.com>
Tue, 20 Aug 2013 18:23:46 +0000 (11:23 -0700)
committerSage Weil <sage@inktank.com>
Tue, 20 Aug 2013 18:23:46 +0000 (11:23 -0700)
commit6ef1970340c57d6e02f947348fb38882b51d131c
tree2830ea9bca35c0e1f92a27197e3ed3c8ad85f820
parent1f851cb2489a95526de932ec6734ebf413e43490
pybind: fix Rados.conf_parse_env test

This happens after we connect, which means we get ENOSYS always.
Instead, parse_env inside the normal setup method, which had the added
benefit of being able to debug these tests.

Backport: dumpling
Signed-off-by: Sage Weil <sage@inktank.com>
src/test/pybind/test_rados.py