F5Networks / f5-openstack-test

F5 Networks® common python modules for OpenStack tests
Apache License 2.0
2 stars 4 forks source link

Set sdk deps to pinned version based on agent requirements #73

Closed pjbreaux closed 7 years ago

pjbreaux commented 7 years ago

Issues: Fixes #72

Problem: The agent requires a certain version of the sdk when it is installed. This same version should be used when running tests. We are setting the required sdk version to 2.3.1 in accordance with the latest release of the sdk and the agent.

Analysis: Modified the setup.py to set f5-sdk to version 2.3.1

Tests: Installed the f5-openstack-test repo and verified 2.3.1 is installed version of the sdk.