GUI acceptance tests using environment deployed from packages.
Build: #109 failed
Job: Public shares failed
Job result summary
- Completed
- Duration
- 7 minutes
- Revision
-
73dde324c5146b8893c417dc02f89cead594005f
- Total tests
- 6
- Fixed in
- #110 (Manual run by Michał Ćwiertnia)
Tests
- 6 tests in total
- 6 tests failed
- 6 failures are new
- 18 seconds taken in total.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_public_shares
test_user_changes_working_directory_using_breadcrumbs_from_file_browser_in_public_share_view
|
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 0x7f770e762710>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_changes_working_directory_using_breadcrumbs_from_file_browser_in_public_share_view'>> > ??? tests/gui/scenarios/test_public_shares.py:61: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario (176 more lines...) |
|||
Collapse |
test_public_shares
test_user_does_not_see_file_in_public_share_view_after_other_user_removed_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 0x7f770e703c50>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_does_not_see_file_in_public_share_view_after_other_user_removed_them_from_shared_directory'>> > scenarios('../features/oneprovider/shares/public_shares.feature') tests/gui/scenarios/test_public_shares.py:57: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_public_shares
test_user_sees_new_files_in_public_share_view_after_other_user_added_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 0x7f770e741450>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_sees_new_files_in_public_share_view_after_other_user_added_them_to_shared_directory'>> @fixture(scope='module') > def screens(): tests/gui/scenarios/test_public_shares.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_public_shares
test_user_sees_that_he_no_longer_can_view_public_share_after_other_user_removed_it
|
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 0x7f770eb70050>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_sees_that_he_no_longer_can_view_public_share_after_other_user_removed_it'>> from tests.gui.steps.modal import * > from tests.gui.steps.oneprovider_common import * tests/gui/scenarios/test_public_shares.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_public_shares
test_user_sees_that_public_share_name_has_changed_after_other_user_renamed_it
|
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 0x7f770e7c9210>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_sees_that_public_share_name_has_changed_after_other_user_renamed_it'>> from tests.gui.steps.oneprovider.shares import * > from tests.gui.steps.oneprovider.groups import * tests/gui/scenarios/test_public_shares.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |
|||
Collapse |
test_public_shares
test_user_views_and_downloads_files_from_public_share
|
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 0x7f770e966bd0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) request = <FixtureRequest for <Function 'test_user_views_and_downloads_files_from_public_share'>> from tests.gui.steps.oneprovider.common import * > from tests.gui.steps.oneprovider.data_tab import * tests/gui/scenarios/test_public_shares.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (177 more lines...) |