Comment 1 for bug 1573157

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to intel-nfv-ci-tests (master)

Reviewed: https://review.openstack.org/309122
Committed: https://git.openstack.org/cgit/openstack/intel-nfv-ci-tests/commit/?id=824805d91dd877ded1244dfd276fe59812621ead
Submitter: Jenkins
Branch: master

commit 824805d91dd877ded1244dfd276fe59812621ead
Author: Waldemar Znoinski <email address hidden>
Date: Thu Apr 21 18:35:53 2016 +0100

    fix get_placement function to use ps and new cgroup path

    Change in path to cgroup that has vcpu placement
    information is required for the function to work properly
    when run on host VM with Ubuntu 14. This breaks this
    function run in a docker container where cgroup paths
    are different. get_placement function now uses
    ps instead of pgrep due to fact pgrep was picking
    up more than qemu/VM process - it was not filtering
    '/bin/sh pgrep...' line.

    Change-Id: I7772dee3f9cf8680a65681fe642eba6e0724f80e
    Closes-Bug: #1573157