GUI acceptance tests using environment deployed from packages.

Build: #2134 failed

Job: Oneprovider archives recall failed

Stages & jobs

  1. Acceptance Test

user successfully recalls archive if there is space on device[1oz 1op slow file operations]: Test case result

The below summarizes the result of the test " user successfully recalls archive if there is space on device[1oz 1op slow file operations]" in build 2,134 of Onedata Products - gui acceptance pkg - Chrome oneprovider archives recall.
Description
user successfully recalls archive if there is space on device[1oz 1op slow file operations]
Test class
gui.scenarios.test_oneprovider_archives_recall
Method
test_user_successfully_recalls_archive_if_there_is_space_on_device[1oz_1op_slow_file_operations]
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

test setup failure
env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COARL/onedata/tests/gui/environments/1oz_1op_slow_file_operations.yaml'

    @pytest.fixture(scope='session')
    def env_desc(env_description_abs_path):
>       with open(env_description_abs_path, 'r') as env_desc_file:
E       FileNotFoundError: [Errno 2] No such file or directory: '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COARL/onedata/tests/gui/environments/1oz_1op_slow_file_operations.yaml'

tests/conftest.py:178: FileNotFoundError