Searched refs:config_opt (Results 1 – 1 of 1) sorted by relevance
36 def check_config(self, config_opt=''): argument37 cmd = "zcat /proc/config.gz | grep %s" % config_opt39 result = ("%s=y" % config_opt) in output41 self.skipTest("%s is not set" % config_opt)