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-06-29 17:47:36 -07:00
2016-07-15 16:27:14 -07:00
2016-06-29 17:47:36 -07:00
2016-07-15 16:36:40 -07:00
2016-07-13 11:12:59 -07:00
2016-06-29 17:47:36 -07:00
2016-07-13 15:06:24 +01:00
2016-07-14 07:26:49 -07:00
2016-07-13 15:06:24 +01:00
2016-07-15 04:40:40 -07:00
2016-07-12 18:05:43 +02:00
2016-07-14 20:28:53 -07:00
2016-07-05 20:27:41 -06:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-07-14 19:56:09 -07:00
2016-06-29 17:47:36 -07:00
2016-07-05 22:10:47 +02:00
2016-06-29 17:47:36 -07:00
2016-07-15 05:13:55 -07:00
2016-07-15 18:56:48 -07:00
2016-06-29 17:47:36 -07:00
2016-07-06 23:36:49 -07:00
2016-07-07 10:04:46 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-07-08 11:28:43 -07:00
2016-07-06 11:29:47 -04:00
2016-07-13 21:18:53 -04:00
2016-07-15 10:27:51 -07:00
2016-06-29 17:47:36 -07:00
2016-07-14 17:47:46 -07:00
2016-07-06 14:25:15 -04:00
2016-07-14 08:48:24 +02:00
2016-07-15 10:24:50 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-07-15 10:06:20 -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
2016-06-16 08:21:27 -07:00