Build: #34 failed

Job: Chrome data basic tests failed

create directory structure[web GUi-RESt]: Test case result

The below summarizes the result of the test " create directory structure[web GUi-RESt]" in build 34 of Onedata Products - mixed acceptance pkg - feature-VFS-4500-luma-acceptance-one-env-tests-develop - Chrome data basic tests.
Description
create directory structure[web GUi-RESt]
Test class
mixed_swaggers.scenarios.test_data_basic
Method
test_create_directory_structure[web GUI-REST]
Duration
37 secs
Status
Failed (New Failure)

Error Log

HTTPBadGateway: [502] Bad Gateway: <html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html>
client1 = 'web GUI', client2 = 'REST'
request = <FixtureRequest for <Function 'test_create_directory_structure[web GUI-REST]'>>

>   ???

tests/mixed_swaggers/scenarios/test_data_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/steps.py:165: in step_func
    result = get_fixture_value(request, func.__name__)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/utils.py:36: in get_fixture_value
    return getfixturevalue(name)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:430: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:455: in _get_active_fixturedef
    self._compute_fixture_value(fixturedef)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:526: in _compute_fixture_value
    fixturedef.execute(request=subrequest)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:797: in execute
    return hook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:617: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:222: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python2.7/dist-packages/pluggy/__init__.py:216: in <lambda>
    firstresult=hook.spec_opts.get('firstresult'),
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:828: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:707: in call_fixture_func
    res = next(it)
tests/gui/steps/rest/env_up/users.py:32: in users_creation
    admin_credentials)
<decorator-gen-4>:2: in _create_admin_in_zone
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/rest/env_up/users.py:56: in _create_admin_in_zone
    auth=(username, password)).json()
tests/gui/steps/rest/utils.py:41: in http_get
    verify, cert, auth, default_headers=default_headers)
tests/gui/steps/rest/utils.py:81: in http_request
    raise_http_exception(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = <Response [502]>

    def raise_http_exception(response):
        ex_cls = _exceptions.get(response.status_code, HTTPError)
>       raise ex_cls(response)
E       HTTPBadGateway: [502] Bad Gateway: <html>
E       <head><title>502 Bad Gateway</title></head>
E       <body bgcolor="white">
E       <center><h1>502 Bad Gateway</h1></center>
E       <hr><center>nginx</center>
E       </body>
E       </html>

tests/gui/steps/rest/exceptions.py:15: HTTPBadGateway