GUI acceptance tests using environment deployed from packages.

Build: #471 failed

Job: Oneprovider data tab failed

user sees that with one file selected only create directory create file edit metadata upload file rename element change element permissions remove element show data distribution buttons from toolbar are enabled[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees that with one file selected only create directory create file edit metadata upload file rename element change element permissions remove element show data distribution buttons from toolbar are enabled[1oz 1op deployed]" in build 471 of Onedata Products - gui acceptance pkg - Chrome oneprovider data tab tests.
Description
user sees that with one file selected only create directory create file edit metadata upload file rename element change element permissions remove element show data distribution buttons from toolbar are enabled[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_data_tab
Method
test_user_sees_that_with_one_file_selected_only_create_directory_create_file_edit_metadata_upload_file_rename_element_change_element_permissions_remove_element_show_data_distribution_buttons_from_toolbar_are_enabled[1oz_1op_deployed]
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-GAPT-CODTT/onedata/tests/gui/environments/1oz_1op_deployed.yaml'
hosts = {}
request = <SubRequest 'env_desc' for <Function 'test_user_changes_directory_using_breadcrumbs[1oz_1op_deployed]'>>
users = {}

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

tests/gui/conftest.py:388: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/conftest.py:266: in env_desc
    users, env_description_abs_path)
tests/conftest.py:379: in start_environment
    parse_hosts_cfg(pods_cfg, hosts, request)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

pods_cfg = None, hosts = {}
request = <SubRequest 'env_desc' for <Function 'test_user_changes_directory_using_breadcrumbs[1oz_1op_deployed]'>>

    def parse_hosts_cfg(pods_cfg, hosts, request):
        sources_data = {}
        data_path = deployment_data_path()
        if os.path.isfile(data_path):
            with open(data_path, 'r') as deployment_data_file:
                deployment_data = yaml.load(deployment_data_file)
                sources_data = deployment_data.get('sources')
    
>       for pod_name, pod_cfg in pods_cfg.items():
E       AttributeError: 'NoneType' object has no attribute 'items'

tests/conftest.py:216: AttributeError