Files
podman/internal/domain/infra/tunnel/testing_test.go
Nalin Dahyabhai 2e70d4201f System tests: add podman system check tests
Testing `podman system check` requires that we have a way to
intentionally introduce storage corruptions.  Add a hidden `podman
testing` command that provides the necessary internal logic in
subcommands.  Stub out the tunnel implementation for now.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2024-06-04 10:00:37 -04:00

6 lines
131 B
Go

package tunnel
import "github.com/containers/podman/v5/internal/domain/entities"
var _ entities.TestingEngine = &TestingEngine{}