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.py39 HISTORY_CONFIG_PATH = "/etc/dirty_configs" variable
109 if self.file_exists(HISTORY_CONFIG_PATH):
110 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout
124 if self.file_exists(HISTORY_CONFIG_PATH):
125 out = self.ssh.run("cat %s" % HISTORY_CONFIG_PATH).stdout
127 self.ssh.run("rm %s" % HISTORY_CONFIG_PATH)
134 HISTORY_CONFIG_PATH)