GUI acceptance tests using environment deployed from packages.
Build: #369 was successful
Job: Chrome transfers multi browser tests was successful
user replicates directory with 2 files on different providers to current provider[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user replicates directory with 2 files on different providers to current provider[1oz 2op deployed]" in build 369 of Onedata Products - gui acceptance pkg - Chrome transfers multi browser tests.
- Description
- user replicates directory with 2 files on different providers to current provider[1oz 2op deployed]
- Test class
- gui.scenarios.test_oneprovider_transfers_multi
- Method
- test_user_replicates_directory_with_2_files_on_different_providers_to_current_provider[1oz_2op_deployed]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: distribution for dev-oneprovider-paris is not entirely filled request = <FixtureRequest for <Function 'test_user_replicates_directory_with_2_files_on_different_providers_to_current_provider[1oz_2op_deployed]'>> from tests.gui.steps.oneprovider.transfers import * > from tests.gui.meta_steps.oneprovider.common import * tests/gui/scenarios/test_oneprovider_transfers_multi.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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) tests/gui/meta_steps/oneprovider/common.py:106: in assert_file_chunks hosts) <decorator-gen-200>:2: in assert_provider_chunk_in_data_distribution_filled ??? tests/utils/utils.py:71: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="fa8a07369f2a45473723b074cdde378c")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="b0cab8f9987ea79b86eb20e4155c4bb9")>} browser_id = 'browser1', provider = 'dev-oneprovider-paris' modals = <class 'tests.gui.utils.common.modals.Modals'> hosts = {'oneprovider-1': {'container-id': 'ca475b62a6bf8e04621b13d2cf35e935a6654b64b6ff016de988d2858ddd636e', 'hostname': 'de...cfc515e9267a45', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.13', 'name': 'dev-onezone', ...}} @when(parsers.parse('user of {browser_id} sees that chunk bar for provider ' '"{provider}" is entirely filled')) @then(parsers.parse('user of {browser_id} sees that chunk bar for provider ' '"{provider}" is entirely filled')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_provider_chunk_in_data_distribution_filled(selenium, browser_id, provider, modals, hosts): driver = selenium[browser_id] provider = hosts[provider]['name'] prov_rec = modals(driver).data_distribution.providers[provider] distribution = prov_rec.distribution size, _ = distribution.size chunks = distribution.chunks assert len(chunks) == 1, 'distribution for {} is not ' \ > 'entirely filled'.format(provider) E AssertionError: distribution for dev-oneprovider-paris is not entirely filled tests/gui/steps/oneprovider/data_tab.py:345: AssertionError