Hey QA. I am interested in making a Grenade job for Barbican and I have been messing around with
Grenade. I downloaded the repo and ran the "grenade.sh" script but it seems it can't make it past
the tempest smoke tests against the base. It fails on two tests. Is grenade suppose to work right outside the box or is there some
configuration I possibly missed?

Here is output of one of the failed tests:

Traceback (most recent call last):
2016-02-11 23:07:32.785 |       File "tempest/test.py", line 113, in wrapper
2016-02-11 23:07:32.785 |         return f(self, *func_args, **func_kwargs)
2016-02-11 23:07:32.785 |       File "tempest/scenario/test_volume_boot_pattern.py", line 115, in test_volume_boot_pattern
2016-02-11 23:07:32.785 |         private_key=keypair['private_key'])
2016-02-11 23:07:32.786 |       File "tempest/scenario/manager.py", line 622, in create_timestamp
2016-02-11 23:07:32.786 |         private_key=private_key)
2016-02-11 23:07:32.786 |       File "tempest/scenario/manager.py", line 377, in get_remote_client
2016-02-11 23:07:32.786 |         linux_client.validate_authentication()
2016-02-11 23:07:32.786 |       File "tempest/common/utils/linux/remote_client.py", line 51, in validate_authentication
2016-02-11 23:07:32.786 |         self.ssh_client.test_connection_auth()
2016-02-11 23:07:32.786 |       File "/opt/stack/liberty/tempest/.tox/smoke/local/lib/python2.7/site-packages/tempest_lib/common/ssh.py", line 173, in test_connection_auth
2016-02-11 23:07:32.786 |         connection = self._get_ssh_connection()
2016-02-11 23:07:32.786 |       File "/opt/stack/liberty/tempest/.tox/smoke/local/lib/python2.7/site-packages/tempest_lib/common/ssh.py", line 88, in _get_ssh_connection
2016-02-11 23:07:32.786 |         password=self.password)
2016-02-11 23:07:32.786 |     tempest_lib.exceptions.SSHTimeout: Connection to the 172.24.4.2 via SSH timed out.
2016-02-11 23:07:32.786 |     User: cirros, Password: None

The output of the second test is identical.
Here are the test names
 - tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern [354.787819s] ... FAILED
 - tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [331.473795s] ... FAILED

I am running grenade on a fresh Ubuntu VM in VirtualBox.

Thanks!

-Christopher Solis

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to