GUI acceptance tests using environment deployed from packages.

Build: #686 failed

Job: Onezone spaces basic failed

Job result summary

Completed
Duration
25 minutes
Revision
8506bca352f74b3cd71393864645d6ab0928f42e
Total tests
30
Failing since
#653 (Child of ODSRV-OZP-1257)
Fixed in
#697 (Child of ODSRV-OPRPM-1484)

Tests

  • 30 tests in total
  • 16 tests failed
  • 14 failures are new
  • 19 minutes taken in total.
New test failures 14
Status Test Duration
Collapse Failed test_onezone_spaces_basic test_user_fails_to_join_to_space_because_of_using_invalid_token[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(61 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_generates_different_deploy_provider_tokens_space_has_already_supported_by_one_provider[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_generates_different_deploy_provider_tokens_space_has_already_supported_by_one_provider[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:85: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(61 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_generates_different_support_tokens_space_has_already_supported_by_one_provider[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_generates_different_support_tokens_space_has_already_supported_by_one_provider[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:81: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(61 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_sees_no_supporting_providers_after_create_new_space[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_sees_no_supporting_providers_after_create_new_space[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(61 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_sees_that_provider_is_added_to_supporters_list_after_supporting_space[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_sees_that_provider_is_added_to_supporters_list_after_supporting_space[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:77: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(61 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_sees_that_space_size_is_zero_right_after_creating[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_sees_that_space_size_is_zero_right_after_creating[1oz_1op_deployed]'>>

    scenarios('../features/onezone/space/no_supported_space.feature')
>   scenarios('../features/onezone/space/multispace.feature')

tests/gui/scenarios/test_onezone_spaces_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(62 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_cancels_leave_space[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_successfully_cancels_leave_space[1oz_1op_deployed]'>>

    from tests.gui.steps.oneprovider_common import *
>   from tests.gui.steps.oneprovider.permissions import *

tests/gui/scenarios/test_onezone_spaces_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(62 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_cancels_rename_space[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_successfully_cancels_rename_space[1oz_1op_deployed]'>>

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

tests/gui/scenarios/test_onezone_spaces_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(62 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_copies_support_token_space_has_already_supported_by_one_provider[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_successfully_copies_support_token_space_has_already_supported_by_one_provider[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:89: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(61 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_leaves_space[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_successfully_leaves_space[1oz_1op_deployed]'>>

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

tests/gui/scenarios/test_onezone_spaces_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(62 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_renames_space[1oz_1op_deployed-button]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
confirmation_method = 'button'
request = <FixtureRequest for <Function 'test_user_successfully_renames_space[1oz_1op_deployed-button]'>>

    from tests.gui.steps.onezone.members import *
>   from tests.gui.steps.onezone.multibrowser_spaces import *

tests/gui/scenarios/test_onezone_spaces_basic.py:41: 
(63 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_renames_space[1oz_1op_deployed-enter]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
confirmation_method = 'enter'
request = <FixtureRequest for <Function 'test_user_successfully_renames_space[1oz_1op_deployed-enter]'>>

    from tests.gui.steps.onezone.members import *
>   from tests.gui.steps.onezone.multibrowser_spaces import *

tests/gui/scenarios/test_onezone_spaces_basic.py:41: 
(63 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_sets_space_as_home_space[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_successfully_sets_space_as_home_space[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(61 more lines...)
Collapse Failed test_onezone_spaces_basic test_user_successfully_unsets_space_as_home_space[1oz_1op_deployed]
12 secs
HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_successfully_unsets_space_as_home_space[1oz_1op_deployed]'>>

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

tests/gui/scenarios/test_onezone_spaces_basic.py:61: 
(63 more lines...)
Existing test failures 2
Status Test Failing since Duration
AssertionError: Modal does not contain text "Insufficient permissions"
request = <FixtureRequest for <Function 'test_user_fails_to_remove_group_from_space_without_remove_group_privileges[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onezone_spaces_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(22 more lines...)
AssertionError: Modal does not contain text "Insufficient permissions"
request = <FixtureRequest for <Function 'test_user_fails_to_remove_user_from_space_without_remove_user_privileges[1oz_1op_deployed]'>>

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

tests/gui/scenarios/test_onezone_spaces_basic.py:61: 
(24 more lines...)

Error summary

The build generated some errors. See the full build log for more details.

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4419  100  4419    0     0   9480      0 --:--:-- --:--:-- --:--:--  9503
Error response from daemon: Cannot kill container: bec9238b2c89: Container bec9238b2c89e66b17548a7e1444b0c1d9cb33984029a7358a7091a09d432352 is not running
tput: unknown terminal "unknown"
Cloning into 'bamboos'...
Cloning into 'cdmi_swagger'...
Cloning into 'one_env'...
Cloning into 'onepanel_swagger'...
Cloning into 'oneprovider_swagger'...
Cloning into 'onezone_swagger'...
Unable to use a TTY - container test-runner did not allocate one
If you don't see a command prompt, try pressing enter.
pod default/test-runner terminated (Error)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4419  100  4419    0     0   5147      0 --:--:-- --:--:-- --:--:--  5144
Error from server (NotFound): pods "dev-elasticsearch-client-548cdcf66b-8xppn" not found
Error from server (NotFound): pods "dev-elasticsearch-data-0" not found
Error response from daemon: Cannot kill container: 8463e9c19ba0: Container 8463e9c19ba0bbad3d586cd95542e7425f3d7f72fe85ee9ee1c97353b552bab3 is not running
Error response from daemon: Cannot kill container: 9815439e5c38: Container 9815439e5c38f40e424f587c316cee080b0d7365adeeaef16399318aa5c310cf is not running
Error response from daemon: Cannot kill container: 50e77d877ece: Container 50e77d877ece895e87f1147ef9bfb517538e775d3a3eb6ae2f451f089004a758 is not running
Error response from daemon: Cannot kill container: e64520756763: Container e645207567630937064a117d1ade9d2ca0f4a51a617ac61989436be624766845 is not running
Error response from daemon: Cannot kill container: 226483aebb40: Container 226483aebb40675f995201eb2ba22e245a737feefb2b3f10a87547053c01a976 is not running
Error response from daemon: Cannot kill container: 0f874c4c2e51: Container 0f874c4c2e51a0752f1ebfd1342a4746f7394a04d870b15d45843fac54417450 is not running
Error response from daemon: Cannot kill container: f930d35cb8da: Container f930d35cb8da4c0034a6eabacf4953dcedd02ab495d54b2862fd5f51668160fa is not running
Error response from daemon: Cannot kill container: 4e443f580462: Container 4e443f580462c0915e6b4a87fc6a443bb77321f7adb0d3b2ebe469cae1e4bd26 is not running
Error response from daemon: Cannot kill container: 35746d0db9f3: Container 35746d0db9f369621fdbd2e453ffcb46834a0b6a6568cdd3e4ee7cb9616689a1 is not running
Error response from daemon: Cannot kill container: 83871f8c8378: Container 83871f8c837855d72c8e03ee9dccce81668e0a13318b68281dc2aebdc8c26c62 is not running
Error response from daemon: Cannot kill container: 3c17f11b8d2e: Container 3c17f11b8d2ecf6bb96e80a7c4fe35a1547df864528190d2dd51551bd7d7bf70 is not running
Error response from daemon: Cannot kill container: 028ac421085a: Container 028ac421085a3ae95b553993a9437793029eddd147ad5f5b3d1c564a0258bcb7 is not running
Error response from daemon: Cannot kill container: 3c5bd5b93c37: Container 3c5bd5b93c378f93402bb2cf1b29c17e97d83f6b321fac57de17863af68efcff is not running
Error response from daemon: Cannot kill container: 50c1e813a22e: Container 50c1e813a22e2e472bd1abd0f704f523a8e97a0e9c43622e1a3a11f1aa16574a is not running
Error response from daemon: Cannot kill container: 5fc75d40369b: Container 5fc75d40369b58fa142dc120d05af0e13340f8245994896c8161b7a40f925f4e is not running
Error response from daemon: Cannot kill container: b780d4726c16: Container b780d4726c16d76f6707ffcd8bfe1e6b351dacf9c25fb0b05a8f00fd34b1eab4 is not running
Error response from daemon: Cannot kill container: 58298adb2b3f: Container 58298adb2b3f42c6e40fd04d6ce45056e8eabb65b3c11a046a9d10c104fe0b24 is not running
Error response from daemon: Cannot kill container: a805584ec778: Container a805584ec7784b237b4bfa6a66eaf1952e9750d5a8412da6f93d0c3e25247c91 is not running