mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Print docker network config
This commit is contained in:
parent
3abca99b0c
commit
c21479cb9c
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ func (s *IntegrationOIDCTestSuite) SetupSuite() {
|
|||
}
|
||||
s.network = networks[0]
|
||||
|
||||
log.Printf("Network config: %v", s.network.Network.IPAM.Config[0])
|
||||
|
||||
s.Suite.T().Log("Setting up mock OIDC")
|
||||
oidc, _ := mockoidc.NewServer(nil)
|
||||
ln, _ := net.Listen("tcp", fmt.Sprintf("%s:0", s.network.Network.IPAM.Config[0].Gateway))
|
||||
|
|
Loading…
Reference in a new issue