Documentation ¶
Overview ¶
Package test contains a black-box test for the imagefile package. It is a separate package to allow importing it into the E2E suite where we can use the setup files for the current cluster to actually use the image file inside a VM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImageFile ¶
func ImageFile(t TInterface)
ImageFile can be embedded inside a Ginkgo suite or a normal Go test and verifies that image files really work, if possible also by mounting them in a VM.
Types ¶
type TInterface ¶
type TInterface interface { ginkgo.GinkgoTInterface Outer(string, func(t TInterface)) Inner(string, func(t TInterface)) }
TInterface extends the GinkgoTInterface with support for nested tests.
Click to show internal directories.
Click to hide internal directories.