See http://logs.openstack.org/25/43125/4/gate/gate-tempest-devstack-vm-neutron/40f3725/console.html
2013-09-11 16:20:48.981 | ======================================================================
2013-09-11 16:20:48.982 | FAIL: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[gate,smoke]
2013-09-11 16:20:48.982 | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[gate,smoke]
2013-09-11 16:20:48.982 | ----------------------------------------------------------------------
2013-09-11 16:20:48.982 | _StringException: Empty attachments:
2013-09-11 16:20:48.982 | stderr
2013-09-11 16:20:48.982 | stdout
2013-09-11 16:20:48.982 |
2013-09-11 16:20:48.983 | pythonlogging:'': {{{
2013-09-11 16:20:48.983 | 2013-09-11 16:05:44,209 Starting new HTTP connection (1): 127.0.0.1
2013-09-11 16:20:48.983 | 2013-09-11 16:05:44,309 Starting new HTTP connection (1): 127.0.0.1
2013-09-11 16:20:48.983 | 2013-09-11 16:05:52,724 Tenant networks not configured to be reachable.
2013-09-11 16:20:48.983 | }}}
2013-09-11 16:20:48.983 |
2013-09-11 16:20:48.983 | Traceback (most recent call last):
2013-09-11 16:20:48.984 | File "tempest/scenario/test_network_basic_ops.py", line 262, in test_network_basic_ops
2013-09-11 16:20:48.984 | self._check_public_network_connectivity()
2013-09-11 16:20:48.984 | File "tempest/scenario/test_network_basic_ops.py", line 251, in _check_public_network_connectivity
2013-09-11 16:20:48.984 | self._check_vm_connectivity(ip_address, ssh_login, private_key)
2013-09-11 16:20:48.984 | File "tempest/scenario/manager.py", line 579, in _check_vm_connectivity
2013-09-11 16:20:48.984 | timeout=self.config.compute.ssh_timeout),
2013-09-11 16:20:48.984 | File "tempest/scenario/manager.py", line 569, in _is_reachable_via_ssh
2013-09-11 16:20:48.985 | return ssh_client.test_connection_auth()
2013-09-11 16:20:48.985 | File "tempest/common/ssh.py", line 148, in test_connection_auth
2013-09-11 16:20:48.985 | connection = self._get_ssh_connection()
2013-09-11 16:20:48.985 | File "tempest/common/ssh.py", line 76, in _get_ssh_connection
2013-09-11 16:20:48.985 | password=self.password)
2013-09-11 16:20:48.985 | SSHTimeout: Connection to the 172.24.4.229 via SSH timed out.
2013-09-11 16:20:48.986 | User: cirros, Password: None
This happens to be failing on the same test as bug 1231775 but the traceback is different (TempestConfig instance has no attribute 'debug').