How to inject a string from SIPP command line into <exec>
section of script ?
SIPP wiki talks about declaration but not how to use it inside <exec>
CMD:
sipp -sf sipp_pcap.txt ........ -key k1 "5060" -set pcap_file "abc.pcap"
sipp_pcap.txt
<scenario name=" UAC">
<Global variables="pcap_file" />
<Reference variables="pcap_file" />
………..
……….
<exec play_pcap_video="/root/backup/[$pcap_file]” />
…………..
……………..