Skip to content

Add toggles for modules to symbols file#661

Merged
pjbreaux merged 1 commit intoF5Networks:developmentfrom
caphrim007:feature.add-module-toggles-to-symbols
Aug 23, 2016
Merged

Add toggles for modules to symbols file#661
pjbreaux merged 1 commit intoF5Networks:developmentfrom
caphrim007:feature.add-module-toggles-to-symbols

Conversation

@caphrim007
Copy link
Copy Markdown
Contributor

Issues:
Fixes #660

Problem:
There are cases when you want to run the full test suite, but omit certain
checks based on the lack of modules in your bigip install. There is currently
no way to ignore these tests without getting creative in your test file location
to the py.test command.

Analysis:
This patch adds the ability to specify modules to turn "on" or "off" in a symbols
file when running the funtional tests.

Tests:
none needed

Issues:
Fixes F5Networks#660

Problem:
There are cases when you want to run the full test suite, but omit certain
checks based on the lack of modules in your bigip install. There is currently
no way to ignore these tests without getting creative in your test file location
to the py.test command.

Analysis:
This patch adds the ability to specify modules to turn "on" or "off" in a symbols
file when running the funtional tests.

Tests:
none needed
@caphrim007 caphrim007 force-pushed the feature.add-module-toggles-to-symbols branch from 1094a5c to e37136d Compare August 23, 2016 22:44
@pjbreaux
Copy link
Copy Markdown
Contributor

Are those the only places where we expect certain modules to be provisioned?

@caphrim007
Copy link
Copy Markdown
Contributor Author

those are the gtm provisions

@pjbreaux
Copy link
Copy Markdown
Contributor

I'd like to either create an issue to go find the other tests that require a certain module, if any, and add the same logic to those, or fix them in this pull request and send out a note to others to tell them to now mark any module that is needed in the symbols file.

@pjbreaux pjbreaux self-assigned this Aug 23, 2016
@pjbreaux pjbreaux merged commit 72af69e into F5Networks:development Aug 23, 2016
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

Successfully merging this pull request may close these issues.

2 participants