File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,9 @@ readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
20
20
readonly kube_version=${GCE_PD_KUBE_VERSION:- master}
21
21
readonly test_version=${TEST_VERSION:- master}
22
22
23
- readonly GCE_PD_TEST_FOCUS=" \s[V|v]olume\sexpand|\[sig-storage\]\sIn-tree\sVolumes\s\[Driver:\sgcepd\]\s\[Testpattern:\sDynamic\sPV|allowedTopologies|Pod\sDisks|PersistentVolumes\sDefault"
24
-
23
+ readonly GCE_PD_TEST_FOCUS=" PersistentVolumes\sGCEPD|[V|v]olume\sexpand|\[sig-storage\]\sIn-tree\sVolumes\s\[Driver:\sgcepd\]|allowedTopologies|Pod\sDisks|PersistentVolumes\sDefault"
25
24
26
25
# TODO(#167): Enable reconstructions tests
27
- # TODO: Enabled inline volume tests
28
- # TODO: Fix and enable the following tests. They all exhibit the same testing infra error:
29
- # PersistentVolumes\sGCEPD|\[sig-storage\]\sIn-tree\sVolumes\s\[Driver:\sgcepd\]\s\[Testpattern:.*
30
-
31
- # The Error: "PV Create API error: persistentvolumes "gce-" is forbidden: error
32
- # querying GCE PD volume : can not fetch disk, zone is specified
33
- # ("us-central1-b"), but disk name is empty"
34
26
35
27
make -C ${PKGDIR} test-k8s-integration
36
28
${PKGDIR} /bin/k8s-integration-test --kube-version=${kube_version} \
You can’t perform that action at this time.
0 commit comments