GUI acceptance tests using environment deployed from packages.
Build: #1540 failed
Job: Chrome oneprovider hardlinks and symlinks failed
new metadata and qos are inherited by all hardlinks after file browser refresh[1oz 1op deployed]: Test case result
The below summarizes the result of the test " new metadata and qos are inherited by all hardlinks after file browser refresh[1oz 1op deployed]" in build 1,540 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks and symlinks.
- Description
- new metadata and qos are inherited by all hardlinks after file browser refresh[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_hardlinks_and_symlinks
- Method
- test_new_metadata_and_qos_are_inherited_by_all_hardlinks_after_file_browser_refresh[1oz_1op_deployed]
- Duration
- 3 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Not found "hello = "WORLD"" QoS requirement in modal "Quality of Service" request = <FixtureRequest for <Function 'test_new_metadata_and_qos_are_inherited_by_all_hardlinks_after_file_browser_refresh[1oz_1op_deployed]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/utils/bdd_utils.py:77: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-775>:2: in assert_expression_in_quality_of_service_modal ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="f8861a323e178eada7249ad58b094a98")>} browser_id = 'browser', modals = <class 'tests.gui.utils.common.modals.Modals'> expression = 'hello = "WORLD"' hosts = {'elasticsearch': {'container-id': '59b56f46fe6bb173387dcbb8e011f861985e167ca617425e2f9dae01464a00b1', 'ip': '172.17.0...5dc103dcc889325', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.8', 'name': 'dev-onezone', ...}} users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f4dc38284a8>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7f4dc38bd1d0>, 'space-owner-user': <tests.utils.user_utils.User object at 0x7f4dc38488d0>} @wt(parsers.parse('user of {browser_id} sees [{expression}] QoS requirement ' 'in modal "Quality of Service"')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_expression_in_quality_of_service_modal(selenium, browser_id, modals, expression, hosts, users): driver = selenium[browser_id] requirements = modals(driver).quality_of_service.requirements ready_expression = process_expression(expression, hosts, users) for requirement in requirements: expression_in_modal = requirement.expression.replace('\n', ' ') if expression_in_modal == ready_expression: assert True return > assert False, (f'Not found "{expression}" QoS requirement ' f'in modal "Quality of Service"') E AssertionError: Not found "hello = "WORLD"" QoS requirement in modal "Quality of Service" tests/gui/steps/oneprovider/qos.py:102: AssertionError