Print daemon stacktrace when trust test times out
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: e533685d13251e5c7127f2d92636c7fa6393c06e Component: engine
This commit is contained in:
@@ -454,6 +454,10 @@ type DockerTrustSuite struct {
|
||||
not *testNotary
|
||||
}
|
||||
|
||||
func (s *DockerTrustSuite) OnTimeout(c *check.C) {
|
||||
s.ds.OnTimeout(c)
|
||||
}
|
||||
|
||||
func (s *DockerTrustSuite) SetUpTest(c *check.C) {
|
||||
testRequires(c, registry.Hosting, NotaryServerHosting)
|
||||
s.reg = setupRegistry(c, false, "", "")
|
||||
|
||||
Reference in New Issue
Block a user