]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/python/brag-client/tests/test_ceph_brag.py
update download target update for octopus release
[ceph.git] / ceph / src / test / python / brag-client / tests / test_ceph_brag.py
CommitLineData
7c673cae
FG
1import 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
7class TestCephBrag(object):
8
9 def test_basic(self):
10 assert True