Presently, you can not compare two variables you can only compare a variable and a value. Also for strings, you need to use the strcmp primitive instead of the test primitive.
Charles "Sumeet Bhardwaj" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/27/2007 07:52 AM To <[email protected]> cc Subject [Sipp-users] FW: problem with XML scenario Hi, I am using windows SIPp tool to load xml scenario file But getting some problem with my XML code. I am trying to compare two string stored into $1 and $2 and trying to store its status into $3 and trying to log the 3rd variable but Its not storing its status whether it has pass or fail in log file and the variable which I am comparing gets stored into log file but not 3rd one. And I am also using ?trace_logs in command line plzzzzzz help me out. Thanks and Regards SUMEET BHARDWAJ | Mob: +919970159464 | <action> <test assign_to="2" variable="1" compare="equal" variable="3" /> <log message="[$2]"/> </action> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
