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 #1

Updated by jlausuch over 1 year ago

  • Status changed from New to In Progress
  • Assignee set to dancermak

This is due to old podman version.
Dan is working on it already: https://github.com/dcermak/pytest_container/pull/132

Actions #2

Updated by dancermak over 1 year ago

jlausuch wrote:

This is due to old podman version.
Dan is working on it already: https://github.com/dcermak/pytest_container/pull/132

The PR has been merged, can you please try the tests on RHEL 7 again?

Actions #3

Updated by jlausuch about 1 year ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF