|
@@ -77,7 +77,7 @@ func Test(t *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- check.Suite(&DockerSuite{})
|
|
|
|
|
|
+ /*check.Suite(&DockerSuite{})*/
|
|
}
|
|
}
|
|
|
|
|
|
type DockerSuite struct {
|
|
type DockerSuite struct {
|
|
@@ -109,7 +109,7 @@ func (s *DockerSuite) TearDownTest(c *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- check.Suite(&DockerRegistrySuite{ds: &DockerSuite{}})
|
|
|
|
|
|
+ /*check.Suite(&DockerRegistrySuite{ds: &DockerSuite{}})*/
|
|
}
|
|
}
|
|
|
|
|
|
type DockerRegistrySuite struct {
|
|
type DockerRegistrySuite struct {
|
|
@@ -140,7 +140,7 @@ func (s *DockerRegistrySuite) TearDownTest(c *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- check.Suite(&DockerSchema1RegistrySuite{ds: &DockerSuite{}})
|
|
|
|
|
|
+ /*check.Suite(&DockerSchema1RegistrySuite{ds: &DockerSuite{}})*/
|
|
}
|
|
}
|
|
|
|
|
|
type DockerSchema1RegistrySuite struct {
|
|
type DockerSchema1RegistrySuite struct {
|
|
@@ -171,7 +171,7 @@ func (s *DockerSchema1RegistrySuite) TearDownTest(c *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- check.Suite(&DockerRegistryAuthHtpasswdSuite{ds: &DockerSuite{}})
|
|
|
|
|
|
+ /*check.Suite(&DockerRegistryAuthHtpasswdSuite{ds: &DockerSuite{}})*/
|
|
}
|
|
}
|
|
|
|
|
|
type DockerRegistryAuthHtpasswdSuite struct {
|
|
type DockerRegistryAuthHtpasswdSuite struct {
|
|
@@ -204,7 +204,7 @@ func (s *DockerRegistryAuthHtpasswdSuite) TearDownTest(c *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- check.Suite(&DockerRegistryAuthTokenSuite{ds: &DockerSuite{}})
|
|
|
|
|
|
+ /*check.Suite(&DockerRegistryAuthTokenSuite{ds: &DockerSuite{}})*/
|
|
}
|
|
}
|
|
|
|
|
|
type DockerRegistryAuthTokenSuite struct {
|
|
type DockerRegistryAuthTokenSuite struct {
|
|
@@ -243,7 +243,7 @@ func (s *DockerRegistryAuthTokenSuite) setupRegistryWithTokenService(c *testing.
|
|
}
|
|
}
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- check.Suite(&DockerDaemonSuite{ds: &DockerSuite{}})
|
|
|
|
|
|
+ /*check.Suite(&DockerDaemonSuite{ds: &DockerSuite{}})*/
|
|
}
|
|
}
|
|
|
|
|
|
type DockerDaemonSuite struct {
|
|
type DockerDaemonSuite struct {
|
|
@@ -286,7 +286,7 @@ func (s *DockerDaemonSuite) TearDownSuite(c *testing.T) {
|
|
const defaultSwarmPort = 2477
|
|
const defaultSwarmPort = 2477
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- check.Suite(&DockerSwarmSuite{ds: &DockerSuite{}})
|
|
|
|
|
|
+ /*check.Suite(&DockerSwarmSuite{ds: &DockerSuite{}})*/
|
|
}
|
|
}
|
|
|
|
|
|
type DockerSwarmSuite struct {
|
|
type DockerSwarmSuite struct {
|
|
@@ -348,7 +348,7 @@ func (s *DockerSwarmSuite) TearDownTest(c *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- check.Suite(&DockerPluginSuite{ds: &DockerSuite{}})
|
|
|
|
|
|
+ /*check.Suite(&DockerPluginSuite{ds: &DockerSuite{}})*/
|
|
}
|
|
}
|
|
|
|
|
|
type DockerPluginSuite struct {
|
|
type DockerPluginSuite struct {
|