GUI acceptance tests using environment deployed from packages.
Build: #201 failed
Job: Chrome transfers tests failed
user replicates directory to remote provider: Test case result
The below summarizes the result of the test " user replicates directory to remote provider" in build 201 of Onedata Products - gui acceptance pkg - Chrome transfers tests.
- Description
- user replicates directory to remote provider
- Test class
- gui.scenarios.test_oneprovider_transfers
- Method
- test_user_replicates_directory_to_remote_provider
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
RuntimeError: no "dev-oneprovider-paris" found in Data distribution modal for "dir1" request = <FixtureRequest for <Function 'test_user_replicates_directory_to_remote_provider'>> from tests.gui.steps.oneprovider.transfers import * > from tests.gui.meta_steps.oneprovider.common import * tests/gui/scenarios/test_oneprovider_transfers.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:73: in meta_replicate_item replicate_item(selenium, browser_id, provider, hosts) tests/gui/steps/oneprovider/transfers.py:102: in replicate_item .providers[provider_name] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f801ce91990> sel = 'dev-oneprovider-paris' def __getitem__(self, sel): if isinstance(sel, int): item = self._getitem_by_idx(sel) if item: return self.cls(self.driver, item, self.parent) else: raise RuntimeError('Index out of bound. Requested item at ' '{idx} while limit is {limit} in ' '{parent}'.format(idx=sel, limit=len(self), parent=self.parent)) elif isinstance(sel, (str, unicode)): item = self._getitem_by_id(sel) if item: return item else: raise RuntimeError('no "{id}" found in ' '{parent}'.format(id=sel, > parent=self.parent)) E RuntimeError: no "dev-oneprovider-paris" found in Data distribution modal for "dir1" tests/gui/utils/core/web_objects.py:85: RuntimeError