mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Better log line in e2e
This commit is contained in:
parent
7a9c05bd68
commit
d33e57d2c8
@ -210,7 +210,7 @@ func (f *Framework) BeforeEach() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !f.SkipNamespaceCreation {
|
if !f.SkipNamespaceCreation {
|
||||||
By("Building a namespace api object")
|
By(fmt.Sprintf("Building a namespace api object, basename %s", f.BaseName))
|
||||||
namespace, err := f.CreateNamespace(f.BaseName, map[string]string{
|
namespace, err := f.CreateNamespace(f.BaseName, map[string]string{
|
||||||
"e2e-framework": f.BaseName,
|
"e2e-framework": f.BaseName,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user