summaryrefslogtreecommitdiffstats
path: root/dmaap/tests/test_dr_lifecycle.py
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Support python3 in all pluginsMiroslav Los1-7/+10
Unify tox/requirements/setup.py requirement specifications. Use cloudify-common 5.0.5 release. For helm, use a dev cloudify-common build with better python3 code. Use PEP 508 URLs in requirements for the non-PyPI (github) release. Fix mixed indentation and trailing whitespace. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1931 Change-Id: I607957d9e2c299121785f3f02420c6038966a200
2020-01-07Make DMaaP tests independent of each otherMiroslav Los1-15/+6
The tests in controllerif need not run to make the other tests work. Use mockconsul instead of test_get_config_service to feed test_dmaapc. Use mockconsul fixture in all other tests. Do not wrap actual exceptions with NonRecoverableError in test code. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1937 Change-Id: Iacb229cb8569838cc63932bcf572a6692ffd9124
2019-03-29[20190329]: unit test code for dmaap pluginxufeiliu1-0/+72
add unit test code for dmaap plugin. Conaul call in consul interface module is replace by mock function. Issue-ID: CCSDK-794 Change-Id: I01f8bbe4f3aba8f6b3bc1a17d2aa8a63781a575f Signed-off-by: xufeiliu <xl085b@att.com>