mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-29 21:01:02 +00:00 
			
		
		
		
	Remove runtime in validate
Validate is useless as dockershim is removed Signed-off-by: yanghesong <hesong.yang@foxmail.com>
This commit is contained in:
		| @@ -43,8 +43,7 @@ func TestValidateHost(t *testing.T) { | ||||
| 	// The test should be manually run if modifying the getAppArmorFS function. | ||||
| 	t.Skip() | ||||
|  | ||||
| 	assert.NoError(t, validateHost("docker")) | ||||
| 	assert.Error(t, validateHost("rkt")) | ||||
| 	assert.NoError(t, validateHost()) | ||||
| } | ||||
|  | ||||
| func TestValidateProfileFormat(t *testing.T) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user