SUSE / BCI-tests

This repository contains the tests for the SUSE Base Container Images
Apache License 2.0
8 stars 21 forks source link

389-ds tests fail on Tumbleweed #471

Closed dcermak closed 4 months ago

dcermak commented 4 months ago

Failure is here: https://github.com/SUSE/BCI-tests/actions/runs/8979806867/job/24662423700#step:11:2973

FAILED tests/test_389ds.py::test_ldapwhoami[opensuse/389-ds:3.0 from registry.opensuse.org/devel/bci/tumbleweed/containerfile/opensuse/389-ds:3.0] - AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fc310925b40>, exit_status=1, command=b'dsidm localhost initialise', _stdout=b'Enter basedn : ', _stderr=b'Error: EOF when reading a line\n')

Looks like dsidm localhost initialise needs a basedn and doesn't obtain it.