Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / python / ceph / tests / test_ceph.py
1 import ceph
2
3 # This file tests nothing (yet) except for being able to import ceph
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 TestCeph(object):
8
9     def test_basic(self):
10         assert True