Remove tool provisioning from DpdkVnfSetupEnvHelper._setup_dpdk 55/51855/3
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 7 Feb 2018 16:20:56 +0000 (16:20 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Mon, 12 Feb 2018 10:21:26 +0000 (10:21 +0000)
commitf105602bfb6049b91d8e86aa396c1725755c2a96
treeb4a1849c1ccf4a153f60d78a5095c9e8200c5867
parent92f982f27f64247a1ad5c74fcf7800db294f7dd5
Remove tool provisioning from DpdkVnfSetupEnvHelper._setup_dpdk

Both "uio" and "igb_uio" drivers are present in the VM image generated
using "./nsb_setup.sh" script. "igb_uio" driver is compiled along with
the DPDK library compilation.

Tool "nsb_setup.sh" provisioning and execution should be removed from
this function because there is not needed anymore.

In case "igb_uio" driver is not loaded, an exception should be raised.

JIRA: YARDSTICK-999

Change-Id: I89174f84ac36d8231587402c96751746cb18e290
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
tests/unit/network_services/vnf_generic/vnf/test_sample_vnf.py
yardstick/common/exceptions.py
yardstick/network_services/vnf_generic/vnf/sample_vnf.py