F5Networks / f5-common-python

Python SDK for configuration and monitoring of F5® BIG-IP® devices via the iControl® REST API.
https://f5-sdk.readthedocs.org
Apache License 2.0
262 stars 135 forks source link

Functional tests in test/functional/cluster should be runnable by Jenkins #447

Open pjbreaux opened 8 years ago

pjbreaux commented 8 years ago

When a developer is testing changes in f5-sdk, they should be able to provide an option to run all functional tests, including clustering in Jenkins. This would require multiple bigip devices.

@dflanigan @szakeri

caphrim007 commented 8 years ago

Can we just make these symbols that we use? and in the test check to see if the symbol is defined or not to run the test?

pjbreaux commented 8 years ago

You are clairvoyant. That's what the PR to @zancas does now.

caphrim007 commented 8 years ago

I'm actually @zancas but from another universe. multiverse za

wojtek0806 commented 6 years ago

@caphrim007 i think we include symbols for modules already? can this be closed then?