summaryrefslogtreecommitdiffstats
path: root/dmaap/tests/conftest.py
AgeCommit message (Collapse)AuthorFilesLines
2020-01-07Make DMaaP tests independent of each otherMiroslav Los1-6/+13
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/+82
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>