Files
kubernetes/pkg
k8s-merge-robot 5e1b75d164 Merge pull request #28990 from xiangpengzhao/fix_duplicated_code
Automatic merge from submit-queue

Delete duplicated code

The code block below is called twice sequentially in func `doTestPlugin`.
.
```go
 	if _, err := os.Stat(path); err != nil {
 		if os.IsNotExist(err) {
 			t.Errorf("SetUp() failed, volume path not created: %s", path)
 		} else {
 			t.Errorf("SetUp() failed: %v", err)
 		}
 	}
```
2016-07-15 19:30:34 -07:00
..
2016-07-13 11:12:59 -07:00
2016-07-13 15:06:24 +01:00
2016-07-13 15:06:24 +01:00
2016-07-05 22:10:47 +02:00
2016-07-13 21:18:53 -04:00
2016-07-15 10:27:51 -07:00
2016-07-13 15:06:24 +01:00
2016-07-15 03:04:24 -04:00
2016-07-14 12:43:36 -04:00