I don't see any reason why this wouldn't work. It is very similar to the usage 
of user variables that is done in the default IMS scenario files to store the 
Service-Route value received in the registration and use it for other 
subsequent scenarios. Update of the user variable value should be immediate 
iirc.
Have you already tried this?

-David


From: Firstname Lastname [mailto:mainframes...@hotmail.com]
Sent: Thursday, December 01, 2011 10:08 AM
To: sipp-users@lists.sourceforge.net
Subject: [Sipp-users] IMS Bench SIPp - Retrieving a variable from a running 
scenario


Hi there,

is there any way to save a value into a user-variable like "u6" and directly
use this variable in an other scenario while the first one is still running?

This could look like:


Scenario 1:
...
<assign_user pool="2" scheme="rand_uni"/>
...
<recv request="INVITE">
    <action>
       <ereg regexp="somevalue" search_in="msg" assign_to="u6" />
    </action>
</recv>
...
<move_user pool="9"/>

Scenario 2:
...
<assign_user pool="9" scheme="rand_uni"/>
...
<send>
  <![CDATA[
   send something with [$u6]
  ]]>
</send>


Or is there any other way to accomplish this?


mfg
Sven Leibold

Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718. 
Citibank, Brussels, account 570/1031255/09

This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient(s). Any review or distribution by others is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender and delete all copies.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to