go-ceph/rbd
John Mulligan 3ec0541977 rbd: replace tests conn setup boilerplate with func
In the rbd tests the setup of the rados connection was essentially copy
and paste with very little proper error checking.
This change adds a common setup function that checks all error
conditions as well as prevents the tests from blocking forever if
something is wrong with the ability of the tests to connect.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-01-20 16:52:45 +01:00
..
doc.go rbd: use correct style for package doc comment 2019-12-12 11:34:51 -05:00
options.go rbd: add support for RbdImageOptions 2019-12-11 13:43:58 -05:00
options_test.go rbd: add support for RbdImageOptions 2019-12-11 13:43:58 -05:00
rbd.go rbd: add metadata functions on image to get, set, remove metadata 2019-12-16 18:10:18 +01:00
rbd_test.go rbd: replace tests conn setup boilerplate with func 2020-01-20 16:52:45 +01:00