weather test successfully only on Compute Node
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
intel-nfv-ci-tests |
New
|
Undecided
|
Unassigned |
Bug Description
Recently I'm trying to integrate intel-nfv-ci-tests to our tempest, and I read some test code like this:
def get_host_
out, _ = processutils.
if not out:
return
...
return placement
def _get_cpu_
instance_name = server[
conn = libvirt.
dom0 = conn.lookupByNa
root = ET.fromstring(
vcpupin_nodes = root.findall(
cpu_pinnings = {int(x.
return cpu_pinnings
It means that these tests can only run on the compute host node? Because it depend on the host machaine and hardware msupport. So if i want to test it successfully, out openstack platform must be all-in-one mode?