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.
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