Skip to content

Commit

Permalink
extended/router: Omit routes.json from cat command
Browse files Browse the repository at this point in the history
Delete a reference to routes.json, which
openshift/router#126 deleted,
when dumping router pod info

* test/extended/router/router.go: Delete routes.json from cat command.
  • Loading branch information
Miciah committed May 27, 2020
1 parent 7d07adc commit d7ff179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/router/router.go
Expand Up @@ -41,7 +41,7 @@ var _ = g.Describe("[sig-network][Feature:Router]", func() {
if err != nil {
panic(err)
}
exutil.DumpPodsCommand(oc.AdminKubeClient(), ns, selector, "cat /var/lib/haproxy/router/routes.json /var/lib/haproxy/conf/haproxy.config")
exutil.DumpPodsCommand(oc.AdminKubeClient(), ns, selector, "cat /var/lib/haproxy/conf/haproxy.config")
}
}
})
Expand Down

0 comments on commit d7ff179

Please sign in to comment.