mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +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