Update INFO.yaml with new PTL
[demo.git] / vnfs / VES5.0 / evel / evel-test-collector / README.md
1 # ECOMP Vendor Event Listener API Test Collector
2
3 This project contains a Python application that represents a test version of 
4 the ECOMP Vendor Event Listener API. For an overview of ECOMP, see the 
5 [ECOMP White Paper](http://att.com/ECOMP). For an overview of the 
6 ECOMP Vendor Event Listener, see the 
7 [ECOMP Vendor Event Listener Library project](http://github.com/blsaws/evel-library).
8
9 Developed in 2016 for AT&T by:
10  * Alok Gupta (https://github.com/ag1367)
11  * Paul Potochniak (https://github.com/pp8491)
12  * Gayathri Patrachari(https://github.com/gp2421)
13
14 Current Maintainers: 
15  * Alok Gupta (https://github.com/ag1367)
16  * Paul Potochniak (https://github.com/pp8491)
17  * Gayathri Patrachari(https://github.com/gp2421)
18
19 # Installation
20
21 Clone this project, and follow the instructions in the [Test Collector User 
22 Guide](./docs/test_collector_user_guide/test_collector_user_guide.md).
23
24 # Use
25
26 The code is documented using docstrings - start from the
27 [Test Collector](./code/collector/collector.py).
28
29 For further information see the [Vendor Event Listener 
30 specification](./docs/att_interface_definition/att_service_specification.docx).