update volume_test again
This commit is contained in:
parent
0ba751609a
commit
913ebde60e
|
|
@ -361,14 +361,7 @@ func TestManualGp2Gp3Support(t *testing.T) {
|
||||||
cluster.Namespace = namespace
|
cluster.Namespace = namespace
|
||||||
filterLabels := cluster.labelsSet(false)
|
filterLabels := cluster.labelsSet(false)
|
||||||
|
|
||||||
testVolumes := []testVolume{
|
testVolumes := []testVolume{testVol, testVol}
|
||||||
{
|
|
||||||
size: 150,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
size: 150,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
initTestVolumesAndPods(cluster.KubeClient, namespace, clusterName, filterLabels, testVolumes)
|
initTestVolumesAndPods(cluster.KubeClient, namespace, clusterName, filterLabels, testVolumes)
|
||||||
|
|
||||||
|
|
@ -420,7 +413,14 @@ func TestDontTouchType(t *testing.T) {
|
||||||
cluster.Namespace = namespace
|
cluster.Namespace = namespace
|
||||||
filterLabels := cluster.labelsSet(false)
|
filterLabels := cluster.labelsSet(false)
|
||||||
|
|
||||||
testVolumes := []testVolume{testVol, testVol}
|
testVolumes := []testVolume{
|
||||||
|
{
|
||||||
|
size: 150,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
size: 150,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
initTestVolumesAndPods(cluster.KubeClient, namespace, clusterName, filterLabels, testVolumes)
|
initTestVolumesAndPods(cluster.KubeClient, namespace, clusterName, filterLabels, testVolumes)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue