k3s/pkg/volume/csi
Kubernetes Submit Queue e35ecf1618
Merge pull request #65573 from CaoShuFeng/csi
Automatic merge from submit-queue (batch tested with PRs 65628, 65573). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

run test TestAttacherMountDevice in temp directory

This change fix two unit test:

1. After run command `make test WHAT=k8s.io/kubernetes/pkg/volume/csi KUBE_TEST_ARGS='-run ^TestAttacherMountDevice$'`
There is a file leaked in work space:
pkg/volume/csi/vol_data.json


2. make test WHAT=k8s.io/kubernetes/pkg/volume/csi KUBE_TEST_ARGS='-run ^TestAttacherUnmountDevice$'
   This  test fails if it does not run along with TestAttacherMountDevice.

This change fix it.


**What this PR does / why we need it**:

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-07-04 03:29:05 -07:00
..
fake CSI implementation of raw block volume support 2018-06-05 16:53:56 -04:00
labelmanager Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
OWNERS
csi_attacher.go Merge pull request #65323 from jsafrane/fix-csi-json 2018-06-26 17:33:05 -07:00
csi_attacher_test.go fix unit test TestAttacherUnmountDevice 2018-06-29 10:20:45 +08:00
csi_block.go CSI block fix for mapping path 2018-06-18 12:46:07 -04:00
csi_block_test.go CSI block fix for mapping path 2018-06-18 12:46:07 -04:00
csi_client.go CSI implementation of raw block volume support 2018-06-05 16:53:56 -04:00
csi_client_test.go CSI fix for gRPC conn leak, test updates 2018-05-31 23:05:41 -04:00
csi_mounter.go CSI implementation of raw block volume support 2018-06-05 16:53:56 -04:00
csi_mounter_test.go CSI fix for gRPC conn leak, test updates 2018-05-31 23:05:41 -04:00
csi_plugin.go Add hierarchy support for plugin directory 2018-06-25 17:32:18 -07:00
csi_plugin_test.go CSI implementation of raw block volume support 2018-06-05 16:53:56 -04:00
csi_util.go CSI implementation of raw block volume support 2018-06-05 16:53:56 -04:00