Skip to content

Commit

Permalink
cephadm: Rename tox tests ceph-daemon -> cephadm
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fritch <mfritch@suse.com>
  • Loading branch information
mgfritch committed Dec 19, 2019
1 parent 4155e60 commit dcf8d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import imp
cd = imp.load_source('cephadm', 'cephadm')

class TestCephDaemon(unittest.TestCase):
class TestCephAdm(unittest.TestCase):
def test_is_fsid(self):
self.assertFalse(cd.is_fsid('no-uuid'))

Expand Down

0 comments on commit dcf8d61

Please sign in to comment.