Actions
action #126074
closedtest fails in _root_BCI-tests_389ds_podman
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
Updated by jlausuch almost 2 years 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
Updated by dancermak almost 2 years 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