Hi,

At the moment we have failures with keystone. I am not exactly sure what has happened.

Does anyone know how we can address this?

Thanks

Gary

 

2013-08-20 16:04:08.894 | cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_user_list ... ok
2013-08-20 16:04:09.320 | cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_user_role_list ... ok
2013-08-20 16:04:09.321 | 
2013-08-20 16:04:09.321 | ======================================================================
2013-08-20 16:04:09.321 | FAIL: cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_catalog_list
2013-08-20 16:04:09.321 | ----------------------------------------------------------------------
2013-08-20 16:04:09.321 | _StringException: Traceback (most recent call last):
2013-08-20 16:04:09.322 |   File "/opt/stack/new/tempest/cli/simple_read_only/test_keystone.py", line 45, in test_admin_catalog_list
2013-08-20 16:04:09.322 |     self.assertTrue(svc['__label'].startswith('Service:'))
2013-08-20 16:04:09.322 |   File "/usr/lib/python2.7/unittest/case.py", line 420, in assertTrue
2013-08-20 16:04:09.322 |     raise self.failureException(msg)
2013-08-20 16:04:09.322 | AssertionError: False is not true
2013-08-20 16:04:09.322 | 
2013-08-20 16:04:09.322 | -------------------- >> begin captured logging << --------------------
2013-08-20 16:04:09.323 | 2013-08-20 16:04:04,496 running: '/usr/local/bin/keystone --os-username admin --os-tenant-name admin --os-password secret --os-auth-url http://127.0.0.1:5000/v2.0/   catalog '
2013-08-20 16:04:09.323 | 2013-08-20 16:04:04,909 Invalid line between tables: Service: compute
2013-08-20 16:04:09.323 | --------------------- >> end captured logging << ---------------------
2013-08-20 16:04:09.323 | 
2013-08-20 16:04:09.323 | ======================================================================
2013-08-20 16:04:09.324 | FAIL: cli.simple_read_only.test_keystone.SimpleReadOnlyKeystoneClientTest.test_admin_help
2013-08-20 16:04:09.324 | ----------------------------------------------------------------------
2013-08-20 16:04:09.324 | _StringException: Traceback (most recent call last):
2013-08-20 16:04:09.324 |   File "/opt/stack/new/tempest/cli/simple_read_only/test_keystone.py", line 93, in test_admin_help
2013-08-20 16:04:09.324 |     self.assertTrue(lines[0].startswith('usage: keystone'))
2013-08-20 16:04:09.324 |   File "/usr/lib/python2.7/unittest/case.py", line 420, in assertTrue
2013-08-20 16:04:09.324 |     raise self.failureException(msg)
2013-08-20 16:04:09.325 | AssertionError: False is not true
2013-08-20 16:04:09.325 | 
2013-08-20 16:04:09.325 | -------------------- >> begin captured logging << --------------------
2013-08-20 16:04:09.325 | 2013-08-20 16:04:06,870 running: '/usr/local/bin/keystone --os-username admin --os-tenant-name admin --os-password secret --os-auth-url http://127.0.0.1:5000/v2.0/   help '
2013-08-20 16:04:09.325 | --------------------- >> end captured logging << ---------------------
2013-08-20 16:04:09.325 | 
2013-08-20 16:04:09.326 | ----------------------------------------------------------------------
2013-08-20 16:04:09.326 | XML: nosetests-cli.xml
2013-08-20 16:04:09.326 | ----------------------------------------------------------------------
2013-08-20 16:04:09.326 | Ran 54 tests in 33.234s