Merge pull request #30079 from tonistiigi/debug-trusttest

Print daemon stacktrace when trust test times out
This commit is contained in:
Tibor Vass 2017-01-11 17:06:33 -08:00 committed by GitHub
commit 640a5c1a38

View file

@ -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, "", "")