Skip to content

Commit e6390fd

Browse files
committed
test: debug
1 parent 7c87b8c commit e6390fd

File tree

1 file changed

+1
-0
lines changed
  • tests/cases/customer_scenarios/ems

1 file changed

+1
-0
lines changed

tests/cases/customer_scenarios/ems/start.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def start_battery_storage_datain(self):
9494
for mqtt_toml in self.toml_file_list:
9595
self._remote.put(mqtt_host, mqtt_toml, os.path.dirname(mqtt_toml))
9696
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)
9798
mqtt_start_time = time.time()
9899
self.case_config["mqtt_start_time"] = mqtt_start_time
99100
with open(os.path.join(self.env_root, "workflow_config.json"), "w") as config_file:

0 commit comments

Comments
 (0)