Introducing the collector to subscribe/publish the KPIs for yardstick plot 13/26613/3
authorDeepak S <deepak.s@linux.intel.com>
Fri, 30 Dec 2016 17:20:15 +0000 (09:20 -0800)
committerDeepak S <deepak.s@linux.intel.com>
Thu, 19 Jan 2017 02:56:54 +0000 (08:26 +0530)
commitff1b12cbd92e39503e37833b4a94f30574c3ccbb
tree8da929117b2b9d63e4989ee9e4426468cda9e30e
parent1462b444d539e68eb84ece4b12b6a8521d8c64b7
Introducing the collector to subscribe/publish the KPIs for yardstick plot

v2: Added unit tests to keep test coverage :)

JIRA: YARDSTICK-482
Change-Id: I9281b00a4b619cc04550cb623c027ee5765c4974
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
tests/unit/network_services/__init__.py [new file with mode: 0644]
tests/unit/network_services/collector/__init__.py [new file with mode: 0644]
tests/unit/network_services/collector/test_publisher.py [new file with mode: 0644]
tests/unit/network_services/collector/test_subscriber.py [new file with mode: 0644]
yardstick/network_services/__init__.py [new file with mode: 0644]
yardstick/network_services/collector/__init__.py [new file with mode: 0644]
yardstick/network_services/collector/publisher.py [new file with mode: 0644]
yardstick/network_services/collector/subscriber.py [new file with mode: 0644]