Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #9 failed

Job: Onepanel failed

user changes provider name and domain using client2 and he sees in client1 that they have changed[RESt-web GUi]: 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[RESt-web GUi]" in build 9 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[RESt-web GUi]
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[REST-web GUI]
Duration
25 secs
Status
Failed (Existing Failure)

Error Log

KeyError: u'pro1'
client1 = 'REST', client2 = 'web GUI'
request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[REST-web GUI]'>>

    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)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

client = 'web gui'
request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[REST-web GUI]'>>
user = 'user1', provider_name = 'pro1', host = 'onezone'
users = {'admin': UserCredentials(username='admin', password='password', id=u'db2952afb79ca94353...1ODYyMTY5OQowMDJmc2lnbmF00d...='password', id=u'7defb7a0762d70d5bc...DYyMTY5OQowMDJmc2lnbmF00dXJlINpnZIDQ9I007mWAmNjBxMsZrm8bn4i00Ys5WrRRt97902ECg')}
hosts = {'oneprovider-1': {'container_id': '696d4a251fee0c7f0b824eba8bd1035db5e7489bc8db5946f10344d2e6fa5945', 'hostname': 'de...2b165d8826c2622', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.32.0.13', 'name': 'dev-onezone', ...}}
selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="831335033254263f5daab7929b133986")>, 'browsers': <s...b7929b133986")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="378627f2636369af2d21031142a89e4f")>}
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>

    @then(parsers.re('using (?P<client>.*), (?P<user>.+?) sees provider named '
                     '"(?P<provider_name>.+?)" with test hostname in '
                     '"(?P<host>.+?)" Onezone service'))
    def assert_provider_has_given_name_and_test_hostname_in_oz(client, request, user,
                                                               provider_name, host,
                                                               users, hosts,
                                                               selenium, oz_page):
    
>       test_domain = '{}.test'.format(hosts[provider_name]['hostname'])
E       KeyError: u'pro1'

tests/mixed_swaggers/steps/onepanel_basic.py:140: KeyError