mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
e2e: remove immediate node status printing (#3351)
This commit is contained in:
parent
5f5df1fc36
commit
e077eaf02c
@ -142,7 +142,6 @@ func testNodesEventuallyHaveVersion(t *testing.T, k *kubernetes.Clientset, targe
|
|||||||
if key == "constellation.edgeless.systems/node-image" {
|
if key == "constellation.edgeless.systems/node-image" {
|
||||||
if !strings.EqualFold(value, targetVersions.ImageRef) {
|
if !strings.EqualFold(value, targetVersions.ImageRef) {
|
||||||
log.Printf("\t%s: Image %s, want %s\n", node.Name, value, targetVersions.ImageRef)
|
log.Printf("\t%s: Image %s, want %s\n", node.Name, value, targetVersions.ImageRef)
|
||||||
fmt.Printf("\tP: %s: Image %s, want %s\n", node.Name, value, targetVersions.ImageRef)
|
|
||||||
allUpdated = false
|
allUpdated = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user