mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	Fix DERP name in integration tests
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									d575dac73a
								
							
						
					
					
						commit
						6b67584d47
					
				@ -19,7 +19,7 @@ import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	headscaleHostname      = "headscale-derp"
 | 
						headscaleHostname      = "headscale"
 | 
				
			||||||
	DOCKER_EXECUTE_TIMEOUT = 10 * time.Second
 | 
						DOCKER_EXECUTE_TIMEOUT = 10 * time.Second
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -27,6 +27,7 @@ import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
 | 
						headscaleDerpHostname = "headscale-derp"
 | 
				
			||||||
	namespaceName   = "derpnamespace"
 | 
						namespaceName   = "derpnamespace"
 | 
				
			||||||
	totalContainers = 3
 | 
						totalContainers = 3
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
@ -112,7 +113,7 @@ func (s *IntegrationDERPTestSuite) SetupSuite() {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	headscaleOptions := &dockertest.RunOptions{
 | 
						headscaleOptions := &dockertest.RunOptions{
 | 
				
			||||||
		Name: headscaleHostname,
 | 
							Name: headscaleDerpHostname,
 | 
				
			||||||
		Mounts: []string{
 | 
							Mounts: []string{
 | 
				
			||||||
			fmt.Sprintf(
 | 
								fmt.Sprintf(
 | 
				
			||||||
				"%s/integration_test/etc_embedded_derp:/etc/headscale",
 | 
									"%s/integration_test/etc_embedded_derp:/etc/headscale",
 | 
				
			||||||
@ -127,7 +128,7 @@ func (s *IntegrationDERPTestSuite) SetupSuite() {
 | 
				
			|||||||
		},
 | 
							},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	err = s.pool.RemoveContainerByName(headscaleHostname)
 | 
						err = s.pool.RemoveContainerByName(headscaleDerpHostname)
 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
		s.FailNow(
 | 
							s.FailNow(
 | 
				
			||||||
			fmt.Sprintf(
 | 
								fmt.Sprintf(
 | 
				
			||||||
 | 
				
			|||||||
@ -236,7 +236,7 @@ func (s *IntegrationTestSuite) SetupSuite() {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	headscaleOptions := &dockertest.RunOptions{
 | 
						headscaleOptions := &dockertest.RunOptions{
 | 
				
			||||||
		Name: "headscale",
 | 
							Name: headscaleHostname,
 | 
				
			||||||
		Mounts: []string{
 | 
							Mounts: []string{
 | 
				
			||||||
			fmt.Sprintf("%s/integration_test/etc:/etc/headscale", currentPath),
 | 
								fmt.Sprintf("%s/integration_test/etc:/etc/headscale", currentPath),
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user