Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / brag / server / ceph_brag / tests / test_units.py
1 from unittest import TestCase
2
3
4 class TestUnits(TestCase):
5
6     def test_units(self):
7         assert 5 * 5 == 25