Reviewed: https://review.openstack.org/283277 Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=208ef2fde122556b338df1fa94c209535e15f04d Submitter: Jenkins Branch: master
commit 208ef2fde122556b338df1fa94c209535e15f04d Author: madhusudhan-kandadai <[email protected]> Date: Mon Feb 22 13:44:47 2016 -0800 Modify tox.ini to run dsvm-functional tests Tweak tox.ini to run dsvm-functional tests for fwaas to keep the tests running at the gate. Change-Id: I18804a45b2d2ccf5f75ea20256de998c760a053b Closes-Bug: #1548520 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1548520 Title: FWaaS: .tox/dsvm-functional/bin/subunit-1to2: No such file or directory Status in neutron: Fix Released Bug description: when running dsvm-functional tests at gate, it throws an error with the following: 2016-02-20 01:24:16.504 | 2016-02-20 01:24:16.485 | -------------------------------------------------------------------------------------- ----------- 2016-02-20 01:24:16.539 | 2016-02-20 01:24:16.519 | neutron_fwaas.tests.functional.test_fwaas_driver.TestFWaaSDriver.test_status_reporting 0.170 2016-02-20 01:24:16.547 | 2016-02-20 01:24:16.522 | ___________________________________ summary ____________________________________ 2016-02-20 01:24:16.549 | 2016-02-20 01:24:16.530 | dsvm-functional: commands succeeded 2016-02-20 01:24:16.555 | 2016-02-20 01:24:16.537 | congratulations :) 2016-02-20 01:24:16.562 | 2016-02-20 01:24:16.543 | + testr_exit_code=0 2016-02-20 01:24:16.565 | 2016-02-20 01:24:16.546 | + set -e 2016-02-20 01:24:16.566 | 2016-02-20 01:24:16.548 | + generate_testr_results 2016-02-20 01:24:16.596 | 2016-02-20 01:24:16.550 | + sudo -H -u stack chmod o+rw . 2016-02-20 01:24:16.596 | 2016-02-20 01:24:16.551 | + sudo -H -u stack chmod o+rw -R .testrepository 2016-02-20 01:24:16.597 | 2016-02-20 01:24:16.553 | + '[' -f .testrepository/0 ']' 2016-02-20 01:24:16.597 | 2016-02-20 01:24:16.560 | + .tox/dsvm-functional/bin/subunit-1to2 2016-02-20 01:24:16.597 | + return 1 2016-02-20 01:24:16.597 | 2016-02-20 01:24:16.563 | /opt/stack/new/neutron-fwaas/neutron_fwaas/tests/contrib/post_test_hook.sh: line 14: .tox/dsvm-functional/bin/subunit-1to2: No such file or directory 2016-02-20 01:24:16.597 | + local ret_val=1 2016-02-20 01:24:16.597 | + sudo mv /home/jenkins/workspace/gate-neutron-fwaas-dsvm-api/devstack-gate-post_test_hook.txt /opt/stack/logs/ Set the 'env' correctly in tox.ini to make it work. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1548520/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

