GUI acceptance tests using environment deployed from packages.
Build: #1539 failed
Job: Chrome oneprovider hardlinks and symlinks failed
newly created hardlink inherits metadata and qos from original file[1oz 1op deployed]: Test case result
The below summarizes the result of the test " newly created hardlink inherits metadata and qos from original file[1oz 1op deployed]" in build 1,539 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks and symlinks.
- Description
- newly created hardlink inherits metadata and qos from original file[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_hardlinks_and_symlinks
- Method
- test_newly_created_hardlink_inherits_metadata_and_qos_from_original_file[1oz_1op_deployed]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Not found "hello = "WORLD"" QoS requirement in modal "Quality of Service" request = <FixtureRequest for <Function 'test_newly_created_hardlink_inherits_metadata_and_qos_from_original_file[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="31415bdaa2268c96a6da2b7f8abf68b2")>} browser_id = 'browser', modals = <class 'tests.gui.utils.common.modals.Modals'> expression = 'hello = "WORLD"' hosts = {'elasticsearch': {'container-id': 'c4cd5bb5d356e7cb597722f61eb630cd349b8706edb13bf8e2e6edd377f63ae0', 'ip': '172.17.0...da31f3344333cf', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.12', 'name': 'dev-onezone', ...}} users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7f052a320278>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7f052a2d0940>, 'space-owner-user': <tests.utils.user_utils.User object at 0x7f052a344f98>} @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