Пример #1
0
 def test_stratisd_version(self):
     """
     Test getting the daemon version.
     """
     result = StratisDbus.stratisd_version()
     self.assertIsInstance(result, str)
     self.assertNotEqual(result, "")
Пример #2
0
 def test_stratisd_version(self):
     """
     Test getting the daemon version.
     """
     self._inequality_test(StratisDbus.stratisd_version(), "")