Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / python / brag-client / tests / test_ceph_brag.py
1 import ceph_brag
2
3 # This file tests nothing (yet) except for being able to import ceph_brag
4 # correctly and thus ensuring somewhat that it will work under different Python
5 # versions. You must write unittests here so that code has adequate coverage.
6
7 class TestCephBrag(object):
8
9     def test_basic(self):
10         assert True