diff --git a/py-scripts/real_application_tests/zoom_automation/lf_interop_zoom.py b/py-scripts/real_application_tests/zoom_automation/lf_interop_zoom.py index 7fe972920..311da0770 100644 --- a/py-scripts/real_application_tests/zoom_automation/lf_interop_zoom.py +++ b/py-scripts/real_application_tests/zoom_automation/lf_interop_zoom.py @@ -1053,12 +1053,14 @@ def create_participants(self): self.generic_endps_profile.created_endp.extend(created_endp) self.generic_endps_profile.created_cx.extend(created_cx) cmd = ( + f"su - lanforge -c " + f"\"cd /home/lanforge && " f"python3 /home/lanforge/lanforge-scripts/py-scripts/real_application_tests/zoom_automation/android_zoom.py " f"--serial {self.serial_list[i]} " f"--meeting_url '{self.meet_link}' " f"--participant_name '{self.real_sta_hostname[i]}' " f"--server_host {self.mgr_ip} " - f"--server_port 5000" + f"--server_port 5000\"" ) self.generic_endps_profile.set_cmd( self.generic_endps_profile.created_endp[i], cmd