dump information for all namespaces related to the test
This commit is contained in:
@@ -162,7 +162,9 @@ func NewFramework(baseName string, options Options, client clientset.Interface)
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !f.SkipNamespaceCreation {
|
if !f.SkipNamespaceCreation {
|
||||||
DumpAllNamespaceInfo(f.ClientSet, f.Namespace.Name)
|
for _, ns := range f.namespacesToDelete {
|
||||||
|
DumpAllNamespaceInfo(f.ClientSet, ns.Name)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user