Comment 2 for bug 1732992

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/523546
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=4e0b199d177053d1ef547b9f8b57a4e69d189945
Submitter: Zuul
Branch: master

commit 4e0b199d177053d1ef547b9f8b57a4e69d189945
Author: Sean McGinnis <email address hidden>
Date: Tue Nov 28 15:58:15 2017 -0600

    Mock out CLI execution in NEC driver tests

    The VolumeStats_test was not mocking the CLI code that retieves
    backend stats, resulting in an ssh_known_hosts file being created
    in the local directory. This mocks out the calls to avoid this.

    Change-Id: I60898272e0da165fe3168e51d8595250682179c0
    Closes-bug: #1732992