Advertisement
Guest User

tempest failure

a guest
Jan 8th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. 2016-01-08 06:56:08,564 17987 INFO [tempest_lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.201.1.10:9696/v2.0/security-group-rules/043137d4-ee33-4bda-abef-cd755128996f 0.125s
  2. 2016-01-08 06:56:08,595 17987 INFO [tempest_lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.201.1.10:9696/v2.0/security-group-rules/837be208-97f9-4dbd-a087-d5d59ef2e93d 0.030s
  3. 2016-01-08 06:56:08,724 17987 INFO [tempest_lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.201.1.10:9696/v2.0/security-group-rules/75af1a46-3e6a-4c0e-9313-50907e233950 0.129s
  4. 2016-01-08 06:56:08,875 17987 INFO [tempest_lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 204 DELETE http://10.201.1.10:9696/v2.0/security-groups/980eafe1-6097-47a8-8eac-e1798a5ea692 0.150s
  5. 2016-01-08 06:56:08,928 17987 INFO [tempest_lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 404 GET http://10.201.1.10:8774/v2/17a656692c274c57927a9f79f78f3187/servers/8f21be16-c013-442c-a150-34a964367cb1 0.053s
  6. }}}
  7.  
  8. Traceback (most recent call last):
  9. File "tempest/test.py", line 127, in wrapper
  10. return f(self, *func_args, **func_kwargs)
  11. File "tempest/scenario/test_network_basic_ops.py", line 414, in test_network_basic_ops
  12. self.check_public_network_connectivity(should_connect=True)
  13. File "tempest/scenario/test_network_basic_ops.py", line 210, in check_public_network_connectivity
  14. self.servers)
  15. File "tempest/scenario/manager.py", line 553, in check_public_network_connectivity
  16. should_connect=should_connect)
  17. File "tempest/scenario/manager.py", line 540, in check_vm_connectivity
  18. self.get_remote_client(ip_address, username, private_key)
  19. File "tempest/scenario/manager.py", line 333, in get_remote_client
  20. linux_client.validate_authentication()
  21. File "tempest/common/utils/linux/remote_client.py", line 62, in validate_authentication
  22. self.ssh_client.test_connection_auth()
  23. File "/usr/share/tomcat7/.jenkins/workspace/tempest-ml2/.venv/local/lib/python2.7/site-packages/tempest_lib/common/ssh.py", line 172, in test_connection_auth
  24. connection = self._get_ssh_connection()
  25. File "/usr/share/tomcat7/.jenkins/workspace/tempest-ml2/.venv/local/lib/python2.7/site-packages/tempest_lib/common/ssh.py", line 87, in _get_ssh_connection
  26. password=self.password)
  27. tempest_lib.exceptions.SSHTimeout: Connection to the 10.1.3.61 via SSH timed out.
  28. User: cirros, Password: None
  29.  
  30. Ran 1 test in 404.211s
  31. FAILED (failures=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement