Esempio n. 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"))
Esempio n. 3
0
	def testConfigFindBool(self):
		self.assertTrue(lvm.configFindBool("global/locking_type"))
		self.assertFalse(lvm.configFindBool("global/fallback_to_local_locking"))
Esempio n. 4
0
 def testConfigFindBool(self):
     self.assertTrue(lvm.configFindBool("global/locking_type"))
     self.assertFalse(
         lvm.configFindBool("global/fallback_to_local_locking"))