Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacked iRules - Global Variables #34

Closed
phcd30 opened this issue Oct 10, 2014 · 2 comments
Closed

Stacked iRules - Global Variables #34

phcd30 opened this issue Oct 10, 2014 · 2 comments

Comments

@phcd30
Copy link

phcd30 commented Oct 10, 2014

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

@landro
Copy link
Owner

landro commented Oct 28, 2015

Related to #45

@landro landro mentioned this issue Oct 28, 2015
@landro
Copy link
Owner

landro commented May 24, 2018

Closing this with variable support introduced in a5c289d

@landro landro closed this as completed May 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants