Skip to content

Commit 8013627

Browse files
authored
Merge pull request #1030 from SUSE/389ds_update
Adjust for the updated 389ds 2.7 container
2 parents 64269d8 + 2d0720f commit 8013627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bci_tester/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ def create_BCI(
810810
forwarded_ports=[PortForwarding(container_port=3389)],
811811
)
812812
for ver, os_ver in (
813-
("2.5", ("15.7",)),
813+
("2.7", ("15.7",)),
814814
("latest", ("tumbleweed",)),
815815
)
816816
]
@@ -1342,7 +1342,6 @@ def create_BCI(
13421342
PC_AZ_TOOLCHAIN_RUNTIME_PROVIDER_CONTAINER,
13431343
]
13441344
+ BASE_FIPS_CONTAINERS
1345-
+ CONTAINER_389DS_CONTAINERS
13461345
+ GCC_CONTAINERS
13471346
+ GOLANG_CONTAINERS
13481347
+ KIWI_CONTAINERS
@@ -1391,6 +1390,7 @@ def create_BCI(
13911390
*BIND_CONTAINERS,
13921391
*BLACKBOX_CONTAINERS,
13931392
BUSYBOX_CONTAINER,
1393+
*CONTAINER_389DS_CONTAINERS,
13941394
DISTRIBUTION_CONTAINER,
13951395
GIT_CONTAINER,
13961396
*GRAFANA_CONTAINERS,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = 'setuptools.build_meta'
1212
xfail_strict = true
1313
addopts = "--strict-markers"
1414
markers = [
15-
'389-ds_2.5',
15+
'389-ds_2.7',
1616
'389-ds_latest',
1717
'alertmanager_0.28',
1818
'alertmanager_latest',

0 commit comments

Comments
 (0)