emc.appendChild(ecompassword)
ecompassword.appendChild(ecompasswordtext)
+ timeout = doc.createElement("Timeout")
+ timeouttext = doc.createTextNode("0")
+ emc.appendChild(timeout)
+ timeout.appendChild(timeouttext)
+
self.config_file_path = self.tempdir + '/' + self.data.config_file_name
f = open(self.config_file_path, 'w')
doc.writexml(f)
emc.appendChild(ecompassword)
ecompassword.appendChild(ecompasswordtext)
+ timeout = doc.createElement("Timeout")
+ timeouttext = doc.createTextNode("0")
+ emc.appendChild(timeout)
+ timeout.appendChild(timeouttext)
+
self.config_file_path = self.tempdir + '/' + self.data.config_file_name
f = open(self.config_file_path, 'w')
doc.writexml(f)