Exemple #1
0
	def test_config_find_bool(self):
		either_or = lvm.configFindBool("global/fallback_to_local_locking")
		self.assertTrue(type(either_or) == bool)
		self.assertTrue(lvm.configFindBool("global/locking_type"))
	def test_config_find_bool(self):
		either_or = lvm.configFindBool("global/fallback_to_local_locking")
		self.assertTrue(type(either_or) == bool)
		self.assertTrue(lvm.configFindBool("global/locking_type"))
Exemple #3
0
	def testConfigFindBool(self):
		self.assertTrue(lvm.configFindBool("global/locking_type"))
		self.assertFalse(lvm.configFindBool("global/fallback_to_local_locking"))
Exemple #4
0
 def testConfigFindBool(self):
     self.assertTrue(lvm.configFindBool("global/locking_type"))
     self.assertFalse(
         lvm.configFindBool("global/fallback_to_local_locking"))