GUI acceptance tests using environment deployed from packages.

Build: #368 failed

Job: Chrome transfers multi browser tests failed

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 368 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 (New 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="025a452dc00ca688d62143a1f1cad421")>, 'browser2': <selenium.webdriver.chrome.webdriver.WebDriver (session="521231e3fc99e3996353ea36ae850b47")>}
browser_id = 'browser1', provider = 'dev-oneprovider-paris'
modals = <class 'tests.gui.utils.common.modals.Modals'>
hosts = {'oneprovider-1': {'container-id': 'd9f8825540c5fa69bf0c33a85999ea05c40c4daea0c882635da8081495ed6e5a', 'hostname': 'de...59ab68ca0d3359', '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