Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #321 failed
Job: Chrome ACL tests failed
user sets acl with one entry[1oz 1op deployed-RESt-web GUi-[read acl, change acl]-user-user1-file1]: Test case result
The below summarizes the result of the test " user sets acl with one entry[1oz 1op deployed-RESt-web GUi-[read acl, change acl]-user-user1-file1]" in build 321 of Onedata Products - mixed acceptance pkg - Chrome ACL tests.
- Description
- user sets acl with one entry[1oz 1op deployed-RESt-web GUi-[read acl, change acl]-user-user1-file1]
- Test class
- mixed.scenarios.test_acl_basic
- Method
- test_user_sets_acl_with_one_entry[1oz_1op_deployed-REST-web GUI-[read acl, change acl]-user-user1-file1]
- Duration
- 5 mins
- Status
- Failed (New Failure)
Error Log
test setup failure env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CAT/onedata/tests/mixed/environments/1oz_1op_deployed.yaml' hosts = {} request = <SubRequest 'env_desc' for <Function 'test_user_sets_acl_with_one_entry[1oz_1op_deployed-REST-web GUI-[read acl, change acl]-user-user1-file1]'>> 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:250: in env_desc users, env_description_abs_path) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ scenario_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CAT/onedata/tests/mixed/environments/1oz_1op_deployed.yaml' request = <SubRequest 'env_desc' for <Function 'test_user_sets_acl_with_one_entry[1oz_1op_deployed-REST-web GUI-[read acl, change acl]-user-user1-file1]'>> hosts = {}, patch_path = '', users = {} env_description_abs_path = '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CAT/onedata/tests/mixed/environments/1oz_1op_deployed.yaml' def start_environment(scenario_path, request, hosts, patch_path, users, env_description_abs_path): init_helm() clean = False if request.config.getoption('--no-clean') else True if clean: up_args = parse_up_args(request, scenario_path) _, ret = run_onenv_command('up', up_args) if ret != 0: handle_env_init_error(request, env_description_abs_path, 'up') wait_args = parse_wait_args(request) run_onenv_command('wait', wait_args) status_output, _ = run_onenv_command('status') status_output = yaml.load(status_output.decode('utf-8')) > env_ready = status_output.get('ready') E AttributeError: 'NoneType' object has no attribute 'get' tests/conftest.py:343: AttributeError