Public bug reported:

The test above are failing with different reasons. Please note that they
were working until yesterday (2015-06-22).

test_floatingip:

2015-06-23 12:30:20.815 | 2015-06-23 12:30:20.797 | Traceback (most recent call 
last):
2015-06-23 12:30:20.817 | 2015-06-23 12:30:20.799 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_floatingip.py",
 line 25, in test_floatingip
2015-06-23 12:30:20.819 | 2015-06-23 12:30:20.801 |     floating_ip = 
floatingip_page.allocate_floatingip()
2015-06-23 12:30:20.821 | 2015-06-23 12:30:20.803 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/floatingipspage.py",
 line 62, in allocate_floatingip
2015-06-23 12:30:20.822 | 2015-06-23 12:30:20.804 |     
self.floatingips_table.allocate_ip_to_project.click()
2015-06-23 12:30:20.824 | 2015-06-23 12:30:20.806 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/baseregion.py",
 line 59, in __getattr__
2015-06-23 12:30:20.826 | 2015-06-23 12:30:20.808 |     return 
self._dynamic_properties[name]()
2015-06-23 12:30:20.827 | 2015-06-23 12:30:20.810 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/baseregion.py",
 line 78, in __call__
2015-06-23 12:30:20.829 | 2015-06-23 12:30:20.811 |     return result if 
self.index is None else result[self.index]
2015-06-23 12:30:20.830 | 2015-06-23 12:30:20.813 | IndexError: list index out 
of range

Most likely the page was changed.


test_keypair:
2015-06-23 12:30:22.598 | 2015-06-23 12:30:22.581 | Traceback (most recent call 
last):
2015-06-23 12:30:22.600 | 2015-06-23 12:30:22.582 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_keypair.py",
 line 28, in test_keypair
2015-06-23 12:30:22.601 | 2015-06-23 12:30:22.583 |     
self.assertTrue(keypair_page.is_keypair_present(self.KEYPAIR_NAME))
2015-06-23 12:30:22.603 | 2015-06-23 12:30:22.585 |   File 
"/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/unittest2/case.py",
 line 678, in assertTrue
2015-06-23 12:30:22.604 | 2015-06-23 12:30:22.586 |     raise 
self.failureException(msg)
2015-06-23 12:30:22.606 | 2015-06-23 12:30:22.588 | AssertionError: False is 
not true

Either changed page, or an active polling of the "ready" state is
needed.


See for example 
http://logs.openstack.org/72/193072/1/gate/gate-horizon-dsvm-integration/dd294c6/console.html#_2015-06-23_12_30_20_817


The bug is to track the skip patch which will follow and the future 
investigations of the real issues, that needs to be fixed.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1467950

Title:
  test_floatingip and test_keypair tests are failing

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The test above are failing with different reasons. Please note that
  they were working until yesterday (2015-06-22).

  test_floatingip:

  2015-06-23 12:30:20.815 | 2015-06-23 12:30:20.797 | Traceback (most recent 
call last):
  2015-06-23 12:30:20.817 | 2015-06-23 12:30:20.799 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_floatingip.py",
 line 25, in test_floatingip
  2015-06-23 12:30:20.819 | 2015-06-23 12:30:20.801 |     floating_ip = 
floatingip_page.allocate_floatingip()
  2015-06-23 12:30:20.821 | 2015-06-23 12:30:20.803 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/pages/project/compute/access_and_security/floatingipspage.py",
 line 62, in allocate_floatingip
  2015-06-23 12:30:20.822 | 2015-06-23 12:30:20.804 |     
self.floatingips_table.allocate_ip_to_project.click()
  2015-06-23 12:30:20.824 | 2015-06-23 12:30:20.806 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/baseregion.py",
 line 59, in __getattr__
  2015-06-23 12:30:20.826 | 2015-06-23 12:30:20.808 |     return 
self._dynamic_properties[name]()
  2015-06-23 12:30:20.827 | 2015-06-23 12:30:20.810 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/regions/baseregion.py",
 line 78, in __call__
  2015-06-23 12:30:20.829 | 2015-06-23 12:30:20.811 |     return result if 
self.index is None else result[self.index]
  2015-06-23 12:30:20.830 | 2015-06-23 12:30:20.813 | IndexError: list index 
out of range

  Most likely the page was changed.


  test_keypair:
  2015-06-23 12:30:22.598 | 2015-06-23 12:30:22.581 | Traceback (most recent 
call last):
  2015-06-23 12:30:22.600 | 2015-06-23 12:30:22.582 |   File 
"/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/tests/test_keypair.py",
 line 28, in test_keypair
  2015-06-23 12:30:22.601 | 2015-06-23 12:30:22.583 |     
self.assertTrue(keypair_page.is_keypair_present(self.KEYPAIR_NAME))
  2015-06-23 12:30:22.603 | 2015-06-23 12:30:22.585 |   File 
"/opt/stack/new/horizon/.tox/py27integration/local/lib/python2.7/site-packages/unittest2/case.py",
 line 678, in assertTrue
  2015-06-23 12:30:22.604 | 2015-06-23 12:30:22.586 |     raise 
self.failureException(msg)
  2015-06-23 12:30:22.606 | 2015-06-23 12:30:22.588 | AssertionError: False is 
not true

  Either changed page, or an active polling of the "ready" state is
  needed.

  
  See for example 
http://logs.openstack.org/72/193072/1/gate/gate-horizon-dsvm-integration/dd294c6/console.html#_2015-06-23_12_30_20_817

  
  The bug is to track the skip patch which will follow and the future 
investigations of the real issues, that needs to be fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1467950/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to