Adding GTM pools - branched out ofr PR(#674), merge this last#675
Merged
caphrim007 merged 3 commits intoF5Networks:developmentfrom Sep 9, 2016
Merged
Conversation
Problem: GTM server endpoint was missing from the SDK. This is a first of a series of PRs meant to introduce the GTM pools to the SDK Analysis: Server endpoint was added as it was a dependency for GTM pools Tests: Flake8 Functional Tests Unit Tests Files Added/Changed: f5-common-python/f5/bigip/tm/gtm/init.py f5-common-python/f5/bigip/tm/gtm/server.py f5-common-python/f5/bigip/tm/gtm/test/test.server.py f5-common-python/test/functional/tm/gtm/test_server.py
Problem: GTM WideIP endpoint was missing from the SDK. This is a first of a series of PRs meant to introduce the GTM pools to the SDK Analysis: WideIP endpoint was added as it was a dependency for GTM pools Tests: Flake8 Functional Tests Unit Tests Files Added/Changed: f5-common-python/f5/bigip/tm/gtm/init.py f5-common-python/f5/bigip/tm/gtm/wideip.py f5-common-python/f5/bigip/tm/gtm/test/test_wideip.py f5-common-python/test/functional/tm/gtm/test_wideip.py
Problem: GTM Pools endpoint was missing from the SDK. This is the last of a series of PRs meant to introduce the GTM pools to the SDK Analysis: GTM pools were added with tests Tests: Flake8 Functional Tests Unit Tests Files Added/Changed: f5-common-python/f5/bigip/tm/gtm/init.py f5-common-python/f5/bigip/tm/gtm/pool.py f5-common-python/f5/bigip/tm/gtm/test/test_pool.py f5-common-python/test/functional/tm/gtm/test_pool.py
Contributor
|
curse bigip for changing its api so significantly that we needed to take drastic measures like this. good job @wojtek0806. lgtm |
Contributor
|
because i like to live dangerously and do merges of code on friday afternoons at close-of-business...merging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #621
Problem:
GTM Pools endpoint was missing from the SDK. This is the last of a series of PRs meant to introduce the GTM pools to the SDK
Analysis:
GTM pools were added with tests
Tests:
Flake8
Functional Tests
Unit Tests
Files Added/Changed:
f5-common-python/f5/bigip/tm/gtm/init.py
f5-common-python/f5/bigip/tm/gtm/pool.py
f5-common-python/f5/bigip/tm/gtm/test/test_pool.py
f5-common-python/test/functional/tm/gtm/test_pool.py