[20190329]: unit test code for dmaap plugin 75/83775/1
authorxufeiliu <xl085b@att.com>
Fri, 29 Mar 2019 20:22:54 +0000 (20:22 +0000)
committerxufeiliu <xl085b@att.com>
Fri, 29 Mar 2019 20:25:38 +0000 (20:25 +0000)
commita945d9a4490b4d04c1829f0e0a0163d47aa3ca04
tree2f6272dc112e748b759c44bf664feb42131416b6
parent1daa029162f0d51f1ea682c5b09990d3f31e6f43
[20190329]: unit test code for dmaap plugin

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>
dmaap/dmaap.yaml
dmaap/setup.py
dmaap/tests/conftest.py [new file with mode: 0644]
dmaap/tests/test_consulif.py [new file with mode: 0644]
dmaap/tests/test_dmaapcontrollerif.py [new file with mode: 0644]
dmaap/tests/test_dr_lifecycle.py [new file with mode: 0644]
dmaap/tests/test_mr_lifecycle.py [new file with mode: 0644]
dmaap/tests/test_utils.py [new file with mode: 0644]