You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to extend TesTcl to allow for stacked iRules, a simple example would be -
Rule1 { set $tempVar = PoolA }
Rule2 { $tempVar = PoolB }
Rule3 { open $tempVar }
These three rules are used to set the pool variable before it gets called in the final rule, testing Rule3 in isolation would not be a valid test for us.
Thanks,
Phil
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible to extend TesTcl to allow for stacked iRules, a simple example would be -
Rule1 { set $tempVar = PoolA }
Rule2 { $tempVar = PoolB }
Rule3 { open $tempVar }
These three rules are used to set the pool variable before it gets called in the final rule, testing Rule3 in isolation would not be a valid test for us.
Thanks,
Phil
The text was updated successfully, but these errors were encountered: