mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-01 05:27:44 +09:00 
			
		
		
		
	ensure online status and route changes are propagated (#1564)
This commit is contained in:
		| @@ -109,7 +109,7 @@ func TestSSHOneUserToAll(t *testing.T) { | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		len(MustTestVersions)-2, | ||||
| 		len(MustTestVersions), | ||||
| 	) | ||||
| 	defer scenario.Shutdown() | ||||
|  | ||||
| @@ -174,7 +174,7 @@ func TestSSHMultipleUsersAllToAll(t *testing.T) { | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		len(MustTestVersions)-2, | ||||
| 		len(MustTestVersions), | ||||
| 	) | ||||
| 	defer scenario.Shutdown() | ||||
|  | ||||
| @@ -220,7 +220,7 @@ func TestSSHNoSSHConfigured(t *testing.T) { | ||||
| 			}, | ||||
| 			SSHs: []policy.SSH{}, | ||||
| 		}, | ||||
| 		len(MustTestVersions)-2, | ||||
| 		len(MustTestVersions), | ||||
| 	) | ||||
| 	defer scenario.Shutdown() | ||||
|  | ||||
| @@ -269,7 +269,7 @@ func TestSSHIsBlockedInACL(t *testing.T) { | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		len(MustTestVersions)-2, | ||||
| 		len(MustTestVersions), | ||||
| 	) | ||||
| 	defer scenario.Shutdown() | ||||
|  | ||||
| @@ -325,7 +325,7 @@ func TestSSHUserOnlyIsolation(t *testing.T) { | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		len(MustTestVersions)-2, | ||||
| 		len(MustTestVersions), | ||||
| 	) | ||||
| 	defer scenario.Shutdown() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user