GUI acceptance tests using environment deployed from packages.

Build: #2377 failed

Job: Atm workflow execution failed

Stages & jobs

  1. Acceptance Test

user sees finished state and output store content of executed inout workflow created using gui[1oz 1op openfaas]: Test case result

The below summarizes the result of the test " user sees finished state and output store content of executed inout workflow created using gui[1oz 1op openfaas]" in build 2,377 of Onedata Products - gui acceptance pkg - Chrome oneprovider atm workflow execution tests.
Description
user sees finished state and output store content of executed inout workflow created using gui[1oz 1op openfaas]
Test class
gui.scenarios.test_oneprovider_atm_workflows_execution
Method
test_user_sees_finished_state_and_output_store_content_of_executed_inout_workflow_created_using_gui[1oz_1op_openfaas]
Jira Issue
Duration
7 secs
Status
Failed (New Failure)

Error Log

test setup failure
env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COAWET/onedata/tests/gui/environments/1oz_1op_openfaas.yaml'
hosts = {}
request = <SubRequest 'maybe_start_env' for <Function 'test_user_sees_finished_state_and_output_store_content_of_executed_inout_workflow_created_using_gui[1oz_1op_openfaas]'>>
env_desc = {'oneprovider-1': {'batchConfig': {'createUsers': False}}, 'onezone': {'batchConfig': {'createUsers': False}}, 'openfaas': True, 'scenario': 'scenario-1oz-1op', ...}
users = {}
previous_env = {'env_path': '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-COAWET/onedata/tests/gui/environments/1oz_1op_openfaas.yaml'}
test_config = {}

    @pytest.fixture(scope='session', autouse=True)
    def maybe_start_env(env_description_abs_path, hosts, request, env_desc, users, previous_env,
                        test_config):
        test_type = get_test_type(request)
    
        if _should_start_new_env(env_description_abs_path, previous_env):
>           start_test_env(request, test_type, env_desc, hosts, users, env_description_abs_path,
                           test_config, previous_env)

tests/conftest.py:191: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/conftest.py:238: in start_test_env
    result = start_environment(
tests/utils/environment_utils.py:55: in start_environment
    setup_hosts_cfg(hosts, request)
tests/utils/environment_utils.py:160: in setup_hosts_cfg
    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']
E           KeyError: 'app'

tests/utils/environment_utils.py:327: KeyError