GUI acceptance tests using environment deployed from packages.

Build: #2812 failed

Job: Atm workflow execution failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

user sees that different checksums are well counted after execution of uploaded countingdifferentchecksums workflow[1oz 1op openfaas]: Test case result

The below summarizes the result of the test " user sees that different checksums are well counted after execution of uploaded countingdifferentchecksums workflow[1oz 1op openfaas]" in build 2,812 of Onedata Products - gui acceptance pkg - Atm workflow execution.
Description
user sees that different checksums are well counted after execution of uploaded countingdifferentchecksums workflow[1oz 1op openfaas]
Test class
gui.scenarios.test_atm_workflows_execution
Method
test_user_sees_that_different_checksums_are_well_counted_after_execution_of_uploaded_countingdifferentchecksums_workflow[1oz_1op_openfaas]
Duration
4 mins
Status
Failed (New Failure)

Error Log

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-bamboo/pytest-0/test_user_sees_that_different_1/browser/download/file2'
request = <FixtureRequest for <Function 'test_user_sees_that_different_checksums_are_well_counted_after_execution_of_uploaded_countingdifferentchecksums_workflow[1oz_1op_openfaas]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/oneprovider/automation/workflow_results.py:137: in count_checksums_and_compare_them
    count_checksums_for_file(browser_id, tmp_memory, file_name, tmpdir,
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-1409>:2: in count_checksums_for_file
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/oneprovider/automation/workflow_results.py:89: in count_checksums_for_file
    results[checksum] = globals()[sum_name](downloaded_file)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

file_name = local('/tmp/pytest-of-bamboo/pytest-0/test_user_sees_that_different_1/browser/download/file2')

    def md5_sum(file_name):
        hash_md5 = hashlib.md5()
>       with open(file_name, "rb") as f:
E       FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-bamboo/pytest-0/test_user_sees_that_different_1/browser/download/file2'

tests/gui/utils/common/count_checksums.py:14: FileNotFoundError