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

datagroup functionality support (with class command) #31

Open
samstep opened this issue Aug 11, 2014 · 2 comments
Open

datagroup functionality support (with class command) #31

samstep opened this issue Aug 11, 2014 · 2 comments

Comments

@samstep
Copy link

samstep commented Aug 11, 2014

I would to request the data group functionality in TestTcl, which I belive shold cover the following:

  1. ability to declare the datagroup and its contents in "it" or "before" in the test file
  2. support for "class" commands in iRules e.g:

class match []
class search []
class lookup
class element []
class type
class exists
class size
class names [-nocase] []
class get [-nocase] []
class startsearch
class nextelement [] <search_id>
class anymore <search_id>
class donesearch <search_id>

@landro
Copy link
Owner

landro commented Aug 11, 2014

This should be relatively easy to implement. It could be implemented in a way similar to the TesTcl event command for expectations.

@landro
Copy link
Owner

landro commented Dec 16, 2015

Partially closed by SHA: 5330698 thanks to @jamespic

type -
names -
get -
startsearch -
nextelement - 
anymore -
donesearch

still missing

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