Project

General

Profile

Actions

action #126074

closed

test fails in _root_BCI-tests_389ds_podman

Added by ilausuch over 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
2023-03-15
Due date:
% Done:

0%

Estimated time:
Tags:

Description

Observation

Fails on


    @staticmethod
    def _network_settings_from_inspect(
        container_inspect: Any,
    ) -> ContainerNetworkSettings:
        net_settings = container_inspect["NetworkSettings"]
        ports = []
        if "Ports" in net_settings and net_settings["Ports"]:
>           for container_port, bindings in net_settings["Ports"].items():
E           AttributeError: 'list' object has no attribute 'items'

openQA test in scenario sle-15-SP4-BCI-Updates-x86_64-app_image_on_res7@64bit fails in
_root_BCI-tests_389ds_podman

Test suite description

The base test suite is used for job templates defined in YAML documents. It has no settings of its own.

Reproducible

Fails since (at least) Build 12.47_pcp-image

Expected result

Last good: 12.46_pcp-image (or more recent)

Further details

Always latest result in this scenario: latest

Actions

Also available in: Atom PDF