aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/network_services/collector
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02add collectd resource node capabilityRoss Brattain1-30/+58
allow manually adding collectd nodes using Node context. if a node is present with a collectd config dict then we can create a ResourceProfile object for it and connect to collectd. example nodes: - name: compute_0 role: Compute ip: 1.1.1.1 user: root password: r00t collectd: interval: 5 plugins: ovs_stats: {} Change-Id: Ie0c00fdb58373206071daa1fb13faf175c4313e0 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-01-19Introducing the collector to subscribe/publish the KPIs for yardstick plotDeepak S3-0/+110
v2: Added unit tests to keep test coverage :) JIRA: YARDSTICK-482 Change-Id: I9281b00a4b619cc04550cb623c027ee5765c4974 Signed-off-by: Deepak S <deepak.s@linux.intel.com>