Home
last modified time | relevance | path

Searched refs:HISTORY_CONFIG_PATH (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py38 HISTORY_CONFIG_PATH = "/etc/dirty_configs" variable
106 if self.file_exists(HISTORY_CONFIG_PATH):
107 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout
121 if self.file_exists(HISTORY_CONFIG_PATH):
122 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout
124 self.ssh.run("rm %s" % HISTORY_CONFIG_PATH)
131 HISTORY_CONFIG_PATH)