Use different containerd sock address in tests
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
This commit is contained in:
		| @@ -41,7 +41,7 @@ var ( | ||||
| ) | ||||
|  | ||||
| func init() { | ||||
| 	flag.StringVar(&address, "address", defaults.DefaultAddress, "The address to the containerd socket for use in the tests") | ||||
| 	flag.StringVar(&address, "address", defaultAddress, "The address to the containerd socket for use in the tests") | ||||
| } | ||||
|  | ||||
| func testContext(t testing.TB) (context.Context, context.CancelFunc) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kirtana Ashok
					Kirtana Ashok