aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/network_services/collector/test_publisher.py
AgeCommit message (Collapse)AuthorFilesLines
2018-03-02Remove main() and __main__ from tests.Emma Foley1-2/+0
Removes the unnecessary main() functions from tests. Also removes shebang (#!) where it appears at the top of files. JIRA: YARDSTICK-861 Change-Id: I79180d1eb9c5bce640142dd62ce28c7437c1b210 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2017-01-19Introducing the collector to subscribe/publish the KPIs for yardstick plotDeepak S1-0/+41
v2: Added unit tests to keep test coverage :) JIRA: YARDSTICK-482 Change-Id: I9281b00a4b619cc04550cb623c027ee5765c4974 Signed-off-by: Deepak S <deepak.s@linux.intel.com>