Add tests for service Notifications 72/94272/29
authorThierry Jiao <thierry.jiao@orange.com>
Thu, 17 Dec 2020 17:39:49 +0000 (18:39 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 11 Mar 2021 15:51:27 +0000 (16:51 +0100)
commitb601698d2006ad583b26e3a11a83a4799b88da89
tree4c1a7a3ec8695f3fe6d73c9a6664f4dad52bacc8
parent3a5c4806c7417ac3955f284c8f620f2c8946ce40
Add tests for service Notifications

- Add functional test test_nbinotifications.py to check the sending of
  service notifications when service-create and service-delete
  are invoked
- Update test_utils.py by adding a new function capable of getting the
  service notifications
- Add docker-compose.yml necessary for Kafka and ZooKeeper dockers
- Update tox.ini to include the new functional test and run
  Kafka/ZooKeeper dockers

JIRA: TRNSPRTPCE-343
Signed-off-by: Thierry Jiao <thierry.jiao@orange.com>
Change-Id: Ice4d8a2980317ee1dca6533752466305ed525981
nbinotifications/pom.xml
tests/nbinotifications/docker-compose.yml [new file with mode: 0644]
tests/transportpce_tests/2.2.1/test_nbinotifications.py [new file with mode: 0644]
tests/transportpce_tests/common/test_utils.py
tox.ini