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)