Skip to content

Commit 48ba715

Browse files
authored
Merge pull request #492 from msau42/enable-stress
Enable k8s stress tests
2 parents c6eb71b + e692149 commit 48ba715

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/k8s-integration/config/test-config-template.in

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
ShortName: pdtest
21
StorageClass:
32
FromFile: {{.StorageClassFile}}
43
DriverInfo:
@@ -14,11 +13,14 @@ DriverInfo:
1413
Capabilities:
1514
{{range .Capabilities}} {{ . }}: true
1615
{{end}}
16+
StressTestOptions:
17+
NumPods: 10
18+
NumRestarts: 10
1719
SupportedMountOption:
1820
debug:
1921
nouid32:
2022
SupportedSizeRange:
2123
Min: 5Gi
2224
Max: 64Ti
2325
TopologyKeys:
24-
- topology.gke.io/zone
26+
- topology.gke.io/zone

0 commit comments

Comments
 (0)