GUI acceptance tests using environment deployed from packages.
Build: #109 failed
Job: Shares basic failed
Test results
- 15 tests in total
- 15 tests failed
- 15 failures are new
- 44 seconds taken in total.
Build 109 has the following 15 errors: 15 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_shares_basic
test_user_can_change_working_directory_using_breadcrumbs
|
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 0x7f4021b3b490>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_can_change_working_directory_using_breadcrumbs'>> > ??? tests/gui/scenarios/test_shares_basic.py:85: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_can_jump_to_data_tab_by_clicking_on_dir_in_breadcrumbs_from_shared_tab
|
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 0x7f4021cd1a90>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_can_jump_to_data_tab_by_clicking_on_dir_in_breadcrumbs_from_shared_tab'>> > ??? tests/gui/scenarios/test_shares_basic.py:89: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_can_remove_directory_which_contains_shared_directory
|
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 0x7f402189e350>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_can_remove_directory_which_contains_shared_directory'>> > ??? tests/gui/scenarios/test_shares_basic.py:97: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_does_not_see_any_share_when_he_opens_shares_index_view_after_removing_only_shared_directory
|
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 0x7f402235f0d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_does_not_see_any_share_when_he_opens_shares_index_view_after_removing_only_shared_directory'>> > ??? tests/gui/scenarios/test_shares_basic.py:65: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_does_not_see_files_in_file_browser_in_share_view_after_removing_them_from_shared_directory
|
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 0x7f4021eafa10>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_does_not_see_files_in_file_browser_in_share_view_after_removing_them_from_shared_directory'>> > ??? tests/gui/scenarios/test_shares_basic.py:81: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_downloads_files_from_shared_directory
|
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 0x7f4021778fd0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_downloads_files_from_shared_directory'>> > ??? tests/gui/scenarios/test_shares_basic.py:93: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_fails_to_share_already_shared_directory
|
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 0x7f40220dd550>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_fails_to_share_already_shared_directory'>> from tests.gui.steps.modal import * > from tests.gui.steps.oneprovider_common import * tests/gui/scenarios/test_shares_basic.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_shares_basic
test_user_removes_share
|
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 0x7f4021f68910>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_removes_share'>> > ??? tests/gui/scenarios/test_shares_basic.py:77: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_renames_share
|
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 0x7f4021aefc10>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_renames_share'>> > ??? tests/gui/scenarios/test_shares_basic.py:73: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_sees_new_files_after_adding_them_to_shared_directory
|
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 0x7f4021db95d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_sees_new_files_after_adding_them_to_shared_directory'>> > ??? tests/gui/scenarios/test_shares_basic.py:69: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_shares_basic
test_user_sees_share_icon_on_directory_after_sharing_it_clicks_create_confirmation_button_after_typing_share_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 0x7f40221ac310>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_sees_share_icon_on_directory_after_sharing_it_clicks_create_confirmation_button_after_typing_share_name'>> from tests.gui.steps.oneprovider.shares import * > from tests.gui.steps.oneprovider.groups import * tests/gui/scenarios/test_shares_basic.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_shares_basic
test_user_sees_share_icon_on_directory_after_sharing_it_presses_enter_after_typing_share_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 0x7f40223340d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_sees_share_icon_on_directory_after_sharing_it_presses_enter_after_typing_share_name'>> from tests.gui.steps.oneprovider.common import * > from tests.gui.steps.oneprovider.data_tab import * tests/gui/scenarios/test_shares_basic.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_shares_basic
test_user_shares_a_directory_and_views_information_about_it_changes_tab_to_shared_after_closing_share_summary_modal
|
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 0x7f4021f887d0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_shares_a_directory_and_views_information_about_it_changes_tab_to_shared_after_closing_share_summary_modal'>> > scenarios('../features/oneprovider/shares/basic_management.feature') tests/gui/scenarios/test_shares_basic.py:57: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_shares_basic
test_user_shares_a_directory_and_views_information_about_it_clicks_open_the_share_in_share_summary_modal
|
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 0x7f4021efc310>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_shares_a_directory_and_views_information_about_it_clicks_open_the_share_in_share_summary_modal'>> @fixture(scope='module') > def screens(): tests/gui/scenarios/test_shares_basic.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_shares_basic
test_user_shares_a_directory_and_views_information_about_it_clicks_open_the_share_in_share_summary_modal_after_clicking_on_share_icon
|
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 0x7f402224e590>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_shares_a_directory_and_views_informat...it_clicks_open_the_share_in_share_summary_modal_after_clicking_on_share_icon'>> > ??? tests/gui/scenarios/test_shares_basic.py:61: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |