def test_cpuflags(self): ret = libvirt_setup.cpuflags() self.assertIs(type(ret), str) self.assertIsNot(ret, None)