NSB: remove validate_cpu_cfg and all app cpu methods 49/46349/2
authorRoss Brattain <ross.b.brattain@intel.com>
Fri, 27 Oct 2017 20:43:28 +0000 (13:43 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Tue, 31 Oct 2017 22:37:55 +0000 (22:37 +0000)
commit5a756e6171ad2d867914793dc2fd8b1aa7a19a6e
tree5a0f5b15d213cda91721d0b252c62627428e683f
parent8291c3d11227de42599be920605f3f884dfa755b
NSB: remove validate_cpu_cfg and all app cpu methods

We don't really know what core we are going to use for the
VNF before we generate the MultiPortConfig, so these
methods are incorrect.

We may need some more advanced method to validate
the vCPU topology, but that will probably happen
in the MultiPortConfig

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