Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_removes_acl_record[[read acl]-user-user1]
|
Chrome oneprovider ACL basic |
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>
privileges = '[read acl]', subject_type = 'user', subject_name = 'user1'
request = <FixtureRequest for <Function 'test_user_removes_acl_record[[read acl]-user-user1]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:73:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_changes_order_of_acl_entries[move up-second]
|
Chrome oneprovider ACL basic |
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>
numeral = 'second', button = 'move up'
request = <FixtureRequest for <Function 'test_user_changes_order_of_acl_entries[move up-second]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:77:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sees_default_acl_privileges_for_file_in_edit_permissions_modal
|
Chrome oneprovider ACL basic |
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_default_acl_privileges_for_file_in_edit_permissions_modal'>>
from tests.gui.meta_steps.onezone.common import *
> from tests.gui.meta_steps.oneprovider.data import *
tests/gui/scenarios/test_oneprovider_acl_basic.py:45:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sees_default_acl_privileges_for_directory_in_edit_permissions_modal
|
Chrome oneprovider ACL basic |
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_default_acl_privileges_for_directory_in_edit_permissions_modal'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(53 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_acl_for_multiple_files[[allow, read acl]-user-user1]
|
Chrome oneprovider ACL basic |
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>
privileges = '[allow, read acl]', subject_type = 'user', subject_name = 'user1'
request = <FixtureRequest for <Function 'test_user_sets_acl_for_multiple_files[[allow, read acl]-user-user1]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:65:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_acl_for_multiple_directories[[allow, read acl]-user-user1]
|
Chrome oneprovider ACL basic |
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>
privileges = '[allow, read acl]', subject_type = 'user', subject_name = 'user1'
request = <FixtureRequest for <Function 'test_user_sets_acl_for_multiple_directories[[allow, read acl]-user-user1]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:61:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[[delete]-[deny, delete]-succeeds]
|
Chrome oneprovider ACL basic |
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>
child_privileges = '[delete]', result = 'succeeds'
parent_privileges = '[deny, delete]'
request = <FixtureRequest for <Function 'test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[[delete]-[deny, delete]-succeeds]'>>
> scenarios('../features/oneprovider/data/acl/basic.feature')
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_changes_order_of_acl_entries[move down-first]
|
Chrome oneprovider ACL basic |
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>
numeral = 'first', button = 'move down'
request = <FixtureRequest for <Function 'test_user_changes_order_of_acl_entries[move down-first]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:77:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_acl_for_parent_group_of_a_group_that_does_not_belong_to_space[all except [delete]-group-group2-fails]
|
Chrome oneprovider ACL basic |
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>
privileges = 'all except [delete]', subject_type = 'group', result = 'fails'
subject_name = 'group2'
request = <FixtureRequest for <Function 'test_user_sets_acl_for_parent_group_of_a_group_that_does_not_belong_to_space[all except [delete]-group-group2-fails]'>>
@fixture(scope='module')
> def screens():
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sees_eligible_subjects_for_acl_record
|
Chrome oneprovider ACL basic |
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_eligible_subjects_for_acl_record'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(53 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_2_acl_records
|
Chrome oneprovider ACL basic |
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_sets_2_acl_records'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:69:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(53 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[[deny, delete]-[delete]-fails]
|
Chrome oneprovider ACL basic |
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>
child_privileges = '[deny, delete]', result = 'fails'
parent_privileges = '[delete]'
request = <FixtureRequest for <Function 'test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[[deny, delete]-[delete]-fails]'>>
> scenarios('../features/oneprovider/data/acl/basic.feature')
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_acl_for_parent_group_of_a_group_that_belogs_to_space[all except [delete]-group-group2-fails]
|
Chrome oneprovider ACL basic |
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>
privileges = 'all except [delete]', subject_type = 'group', result = 'fails'
subject_name = 'group2'
request = <FixtureRequest for <Function 'test_user_sets_acl_for_parent_group_of_a_group_that_belogs_to_space[all except [delete]-group-group2-fails]'>>
from tests.gui.meta_steps.onezone.common import *
> from tests.gui.meta_steps.oneprovider.data import *
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_one_acl_record_for_file_in_edit_permissions_modal[[allow, read acl]-group-group1]
|
Chrome oneprovider ACL basic |
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>
privileges = '[allow, read acl]', subject_type = 'group'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_user_sets_one_acl_record_for_file_in_edit_permissions_modal[[allow, read acl]-group-group1]'>>
> scenarios('../features/oneprovider/data/acl/basic.feature')
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_acl_for_parent_group_of_a_group_that_belogs_to_space[[delete]-group-group2-succeeds]
|
Chrome oneprovider ACL basic |
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>
privileges = '[delete]', subject_type = 'group', result = 'succeeds'
subject_name = 'group2'
request = <FixtureRequest for <Function 'test_user_sets_acl_for_parent_group_of_a_group_that_belogs_to_space[[delete]-group-group2-succeeds]'>>
from tests.gui.meta_steps.onezone.common import *
> from tests.gui.meta_steps.oneprovider.data import *
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_cancels_acl_editing
|
Chrome oneprovider ACL basic |
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_cancels_acl_editing'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_basic.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(53 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_acl_for_parent_group_of_a_group_that_does_not_belong_to_space[[delete]-group-group2-succeeds]
|
Chrome oneprovider ACL basic |
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>
privileges = '[delete]', subject_type = 'group', result = 'succeeds'
subject_name = 'group2'
request = <FixtureRequest for <Function 'test_user_sets_acl_for_parent_group_of_a_group_that_does_not_belong_to_space[[delete]-group-group2-succeeds]'>>
@fixture(scope='module')
> def screens():
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_basic
test_user_sets_one_acl_record_for_directory_in_edit_permissions_modal[[allow, read acl]-group-group1]
|
Chrome oneprovider ACL basic |
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>
privileges = '[allow, read acl]', subject_type = 'group'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_user_sets_one_acl_record_for_directory_in_edit_permissions_modal[[allow, read acl]-group-group1]'>>
@fixture(scope='module')
> def screens():
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_remove_file[group-group1-succeeds-[delete]]
|
Chrome oneprovider ACL files |
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>
privileges = '[delete]', subject_type = 'group', result = 'succeeds'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_remove_file[group-group1-succeeds-[delete]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:45:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_rename_file[user-user1-fails-all except [delete]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [delete]', subject_type = 'user', result = 'fails'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_rename_file[user-user1-fails-all except [delete]]'>>
> scenarios('../features/oneprovider/data/file_acl_privileges.feature')
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_write_metadata_to_file[user-user1-fails-all except [write metadata]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [write metadata]', subject_type = 'user'
result = 'fails', subject_name = 'user1'
request = <FixtureRequest for <Function 'test_write_metadata_to_file[user-user1-fails-all except [write metadata]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:57:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_read_files_metadata[user-user1-succeeds-[read metadata]]
|
Chrome oneprovider ACL files |
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>
privileges = '[read metadata]', subject_type = 'user', result = 'succeeds'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_read_files_metadata[user-user1-succeeds-[read metadata]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:61:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_read_files_acl[group-group1-succeeds-[read acl]]
|
Chrome oneprovider ACL files |
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>
privileges = '[read acl]', subject_type = 'group', result = 'succeeds'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_read_files_acl[group-group1-succeeds-[read acl]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:49:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_rename_file[user-user1-succeeds-[delete]]
|
Chrome oneprovider ACL files |
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>
privileges = '[delete]', subject_type = 'user', result = 'succeeds'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_rename_file[user-user1-succeeds-[delete]]'>>
> scenarios('../features/oneprovider/data/file_acl_privileges.feature')
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_read_files_metadata[group-group1-fails-all except [read metadata]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [read metadata]', subject_type = 'group'
result = 'fails', subject_name = 'group1'
request = <FixtureRequest for <Function 'test_read_files_metadata[group-group1-fails-all except [read metadata]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:61:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_read_files_acl[user-user1-succeeds-[read acl]]
|
Chrome oneprovider ACL files |
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>
privileges = '[read acl]', subject_type = 'user', result = 'succeeds'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_read_files_acl[user-user1-succeeds-[read acl]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:49:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_write_metadata_to_file[group-group1-fails-all except [write metadata]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [write metadata]', subject_type = 'group'
result = 'fails', subject_name = 'group1'
request = <FixtureRequest for <Function 'test_write_metadata_to_file[group-group1-fails-all except [write metadata]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:57:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_change_files_acl[group-group1-fails-all except [change acl]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [change acl]', subject_type = 'group', result = 'fails'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_change_files_acl[group-group1-fails-all except [change acl]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:53:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_rename_file[group-group1-fails-all except [delete]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [delete]', subject_type = 'group', result = 'fails'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_rename_file[group-group1-fails-all except [delete]]'>>
> scenarios('../features/oneprovider/data/file_acl_privileges.feature')
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_remove_file[user-user1-succeeds-[delete]]
|
Chrome oneprovider ACL files |
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>
privileges = '[delete]', subject_type = 'user', result = 'succeeds'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_remove_file[user-user1-succeeds-[delete]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:45:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_read_files_metadata[user-user1-fails-all except [read metadata]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [read metadata]', subject_type = 'user'
result = 'fails', subject_name = 'user1'
request = <FixtureRequest for <Function 'test_read_files_metadata[user-user1-fails-all except [read metadata]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:61:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_change_files_acl[user-user1-fails-all except [change acl]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [change acl]', subject_type = 'user', result = 'fails'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_change_files_acl[user-user1-fails-all except [change acl]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:53:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_read_files_acl[user-user1-fails-all except [read acl]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [read acl]', subject_type = 'user', result = 'fails'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_read_files_acl[user-user1-fails-all except [read acl]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:49:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_read_files_acl[group-group1-fails-all except [read acl]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [read acl]', subject_type = 'group', result = 'fails'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_read_files_acl[group-group1-fails-all except [read acl]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:49:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_remove_file[user-user1-fails-all except [delete]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [delete]', subject_type = 'user', result = 'fails'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_remove_file[user-user1-fails-all except [delete]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:45:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_read_files_metadata[group-group1-succeeds-[read metadata]]
|
Chrome oneprovider ACL files |
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>
privileges = '[read metadata]', subject_type = 'group', result = 'succeeds'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_read_files_metadata[group-group1-succeeds-[read metadata]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:61:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_write_metadata_to_file[user-user1-succeeds-[read metadata, write metadata]]
|
Chrome oneprovider ACL files |
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>
privileges = '[read metadata, write metadata]', subject_type = 'user'
result = 'succeeds', subject_name = 'user1'
request = <FixtureRequest for <Function 'test_write_metadata_to_file[user-user1-succeeds-[read metadata, write metadata]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:57:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_change_files_acl[group-group1-succeeds-[change acl]]
|
Chrome oneprovider ACL files |
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>
privileges = '[change acl]', subject_type = 'group', result = 'succeeds'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_change_files_acl[group-group1-succeeds-[change acl]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:53:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_write_metadata_to_file[group-group1-succeeds-[read metadata, write metadata]]
|
Chrome oneprovider ACL files |
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>
privileges = '[read metadata, write metadata]', subject_type = 'group'
result = 'succeeds', subject_name = 'group1'
request = <FixtureRequest for <Function 'test_write_metadata_to_file[group-group1-succeeds-[read metadata, write metadata]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:57:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_rename_file[group-group1-succeeds-[delete]]
|
Chrome oneprovider ACL files |
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>
privileges = '[delete]', subject_type = 'group', result = 'succeeds'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_rename_file[group-group1-succeeds-[delete]]'>>
> scenarios('../features/oneprovider/data/file_acl_privileges.feature')
(56 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_remove_file[group-group1-fails-all except [delete]]
|
Chrome oneprovider ACL files |
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>
privileges = 'all except [delete]', subject_type = 'group', result = 'fails'
subject_name = 'group1'
request = <FixtureRequest for <Function 'test_remove_file[group-group1-fails-all except [delete]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:45:
(55 more lines...)
|
Collapse |
Failed
|
test_oneprovider_acl_files
test_change_files_acl[user-user1-succeeds-[change acl]]
|
Chrome oneprovider ACL files |
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>
privileges = '[change acl]', subject_type = 'user', result = 'succeeds'
subject_name = 'user1'
request = <FixtureRequest for <Function 'test_change_files_acl[user-user1-succeeds-[change acl]]'>>
> ???
tests/gui/scenarios/test_oneprovider_acl_files.py:53:
(55 more lines...)
|
Collapse |
Failed
|
test_storage_sync
test_user_supports_space_with_storage_sync_and_enabled_options_mount_in_root
|
Chrome storage sync tests |
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_supports_space_with_storage_sync_and_enabled_options_mount_in_root'>>
from tests.gui.steps.onezone.manage_account import *
> from tests.gui.steps.onezone.login_page import *
tests/gui/scenarios/test_storage_sync.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_storage_sync
test_user_supports_space_with_storage_sync_and_enabled_options_delete
|
Chrome storage sync tests |
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_supports_space_with_storage_sync_and_enabled_options_delete'>>
from tests.gui.steps.oneprovider.groups import *
> from tests.gui.steps.oneprovider.spaces import *
tests/gui/scenarios/test_storage_sync.py:49:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_storage_sync
test_user_disables_files_update
|
Chrome storage sync tests |
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_disables_files_update'>>
> ???
tests/gui/scenarios/test_storage_sync.py:61:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(53 more lines...)
|
Collapse |
Failed
|
test_storage_sync
test_user_supports_space_with_storage_sync_and_no_enabled_options
|
Chrome storage sync tests |
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_supports_space_with_storage_sync_and_no_enabled_options'>>
from tests.gui.steps.oneprovider.data_tab import *
> from tests.gui.steps.oneprovider.file_browser import *
tests/gui/scenarios/test_storage_sync.py:45:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|
Collapse |
Failed
|
test_storage_sync
test_user_supports_space_with_storage_sync_and_enabled_options_write_once
|
Chrome storage sync tests |
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_supports_space_with_storage_sync_and_enabled_options_write_once'>>
> ???
tests/gui/scenarios/test_storage_sync.py:53:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(53 more lines...)
|
Collapse |
Failed
|
test_storage_sync
test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once
|
Chrome storage sync tests |
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_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once'>>
def screens():
> return [0, 1]
tests/gui/scenarios/test_storage_sync.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(54 more lines...)
|