]> git.apps.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:24:11 +0000 (11:24 -0700)
commitf6fe74ff51f679e7245b02462822d9ef1e15d28c
tree3a0d5f40cda94988668980131ad90a3ffb95d8a8
parent47c89497b7f69cbf1557cd05b89837c388e2ba2f
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>
(cherry picked from commit 6ef1970340c57d6e02f947348fb38882b51d131c)
src/test/pybind/test_rados.py