Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_389ds.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Basic tests for the 389-ds Application container image."""

## Maintainer: BCI team (#proj-bci)

from pytest_container.runtime import LOCALHOST

from bci_tester.data import CONTAINER_389DS_CONTAINERS
Expand Down
2 changes: 2 additions & 0 deletions tests/test_ai.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the SUSE AI container."""

## Maintainer: AI team (#help-ai-technical)

import pytest
import requests
from tenacity import retry
Expand Down
2 changes: 2 additions & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
This module contains tests that are run for **all** containers.
"""

## Maintainer: BCI team (#proj-bci)

import datetime
import fnmatch
import json
Expand Down
2 changes: 2 additions & 0 deletions tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

"""

## Maintainer: BCI team (#proj-bci)

from typing import Dict

import pytest
Expand Down
2 changes: 2 additions & 0 deletions tests/test_busybox.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Test module performing simple smoke tests for the busybox container image."""

## Maintainer: BCI team (#proj-bci)

from typing import Dict

import pytest
Expand Down
2 changes: 2 additions & 0 deletions tests/test_cosign.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the cosign container, the image with cosign pre-installed."""

## Maintainer: BCI team (#proj-bci)

from bci_tester.data import COSIGN_CONTAINERS

CONTAINER_IMAGES = COSIGN_CONTAINERS
Expand Down
2 changes: 2 additions & 0 deletions tests/test_distribution.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the distribution container"""

## Maintainer: BCI team (#proj-bci)

import textwrap

import requests
Expand Down
2 changes: 2 additions & 0 deletions tests/test_dotnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

"""

## Maintainer: BCI team (#proj-bci)

import re
import xml.etree.ElementTree as ET
from typing import List
Expand Down
2 changes: 2 additions & 0 deletions tests/test_fips.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

"""

## Maintainer: BCI team (#proj-bci)

import re
from pathlib import Path

Expand Down
2 changes: 2 additions & 0 deletions tests/test_gcc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the gcc containers."""

## Maintainer: BCI team (#proj-bci)

import pytest
from pytest_container import DerivedContainer
from pytest_container import container_and_marks_from_pytest_param
Expand Down
2 changes: 2 additions & 0 deletions tests/test_git.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the git container, the image with git pre-installed."""

## Maintainer: BCI team (#proj-bci)

import pytest
from pytest_container.container import DerivedContainer
from pytest_container.container import ImageFormat
Expand Down
2 changes: 2 additions & 0 deletions tests/test_go.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the Go language container."""

## Maintainer: BCI team (#proj-bci)

import re
from pathlib import Path
from typing import Tuple
Expand Down
2 changes: 2 additions & 0 deletions tests/test_grafana.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the Grafana containers."""

## Maintainer: BCI team (#proj-bci)

import pytest
import requests
import tenacity
Expand Down
2 changes: 2 additions & 0 deletions tests/test_helm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the helm container, the image with helm pre-installed."""

## Maintainer: BCI team (#proj-bci)

from bci_tester.data import HELM_CONTAINER

CONTAINER_IMAGES = (HELM_CONTAINER,)
Expand Down
2 changes: 2 additions & 0 deletions tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

"""

## Maintainer: BCI team (#proj-bci)

import datetime
import json
import re
Expand Down
4 changes: 4 additions & 0 deletions tests/test_kea.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""This module tests the kea DHCP server application."""

## Maintainer: BCI team (#proj-bci)

import json
import os
import re
Expand Down
2 changes: 2 additions & 0 deletions tests/test_kernel_module.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the SLE15 kernel-module container."""

## Maintainer: BCI team (#proj-bci)

import re

import pytest
Expand Down
2 changes: 2 additions & 0 deletions tests/test_kiwi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the kiwi container, the image with kiwi package & dependencies pre-installed."""

## Maintainer: BCI team (#proj-bci)

import os

import pytest
Expand Down
4 changes: 4 additions & 0 deletions tests/test_kubectl.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""This module tests the kubectl container."""

## Maintainer: BCI team (#proj-bci)

import json

import pytest
Expand Down
2 changes: 2 additions & 0 deletions tests/test_mariadb.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the MariaDB related application container images."""

## Maintainer: BCI team (#proj-bci)

import os
from itertools import product
from pathlib import Path
Expand Down
2 changes: 2 additions & 0 deletions tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

"""

## Maintainer: BCI team (#proj-bci)

import urllib.parse
from pathlib import Path
from typing import List
Expand Down
2 changes: 2 additions & 0 deletions tests/test_minimal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the minimal BCI container (the container without zypper but with rpm)."""

## Maintainer: BCI team (#proj-bci)

from typing import Dict

import pytest
Expand Down
2 changes: 2 additions & 0 deletions tests/test_multistage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Integration tests via multistage container builds."""

## Maintainer: BCI team (#proj-bci)

import pytest
from _pytest.config import Config
from pytest_container import GitRepositoryBuild
Expand Down
2 changes: 2 additions & 0 deletions tests/test_nginx.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the nginx container, the image with nginx pre-installed."""

## Maintainer: BCI team (#proj-bci)

import requests
from tenacity import retry
from tenacity import stop_after_attempt
Expand Down
2 changes: 2 additions & 0 deletions tests/test_node.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the Node.js base container images."""

## Maintainer: BCI team (#proj-bci)

from textwrap import dedent

import pytest
Expand Down
2 changes: 2 additions & 0 deletions tests/test_openjdk.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests of the OpenJDK base container."""

## Maintainer: BCI team (#proj-bci)

import os.path
import re
import time
Expand Down
2 changes: 2 additions & 0 deletions tests/test_openjdk_devel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

"""

## Maintainer: BCI team (#proj-bci)

import pytest
from pytest_container import DerivedContainer
from pytest_container import container_and_marks_from_pytest_param
Expand Down
2 changes: 2 additions & 0 deletions tests/test_pcp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the pcp container"""

## Maintainer: BCI team (#proj-bci)

import time

import requests
Expand Down
2 changes: 2 additions & 0 deletions tests/test_php.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the PHP-cli, -apache and -fpm containers."""

## Maintainer: BCI team (#proj-bci)

try:
from typing import Literal
except ImportError:
Expand Down
2 changes: 2 additions & 0 deletions tests/test_postfix.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the postfix container, the image with postfix, sendmail and mailq pre-installed."""

## Maintainer: BCI team (#proj-bci)

import pytest
from pytest_container import DerivedContainer
from pytest_container import container_and_marks_from_pytest_param
Expand Down
2 changes: 2 additions & 0 deletions tests/test_postgres.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the PostgreSQL related application container images."""

## Maintainer: BCI team (#proj-bci)

from datetime import timedelta
from itertools import product
from typing import List
Expand Down
2 changes: 2 additions & 0 deletions tests/test_prometheus.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the Prometheus containers."""

## Maintainer: BCI team (#proj-bci)

import pytest
import requests
from pytest_container.container import ContainerData
Expand Down
2 changes: 2 additions & 0 deletions tests/test_python.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Basic tests for the Python base container images."""

## Maintainer: BCI team (#proj-bci)

import hashlib

import packaging.version
Expand Down
2 changes: 2 additions & 0 deletions tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

"""

## Maintainer: BCI team (#proj-bci)

import xml.etree.ElementTree as ET
from typing import Callable
from typing import List
Expand Down
2 changes: 2 additions & 0 deletions tests/test_ruby.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Basic tests for the Ruby base container images."""

## Maintainer: BCI team (#proj-bci)

import pytest

from bci_tester.data import OS_VERSION
Expand Down
2 changes: 2 additions & 0 deletions tests/test_rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Rust development containers include rust and cargo.
"""

## Maintainer: BCI team (#proj-bci)

import pytest
from pytest_container import GitRepositoryBuild

Expand Down
2 changes: 2 additions & 0 deletions tests/test_spack.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for Spack application build container images."""

## Maintainer: BCI team (#proj-bci)

from textwrap import dedent

import pytest
Expand Down
2 changes: 2 additions & 0 deletions tests/test_stunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

"""

## Maintainer: BCI team (#proj-bci)

import ssl
from pathlib import Path

Expand Down
2 changes: 2 additions & 0 deletions tests/test_tomcat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Tests for the tomcat containers."""

## Maintainer: BCI team (#proj-bci)

from pathlib import Path

import pytest
Expand Down
4 changes: 4 additions & 0 deletions tests/test_unit.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""Unit tests"""

## Maintainer: BCI team (#proj-bci)

from pathlib import Path

from bci_tester.fips import host_fips_enabled
Expand Down
2 changes: 2 additions & 0 deletions tests/test_valkey.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""This module contains the tests for the valkey container."""

## Maintainer: BCI team (#proj-bci)

import socket

from pytest_container.container import ContainerData
Expand Down