Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #173 failed
Job: Onepanel failed
user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]: Test case result
The below summarizes the result of the test " user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]" in build 173 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- user changes provider name and domain using client2 and he sees in client1 that they have changed[web GUi-RESt]
- Test class
- mixed_swaggers.scenarios.test_onepanel_basic
- Method
- test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[web GUI-REST]
- Duration
- 33 secs
- Status
- Failed (New Failure)
Error Log
RuntimeError: Couldn't find provider named "dev-oneprovider-krakow" client1 = 'web GUI', client2 = 'REST' request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[web GUI-REST]'>> from tests.gui.steps.oneprovider.common import * > from tests.gui.steps.oneprovider.data_tab import * tests/mixed_swaggers/scenarios/test_onepanel_basic.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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/mixed_swaggers/steps/space_basic.py:382: in assert_provider_has_given_name_and_known_hostname_in_oz hosts[provider]['hostname']) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ user = 'user1' users = {'admin': UserCredentials(username='admin', password='password', id=u'9c23db8b7fdfa42b05...2Nzk5MDU2NQowMDJmc2lnbmF00d...='password', id=u'542f17d2d7c1c217d0...zk5MDU2NQowMDJmc2lnbmF00dXJlIOpw1JotcXnvHgRXz9U7GgUt00j44j01AT1AFCZd019SkaMCg')} host_name = 'onezone' hosts = {'oneprovider-1': {'container_id': 'ca9359d351312a7553d5644da13f323c96686ba0121c416e64c76be4aaa2856a', 'hostname': 'de...4d9070fc54cf33b', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.11', 'name': 'dev-onezone', ...}} provider_name = 'dev-oneprovider-krakow' domain = 'dev-oneprovider-krakow.default.svc.cluster.local' def assert_provider_has_name_and_hostname_in_oz_rest(user, users, host_name, hosts, provider_name, domain): user_client = login_to_oz(user, users[user].password, hosts[host_name]['hostname']) provider_api = ProviderApi(user_client) providers = provider_api.oz_providers_list().providers for pid in providers: provider = provider_api.get_provider_details(pid) if provider.name == provider_name: assert provider.domain == domain, 'Provider has domain {} instead' \ ' of {}'.format(provider.domain, domain) break else: raise RuntimeError('Couldn\'t find provider ' > 'named "{}"'.format(provider_name)) E RuntimeError: Couldn't find provider named "dev-oneprovider-krakow" tests/mixed_swaggers/utils/onezone/provider.py:28: RuntimeError