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

Build: #1032 failed

Job: Chrome single file tests failed

user removes file using client1 and using client2 sees that it has disappeared[1oz 1op 1oc-RESt-web GUi-RESt]: Test case result

The below summarizes the result of the test " user removes file using client1 and using client2 sees that it has disappeared[1oz 1op 1oc-RESt-web GUi-RESt]" in build 1,032 of Onedata Products - mixed acceptance pkg - Chrome single file tests.
Description
user removes file using client1 and using client2 sees that it has disappeared[1oz 1op 1oc-RESt-web GUi-RESt]
Test class
mixed.scenarios.test_single_file
Method
test_user_removes_file_using_client1_and_using_client2_sees_that_it_has_disappeared[1oz_1op_1oc-REST-web GUI-REST]
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

test setup failure
env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CFBT/onedata/tests/mixed/environments/1oz_1op_1oc.yaml'
hosts = {}
request = <SubRequest 'env_desc' for <Function 'test_user_creates_file_using_client1_and_using_client2_sees_that_it_has_appeared[1oz_1op_1oc-REST-web GUI-REST]'>>
users = {}
previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CFBT/onedata/tests/mixed/environments/1oz_1op_1oc.yaml'}

    @fixture(scope='session')
    def env_desc(env_description_abs_path, hosts, request, users, previous_env):
        from tests.conftest import env_desc
        return env_desc(env_description_abs_path, hosts, request, users,
>                       previous_env)

tests/gui/conftest.py:398: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/conftest.py:338: in env_desc
    env_description_abs_path
tests/conftest.py:458: in start_environment
    pods_cfg = get_pods_config()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def get_pods_config():
        pods_json = get_pods_with_kubectl()['items']
        pods = {}
        for pod in pods_json:
            pod_data = pod['metadata']
            pod_title = pod_data['name']
            pod_name = pod_data['labels']['app']
            pod_service_type = pod_data['labels'].get('component', None)
            pod_service_name = pod_data['labels'].get('chart', None)
            pod_namespace = pod_data['namespace']
            pod_ip = pod['status']['podIP']
>           pod_container_id = pod['status']['containerStatuses'][0]['containerID']
E           KeyError: 'containerID'

tests/conftest.py:495: KeyError