File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-backend = 'setuptools.build_meta'
1212xfail_strict = true
1313addopts = " --strict-markers"
1414markers = [
15- ' 389-ds_2.5 ' ,
15+ ' 389-ds_2.7 ' ,
1616 ' 389-ds_latest' ,
1717 ' alertmanager_0.28' ,
1818 ' alertmanager_latest' ,
You can’t perform that action at this time.
0 commit comments