summaryrefslogtreecommitdiffstats
path: root/pgaas/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2019-08-07PGaaS plugin -- modify code to support python3Hansen, Tony (th1395)1-2/+9
add code to work on both python2 and python3 lots of pylinting remove debug logging of a password improve error message when given an invalid cluster name, simplify some code password changing capability for a database tox tests improvements NOTE . . . The PGaaS plugin uses several Cloudify mock libraries, one of which is not compatible with Python3. Until we get an updated version of that Cloudify mock libraries, we will have to leave out py3X from the tox tests. We cannot use py37 yet because Jenkins returns: InterpreterNotFound: python3.7 So tox.ini is using envlist = py27 Change-Id: I795b71cc8a1fdea043e2ff3a0d66bb95e3f93a89 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue: CCSDK-1599 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-07-25Fixed pgaas test configTimoney, Daniel (dt5972)1-0/+2
Updated pgaas/tox.ini to run tests from local dir instead of from site-packages Change-Id: If1f3f0cb54342ec889a1e63278bc3ee78ce19e9d Issue-ID: CCSDK-403 Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com>
2018-04-05Revert "Revert "add capability to take over ...""Hansen, Tony (th1395)1-7/+3
This reverts commit 2fcc882d69dc4a59846ef2ff6b352e40c3f5cf49. Resolve comments from Jack Change-Id: I8e4ff9a04452a3fa5704b948126b508e78e94bdc Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-228 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-03-29Revert "add capability to take over ..."Timoney, Dan (dt5972)1-3/+7
This reverts commit adcb1dfaf4d88062c11630fee59eacb15965c373. Issue-ID: CCSDK-228 Change-Id: Ib88a52888c1b9f9adfcc22fecf2f8c297621a81a Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-28add capability to take over an existing DBHansen, Tony (th1395)1-7/+3
add ability to take a port as part of the hostname add IPv6 support as [IPv6address] or [IPv6address]:port Change-Id: Ia7a7309f7964b64fa65b0fa98891e529d7765056 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-228 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-02-22Make SONAR code coverage workAndrew Gauld1-3/+7
Change-Id: Id54f9199d4ac7a1a501a875743fa35aecbe60ac4 Issue-ID: DCAEGEN2-355 Signed-off-by: Andrew Gauld <ag1282@att.com>
2017-10-12add plugin rst files to docs directoryTony Hansen1-1/+1
for i in dmaap dnsdesig pgaas sshkeyshare do pandoc -f markdown -t rst -o docs/foo.rst foo/README.md done Change-Id: Icbde9093955ba2c65c8cf4dbf17e84f198205e13 Signed-off-by: Tony Hansen <tony@att.com> Issue-ID: CCSDK-118
2017-09-27add unit tests to pgaas_pluginTony Hansen1-0/+28
plus various small fixes to get unit tests to pass Change-Id: I9ec786c5a40cb82d14ec72504d6ad4703a442a1a Signed-off-by: Tony Hansen <tony@att.com> Issue-Id: CCSDK-18 Signed-off-by: Tony Hansen <tony@att.com>