]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: if no osds are created do not error in conftest.py 1276/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 2 Feb 2017 18:39:06 +0000 (12:39 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 2 Feb 2017 18:39:06 +0000 (12:39 -0600)
commitd02f14a329697f43e7314c7482a32e93ccda7265
treea43a81c06f89994b39aea256e56205ef5b7dc9c1
parent064c57babb7cfe317c8a893d929e07e4001c1943
tests: if no osds are created do not error in conftest.py

If no OSDs were created the command would fail and because we were using
check_output it would throw an exception and mark all OSD tests as ERROR.
This keeps tests from running that might tell us why the OSDS were not created.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tests/conftest.py