Ejemplo n.º 1
0
 def test_stratisd_version(self):
     """
     Test getting the daemon version.
     """
     result = StratisDbus.stratisd_version()
     self.assertIsInstance(result, str)
     self.assertNotEqual(result, "")
Ejemplo n.º 2
0
 def test_stratisd_version(self):
     """
     Test getting the daemon version.
     """
     self._inequality_test(StratisDbus.stratisd_version(), "")