Searched refs:HISTORY_CONFIG_PATH (Results 1 – 1 of 1) sorted by relevance
39 HISTORY_CONFIG_PATH = "/etc/dirty_configs" variable109 if self.file_exists(HISTORY_CONFIG_PATH):110 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout124 if self.file_exists(HISTORY_CONFIG_PATH):125 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout127 self.ssh.run("rm %s" % HISTORY_CONFIG_PATH)134 HISTORY_CONFIG_PATH)