From 1fb588e84b69f76a877fa245e2756ffe193d53db Mon Sep 17 00:00:00 2001 From: Carl Montanari Date: Wed, 27 Mar 2024 15:36:55 -0700 Subject: [PATCH] test: fixup e2e golden, indent some more test logs to be easer on the eyes --- .../golden/10-deployment.topology-basic-srl1.yaml | 1 - testhelper/suite/run.go | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/e2e/topology/basic/test-fixtures/golden/10-deployment.topology-basic-srl1.yaml b/e2e/topology/basic/test-fixtures/golden/10-deployment.topology-basic-srl1.yaml index e78fedb..3a59355 100755 --- a/e2e/topology/basic/test-fixtures/golden/10-deployment.topology-basic-srl1.yaml +++ b/e2e/topology/basic/test-fixtures/golden/10-deployment.topology-basic-srl1.yaml @@ -79,7 +79,6 @@ spec: - name: LAUNCHER_CONTAINERLAB_TIMEOUT - name: LAUNCHER_PRIVILEGED value: "true" - image: 172.31.254.11/clabernetes-launcher:dev-latest imagePullPolicy: IfNotPresent name: srl1 ports: diff --git a/testhelper/suite/run.go b/testhelper/suite/run.go index 2c0b38a..b8f86b7 100644 --- a/testhelper/suite/run.go +++ b/testhelper/suite/run.go @@ -44,12 +44,10 @@ func Run(t *testing.T, testName string, steps []Step, namespace string) { //noli } for kind, objects := range step.AssertObjects { - t.Logf("begin assertion of %q resources", kind) - for idx := range objects { object := step.AssertObjects[kind][idx] - t.Logf("begin assertion of %q resources %q", kind, object.Name) + t.Logf("\tbegin assertion of %q resources %q", kind, object.Name) fileName := fmt.Sprintf("golden/%d-%s.%s.yaml", step.Index, kind, object.Name)