Skip to content

Commit

Permalink
k8s: disable host cache empty dir test
Browse files Browse the repository at this point in the history
Depends-on: github.com/kata-containers/runtime#1485

Fixes kata-containers#1432

Signed-off-by: Alex Price <aprice@atlassian.com>
  • Loading branch information
awprice authored and chavafg committed May 2, 2019
1 parent 3ac9244 commit 54e1614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/kubernetes/k8s-empty-dirs.bats
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ setup() {

# Check volume mounts
cmd="mount | grep cache"
kubectl exec $pod_name -- sh -c "$cmd" | grep "/host/cache type 9p"
kubectl exec $pod_name -- sh -c "$cmd" | grep "/tmp/cache type tmpfs"
}

Expand Down

0 comments on commit 54e1614

Please sign in to comment.