Searched refs:HISTORY_CONFIG_PATH (Results 1 – 1 of 1) sorted by relevance
28 HISTORY_CONFIG_PATH = "/etc/dirty_configs" variable83 if self.file_exists(HISTORY_CONFIG_PATH):84 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout94 if self.file_exists(HISTORY_CONFIG_PATH):95 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout97 self.ssh.run("rm %s" % HISTORY_CONFIG_PATH)104 HISTORY_CONFIG_PATH)