Skip to content

Commit

Permalink
test: fixup e2e golden, indent some more test logs to be easer on the…
Browse files Browse the repository at this point in the history
… eyes
  • Loading branch information
carlmontanari committed Mar 27, 2024
1 parent 5f5c851 commit 1fb588e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions testhelper/suite/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1fb588e

Please sign in to comment.