resource: remove cores args 67/45267/6
authorRoss Brattain <ross.b.brattain@intel.com>
Mon, 16 Oct 2017 21:30:13 +0000 (14:30 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Fri, 27 Oct 2017 20:45:38 +0000 (13:45 -0700)
commit5bc60308b6ec764bd1908138694ea8115b3adb35
tree14f487ad1628074025843255c7b9469540c1298b
parent923aa1738cbf5a8053e77e00937fc26f2142f6a3
resource: remove cores args

We used to try to probe all the cores that the VNF was using
and only dump CPU stats for those cores.

We can't really detect those core accurately and we would rather
dump all the core information and let influxdb and grafana filter
the information.

We do end up with excessive KPI output, especially on systems with 88
cores, but this is manageable.

The core logic was partially removed, this finishes the removal.

Change-Id: I5cbb694fd982519e2df54db49a21ed5948e13537
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
tests/unit/network_services/nfvi/test_resource.py
yardstick/network_services/nfvi/resource.py
yardstick/network_services/vnf_generic/vnf/sample_vnf.py