Build: #12 failed

Job: Chrome oneprovider spaces failed

Job result summary

Completed
Duration
8 minutes
Revision
bd7f0eec9f6fca622faad2c5f134a25be52e82be
Total tests
11
Fixed in
#13 (Scheduled)

Configuration changes

Job Chrome oneprovider spaces with key ODSRV-GAPT5-COS no longer exists.

Tests

  • 11 tests in total
  • 11 tests failed
  • 11 failures are new
  • 33 seconds taken in total.
New test failures 11
Status Test Duration
Collapse Failed test_oneprovider_spaces test_check_if_get_support_token_box_is_not_empty
3 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef3cbfd0>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_check_if_get_support_token_box_is_not_empty'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(176 more lines...)
Collapse Failed test_oneprovider_spaces test_check_if_invite_group_token_box_is_not_empty
2 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef95f250>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_check_if_invite_group_token_box_is_not_empty'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(176 more lines...)
Collapse Failed test_oneprovider_spaces test_set_given_space_as_home
2 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef567190>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_set_given_space_as_home'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(176 more lines...)
Collapse Failed test_oneprovider_spaces test_switching_between_spaces
2 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef14ff90>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_switching_between_spaces'>>

    
>   scenarios('../features/oneprovider/spaces/creation.feature')

tests/gui/scenarios/test_oneprovider_spaces.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(177 more lines...)
Collapse Failed test_oneprovider_spaces test_user_fails_to_join_to_space_because_of_using_invalid_token_clicks_join_confirmation_button_after_entering_token
3 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef987050>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token_clicks_join_confirmation_button_after_entering_token'>>

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

tests/gui/scenarios/test_oneprovider_spaces.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(177 more lines...)
Collapse Failed test_oneprovider_spaces test_user_fails_to_join_to_space_because_of_using_invalid_token_presses_enter_after_entering_token
2 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef85c510>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token_presses_enter_after_entering_token'>>

    from tests.gui.steps.modal import *
>   from tests.gui.steps.oneprovider_common import *

tests/gui/scenarios/test_oneprovider_spaces.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(177 more lines...)
Collapse Failed test_oneprovider_spaces test_user_leaves_given_space
3 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44eef0fb50>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_user_leaves_given_space'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(176 more lines...)
Collapse Failed test_oneprovider_spaces test_user_successfully_creates_new_space_with_specified_name_clicks_create_confirmation_button_after_entering_space_name
2 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef646190>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_user_successfully_creates_new_space_with_specified_name_clicks_create_confirmation_button_after_entering_space_name'>>

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

tests/gui/scenarios/test_oneprovider_spaces.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(177 more lines...)
Collapse Failed test_oneprovider_spaces test_user_successfully_creates_new_space_with_specified_name_presses_enter_after_entering_space_name
3 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef6071d0>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_user_successfully_creates_new_space_with_specified_name_presses_enter_after_entering_space_name'>>

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

tests/gui/scenarios/test_oneprovider_spaces.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(177 more lines...)
Collapse Failed test_oneprovider_spaces test_user_successfully_renames_space_clicks_ok_confirmation_button_after_entering_space_name
2 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef4fc3d0>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_user_successfully_renames_space_clicks_ok_confirmation_button_after_entering_space_name'>>

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

tests/gui/scenarios/test_oneprovider_spaces.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(177 more lines...)
Collapse Failed test_oneprovider_spaces test_user_successfully_renames_space_presses_enter_after_entering_space_name
2 secs
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f44ef7d9510>: Failed to establish a new connection: [Errno 111] Connection refused',))
request = <FixtureRequest for <Function 'test_user_successfully_renames_space_presses_enter_after_entering_space_name'>>

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

tests/gui/scenarios/test_oneprovider_spaces.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(177 more lines...)