package
0.12.1
Repository: https://github.com/sageprogrammer/podman.git
Documentation: pkg.go.dev

# Functions

Containerized check the podman command run inside container.
CreateTempDirinTempDir create a temp dir with prefix podman_test.
GetHostDistributionInfo returns a struct with its distribution name and version.
IsCommandAvaible check if command exist.
IsKernelNewerThan compares the current kernel version to one provided.
StringInSlice determines if a string is in a string slice, returns bool.
SystemExec is used to exec a system command to check its exit code or output.
WaitForContainerReady is a wrapper function for accept inheritance PodmanTest struct.
WaitForContainer is a wrapper function for accept inheritance PodmanTest struct.
WriteJsonFile write json format data to a json file.

# Variables

No description provided by the author
No description provided by the author

# Structs

HostOS is a simple struct for the test os.
PodmanSession wraps the gexec.session so we can extend it.
PodmanTest struct for command line options.

# Interfaces

PodmanTestCommon contains common functions will be updated later in the inheritance structs.