Beispiel #1
0
func TestOsReleaseNamespaceDetector(t *testing.T) {
	namespace.TestNamespaceDetector(t, &OsReleaseNamespaceDetector{}, osReleaseOSTests)
}
Beispiel #2
0
func TestLsbReleaseNamespaceDetector(t *testing.T) {
	namespace.TestNamespaceDetector(t, &LsbReleaseNamespaceDetector{}, lsbReleaseOSTests)
}
Beispiel #3
0
func TestRedhatReleaseNamespaceDetector(t *testing.T) {
	namespace.TestNamespaceDetector(t, &RedhatReleaseNamespaceDetector{}, redhatReleaseTests)
}
Beispiel #4
0
func TestAptSourcesNamespaceDetector(t *testing.T) {
	namespace.TestNamespaceDetector(t, &AptSourcesNamespaceDetector{}, aptSourcesOSTests)
}