blob: ac432f7972dba313750bb546094baaf6addb67c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Robot Library
This catalog contains python files used in Robot tests for dcaegen2.ves.
# DMaaP Simulator
Catalog dmaap_simulator contains python implementation of DMaaP simulator. It uses python BaseHTTPServer to expose endpoints.
# DMaaP Tests
Catalog dmaap_test contains tests that are used to validate DMaaP simulator. Test are using "pytest" and "MagicMock".
### In order to run tests:
1. create virtual environemnt with Python 2.7;
2. install requirements from file requirements.txt located in dmaap_test;
3. set environement variable WORKSPACE to point root csit catalog
4. run py.test command in catalog dmaap_test
|