pmu: remove event_download_local workaround script 13/46813/3
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 7 Nov 2017 19:49:47 +0000 (19:49 +0000)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 8 Nov 2017 09:04:07 +0000 (09:04 +0000)
commit7a5c45daa9b146dfc50068165aba5ec6bc2e1e2c
tree38ba7466792e17260bcf6f17c5e65970a814eaff
parent204702db384241faffbf0848ad0bc63fa476b52d
pmu: remove event_download_local workaround script

intel_pmu needs to download a config file based on the
CPU model.  When generating VNF images we don't have
access to the actual vCPU that will be used, so we
can't predownload.  This code was meant to be a fix
for that by downloading all the configs and then
selecting one that matched the vCPU.

However we have license issues with intel_pmu enven GPLv2 code,
so remove it for now.

Change-Id: I5257ff7c4ddc1d40537dadb29efa40d1d68cb852
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
ansible/roles/download_pmu_tools/files/event_download_local.py [deleted file]
ansible/roles/download_pmu_tools/tasks/main.yml
tests/unit/network_services/nfvi/test_resource.py
yardstick/network_services/nfvi/resource.py