Skip to content

Commit eb91fba

Browse files
authored
Merge pull request #350 from davidz627/add/inlineTests
Activate ALL in-tree GCE PD tests for Migration (modulo disruptive/serial/other skipped on purpose tests)
2 parents aa0769d + beb9a84 commit eb91fba

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/run-k8s-integration-migration.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,9 @@ readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
2020
readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
2121
readonly test_version=${TEST_VERSION:-master}
2222

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"
2524

2625
# 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"
3426

3527
make -C ${PKGDIR} test-k8s-integration
3628
${PKGDIR}/bin/k8s-integration-test --kube-version=${kube_version} \

0 commit comments

Comments
 (0)