Reviewed: https://review.openstack.org/336951 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=0baba7096a9abd0fce430f3e49d201595a067a2a Submitter: Jenkins Branch: master
commit 0baba7096a9abd0fce430f3e49d201595a067a2a Author: Matt Riedemann <[email protected]> Date: Sun Jul 3 19:24:08 2016 -0400 Disable file injection by default Nova change 9ce99a44cf85e431227536e2251ef05b52e61524 disabled file injection with the libvirt driver by default back in Icehouse. With nova change Ieb0f64847e31622bd86d1c5f4672c37b3a89f197, requesting file injection on a host that disables it will result in a failure. Tempest should also disable file injection by default since the entire stack has to be configured properly to test this. Change-Id: Ibcf7f87feda86242de17c035fd62a86aabebf919 Closes-Bug: #1598581 ** Changed in: tempest Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1598581 Title: test_can_create_server_with_max_number_personality_files fails in gate-tempest-dsvm-neutron-full-ssh job Status in OpenStack Compute (nova): In Progress Status in tempest: Fix Released Bug description: This test fails at a pretty high rate in the non-voting neutron full ssh job which is preventing it from being made voting. http://logs.openstack.org/20/305120/15/check/gate-tempest-dsvm- neutron-full-ssh/11a64b8/console.html#_2016-07-02_21_15_21_884827 2016-07-02 21:15:21.884917 | Captured traceback: 2016-07-02 21:15:21.884933 | ~~~~~~~~~~~~~~~~~~~ 2016-07-02 21:15:21.884956 | Traceback (most recent call last): 2016-07-02 21:15:21.885005 | File "tempest/api/compute/servers/test_server_personality.py", line 141, in test_can_create_server_with_max_number_personality_files 2016-07-02 21:15:21.885029 | 'sudo cat %s' % i['path'])) 2016-07-02 21:15:21.885084 | File "tempest/common/utils/linux/remote_client.py", line 36, in wrapper 2016-07-02 21:15:21.885115 | return function(self, *args, **kwargs) 2016-07-02 21:15:21.885158 | File "tempest/common/utils/linux/remote_client.py", line 92, in exec_command 2016-07-02 21:15:21.885185 | return self.ssh_client.exec_command(cmd) 2016-07-02 21:15:21.885226 | File "tempest/lib/common/ssh.py", line 168, in exec_command 2016-07-02 21:15:21.885254 | stderr=err_data, stdout=out_data) 2016-07-02 21:15:21.885305 | tempest.lib.exceptions.SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; sudo cat /etc/test0.txt', exit status: 1, stderr: 2016-07-02 21:15:21.885334 | cat: can't open '/etc/test0.txt': No such file or directory http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22cat%3A%20can't%20open%20'%2Fetc%2Ftest0.txt'%3A%20No%20such%20file%20or%20directory%5C%22%20AND%20build_name%3A%5C %22gate-tempest-dsvm-neutron-full- ssh%5C%22%20AND%20tags%3A%5C%22console%5C%22&from=7d 38 hits in 7 days To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1598581/+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

