Comment 38 for bug 1560003

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

Reviewed: https://review.openstack.org/313503
Committed: https://git.openstack.org/cgit/openstack/neutron-dynamic-routing/commit/?id=294b615702b4edd8dd5e03b1d918675e7543833e
Submitter: Jenkins
Branch: master

commit 294b615702b4edd8dd5e03b1d918675e7543833e
Author: vikram.choudhary <email address hidden>
Date: Tue Aug 16 13:31:53 2016 +0530

    Fixed "tox -e py27" warning message

    tox shows warning message as follow.

    py27 runtests: PYTHONHASHSEED='3460558810'
    py27 runtests: commands[0] | find . -type f -name *.py[c|o] -delete
    WARNING:test command found but not installed in testenv
      cmd: /usr/bin/find
      env: /home/vikram/myData/work/openstack/neutron-dynamic-routing/.tox/py27
    Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
    py27 runtests: commands[1] | find . -type d -name __pycache__ -delete
    WARNING:test command found but not installed in testenv
      cmd: /usr/bin/find
      env: /home/vikram/myData/work/openstack/neutron-dynamic-routing/.tox/py27
    Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
    py27 runtests: commands[2] | sh tools/pretty_tox.sh

    It seems that "find" command needs full path in tox.ini

    Partial-Bug: #1560003
    Change-Id: Iafd0ea9fc6a79859313c004845003c7e71c2c216