Build: #17 failed

Job: Shares basic failed

Job result summary

Completed
Duration
11 minutes
Revision
6eb7409104a5b5453a8a9d10d32c0651e5e07992
Total tests
15
Failing since
#14 (Manual run by Michał Ćwiertnia)

Tests

  • 15 tests in total
  • 15 tests failed
  • 15 failures are new
  • 49 seconds taken in total.
New test failures 15
Status Test Duration
Collapse Failed test_shares_basic test_user_can_change_working_directory_using_breadcrumbs
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_can_jump_to_data_tab_by_clicking_on_dir_in_breadcrumbs_from_shared_tab
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_can_remove_directory_which_contains_shared_directory
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_does_not_see_any_share_when_he_opens_shares_index_view_after_removing_only_shared_directory
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_does_not_see_files_in_file_browser_in_share_view_after_removing_them_from_shared_directory
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_downloads_files_from_shared_directory
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_fails_to_share_already_shared_directory
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(54 more lines...)
Collapse Failed test_shares_basic test_user_removes_share
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_renames_share
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_sees_new_files_after_adding_them_to_shared_directory
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)
Collapse Failed test_shares_basic test_user_sees_share_icon_on_directory_after_sharing_it_clicks_create_confirmation_button_after_typing_share_name
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(54 more lines...)
Collapse Failed test_shares_basic test_user_sees_share_icon_on_directory_after_sharing_it_presses_enter_after_typing_share_name
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(54 more lines...)
Collapse Failed test_shares_basic test_user_shares_a_directory_and_views_information_about_it_changes_tab_to_shared_after_closing_share_summary_modal
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(54 more lines...)
Collapse Failed test_shares_basic test_user_shares_a_directory_and_views_information_about_it_clicks_open_the_share_in_share_summary_modal
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(54 more lines...)
Collapse Failed 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
3 secs
HTTPNotFound: [404] Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /api/v3/onezone/user was not found on this server.</p> </body></html>
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
(53 more lines...)