Searched refs:HISTORY_CONFIG_PATH (Results 1 – 1 of 1) sorted by relevance
38 HISTORY_CONFIG_PATH = "/etc/dirty_configs" variable106 if self.file_exists(HISTORY_CONFIG_PATH):107 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout121 if self.file_exists(HISTORY_CONFIG_PATH):122 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout124 self.ssh.run("rm %s" % HISTORY_CONFIG_PATH)131 HISTORY_CONFIG_PATH)