We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c87b8c commit e6390fdCopy full SHA for e6390fd
tests/cases/customer_scenarios/ems/start.py
@@ -94,6 +94,7 @@ def start_battery_storage_datain(self):
94
for mqtt_toml in self.toml_file_list:
95
self._remote.put(mqtt_host, mqtt_toml, os.path.dirname(mqtt_toml))
96
cmd_list.append(f"screen -L -Logfile /var/log/taos/{Path(mqtt_toml).stem}.log -d -m mqtt_pub --csv-file /opt/battery_storage_data.csv --csv-header topic,payload,qos,a,b,c --schema {mqtt_toml} --host {edge_host} --interval {mqtt_pub_interval}ms --exec-duration {exec_time}s")
97
+ self._remote.cmd(mqtt_host, cmd_list)
98
mqtt_start_time = time.time()
99
self.case_config["mqtt_start_time"] = mqtt_start_time
100
with open(os.path.join(self.env_root, "workflow_config.json"), "w") as config_file:
0 commit comments