Skip to content

Commit

Permalink
Merge pull request #32353 from mgfritch/wip-cephadm-rename-tox
Browse files Browse the repository at this point in the history
cephadm: Rename tox tests ceph-daemon -> cephadm

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
sebastian-philipp committed Dec 20, 2019
2 parents 2fe7893 + dcf8d61 commit e4be7ee
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 e4be7ee

Please sign in to comment.