Hi Craig,
Thanks for information.
Actually i tired get the information regrading that start process but not able find solution for the above problem .can you please help on this
My requirement i need to execute the tcpreplay command in some folder where traffic file is reside
command : tcpreplay -i dummy0 -M 50 Telcel_R3_CENTAUR_MME01_S6a.pcap
directory:cd /var/opt/traffic
As whole my command will be cd /var/opt/traffic;tcpreplay -i dummy0 -M 50 Telcel_R3_CENTAUR_MME01_S6a.pcap
i will be login to system using open connection with ssh library and trying to execute that command
Open Connection ${ProbeServerIP} port=22
Login ${ProbeUsername} ${Probepassword}
Start Process cd /var/opt/traffic; tcpreplay -i dummy0 -M 50 Telcel_R3_CENTAUR_MME01_S6a.pcap & alias=First
even i tired with command
Start Process tcpreplay -i dummy0 -M 50 Telcel_R3_CENTAUR_MME01_S6a.pcap cwd=cd /var/opt/traffic
got error:
FAIL : FileNotFoundError: [WinError 2] The system cannot find the file specified
Do we need create any file and place this command run this or hw can run this command
Please help me on this