GUI acceptance tests using environment deployed from packages.

Build: #607 failed

Job: Onepanel basic failed

Test results

  • 19 tests in total
  • 17 tests failed
  • 17 failures are new
  • 2 tests were quarantined / skipped
  • 24 minutes taken in total.

Build 607 has the following 17 errors: 17 new failure(s) occurred since the previous build.

New test failures 17
Status Test Duration
Collapse Failed test_onepanel_basic test_cluster_deployment[1oz_1op_not_deployed]
12 mins
RuntimeError: maximum recursion depth exceeded
request = <FixtureRequest for <Function 'test_cluster_deployment[1oz_1op_not_deployed]'>>

    from tests.gui.steps.onezone.manage_account import *
>   from tests.gui.steps.onezone.spaces import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(63 more lines...)
Collapse Failed test_onepanel_basic test_revoke_space_support[1oz_1op_not_deployed-browser1-space1]
33 secs
RuntimeError: no  item found in Onezone Login page
client = 'browser1', space = 'space1'
request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_not_deployed-browser1-space1]'>>

    from tests.gui.steps.onezone.members import *
>   from tests.gui.steps.onezone.groups import *

tests/gui/scenarios/test_onepanel_basic.py:45: 
(72 more lines...)
Collapse Failed test_onepanel_basic test_revoke_space_support[1oz_1op_not_deployed-browser2-space2]
33 secs
RuntimeError: no  item found in Onezone Login page
client = 'browser2', space = 'space2'
request = <FixtureRequest for <Function 'test_revoke_space_support[1oz_1op_not_deployed-browser2-space2]'>>

    from tests.gui.steps.onezone.members import *
>   from tests.gui.steps.onezone.groups import *

tests/gui/scenarios/test_onepanel_basic.py:45: 
(72 more lines...)
Collapse Failed test_onepanel_basic test_support_space[1oz_1op_not_deployed-browser1-space1]
34 secs
RuntimeError: no  item found in Onezone Login page
client = 'browser1', space = 'space1'
request = <FixtureRequest for <Function 'test_support_space[1oz_1op_not_deployed-browser1-space1]'>>

    from tests.gui.steps.onezone.manage_account import *
>   from tests.gui.steps.onezone.spaces import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
(72 more lines...)
Collapse Failed test_onepanel_basic test_support_space[1oz_1op_not_deployed-browser2-space2]
30 secs
RuntimeError: no  item found in Onezone Login page
client = 'browser2', space = 'space2'
request = <FixtureRequest for <Function 'test_support_space[1oz_1op_not_deployed-browser2-space2]'>>

    from tests.gui.steps.onezone.manage_account import *
>   from tests.gui.steps.onezone.spaces import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
(72 more lines...)
Collapse Failed test_onepanel_basic test_user_changes_provider_name_and_domain[1oz_1op_not_deployed]
< 1 sec
HTTPUnauthorized: [401] Unauthorized: {"error":"Authentication Error","description":"Invalid emergency passphrase."}
request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain[1oz_1op_not_deployed]'>>

    from tests.gui.steps.onezone.manage_account import *
>   from tests.gui.steps.onezone.spaces import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(58 more lines...)
Collapse Failed test_onepanel_basic test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working[1oz_1op_not_deployed]
14 secs
HTTPUnauthorized: [401] Unauthorized: {"error":"Authentication Error","description":"Invalid emergency passphrase."}
request = <FixtureRequest for <Function 'test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working[1oz_1op_not_deployed]'>>

    from tests.gui.steps.onezone.members import *
>   from tests.gui.steps.onezone.groups import *

tests/gui/scenarios/test_onepanel_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(58 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_add_group_to_cluster_without_add_group_privileges[1oz_1op_not_deployed]
1 min
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_add_group_to_cluster_without_add_group_privileges[1oz_1op_not_deployed]'>>

>   ???

tests/gui/scenarios/test_onepanel_basic.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_add_user_without_add_user_privileges[1oz_1op_not_deployed]
53 secs
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_add_user_without_add_user_privileges[1oz_1op_not_deployed]'>>

>   ???

tests/gui/scenarios/test_onepanel_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_modify_cluster_without_modify_cluster_privileges[1oz_1op_not_deployed]
54 secs
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_modify_cluster_without_modify_cluster_privileges[1oz_1op_not_deployed]'>>

    @fixture(scope='module')
>   def screens():

tests/gui/scenarios/test_onepanel_basic.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_remove_cluster_without_remove_cluster_privileges[1oz_1op_not_deployed]
52 secs
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_remove_cluster_without_remove_cluster_privileges[1oz_1op_not_deployed]'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onepanel_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_remove_group_from_cluster_without_remove_group_privileges[1oz_1op_not_deployed]
1 min
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_remove_group_from_cluster_without_remove_group_privileges[1oz_1op_not_deployed]'>>

    from tests.gui.meta_steps.onepanel.spaces import *
>   from tests.gui.meta_steps.onezone.clusters import *

tests/gui/scenarios/test_onepanel_basic.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_remove_user_without_remove_user_privileges[1oz_1op_not_deployed]
51 secs
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_remove_user_without_remove_user_privileges[1oz_1op_not_deployed]'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onepanel_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_see_members_without_view_cluster[1oz_1op_not_deployed]
54 secs
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_see_members_without_view_cluster[1oz_1op_not_deployed]'>>

    
>   from tests.utils.acceptance_utils import *

tests/gui/scenarios/test_onepanel_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_see_privileges_without_view_privileges[1oz_1op_not_deployed]
53 secs
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_see_privileges_without_view_privileges[1oz_1op_not_deployed]'>>

    from tests.gui.steps.onezone.manage_account import *
>   from tests.gui.steps.onezone.spaces import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_fails_to_set_privileges_without_set_privileges[1oz_1op_not_deployed]
55 secs
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page
request = <FixtureRequest for <Function 'test_user_fails_to_set_privileges_without_set_privileges[1oz_1op_not_deployed]'>>

    from tests.gui.steps.onezone.members import *
>   from tests.gui.steps.onezone.groups import *

tests/gui/scenarios/test_onepanel_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_successfully_change_passphrase_in_emergency_passphrase_view[1oz_1op_not_deployed]
32 secs
AttributeError: admin already in use
request = <FixtureRequest for <Function 'test_user_successfully_change_passphrase_in_emergency_passphrase_view[1oz_1op_not_deployed]'>>

    from tests.gui.steps.onezone.manage_account import *
>   from tests.gui.steps.onezone.spaces import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(67 more lines...)