Build: #1 was successful
Job: Chrome transfers multi browser tests was successful
user migrates file from remote provider to current provider: Test case result
The below summarizes the result of the test " user migrates file from remote provider to current provider" in build 1 of Onedata Products - gui acceptance pkg - feature-VFS-4389-add-option-for-deleting-existing - Chrome transfers multi browser tests.
- Description
- user migrates file from remote provider to current provider
- Test class
- gui.scenarios.test_oneprovider_transfers_multi
- Method
- test_user_migrates_file_from_remote_provider_to_current_provider
- Duration
- 3 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Transfer total files is 1 instead of 2 in ended request = <FixtureRequest for <Function 'test_user_migrates_file_from_remote_provider_to_current_provider'>> > @pytest.fixture(scope='module') def screens(): tests/gui/scenarios/test_oneprovider_transfers_multi.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) <decorator-gen-348>:2: in assert_ended_transfer ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/transfers.py:46: in assert_ended_transfer _assert_transfer(transfer, item_type, desc, 'ended', hosts) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transfer = <tests.gui.utils.oneprovider.transfers.TransferRecordHistory object at 0x7f51f167b7d0> item_type = 'file' desc = {'destination': 'oneprovider-2', 'name': 'large_file.txt', 'status': 'completed', 'total files': 2, ...} sufix = 'ended' hosts = {'oneprovider-1': {'container_id': '3d3a781732c7d268eceb8d3ba7ffe2604094af1a87202772f9da49c2c2228672', 'hostname': 'de...74c7b16a2eef21c', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.48', 'name': 'dev-onezone', ...}} def _assert_transfer(transfer, item_type, desc, sufix, hosts): assert getattr(transfer, 'is_{}'.format(item_type))(), \ 'Transferred item is not {} in {}'.format(item_type, sufix) desc = yaml.load(desc) for key, val in desc.items(): if key == 'destination': val = hosts[val]['name'] transfer_val = getattr(transfer, key.replace(' ', '_')) assert transfer_val == str(val), \ 'Transfer {} is {} instead of {} in {}'.format(key, transfer_val, > val, sufix) E AssertionError: Transfer total files is 1 instead of 2 in ended tests/gui/steps/oneprovider/transfers.py:28: AssertionError