mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Fail test when Cinder volume deletion fails
This commit is contained in:
parent
b003187053
commit
76254d88a5
@ -1216,7 +1216,7 @@ func (v *cinderVolume) DeleteVolume() {
|
|||||||
} else {
|
} else {
|
||||||
framework.Logf("Volume %s / %s:\n%s", id, name, string(showOutput))
|
framework.Logf("Volume %s / %s:\n%s", id, name, string(showOutput))
|
||||||
}
|
}
|
||||||
framework.Logf("Giving up deleting volume %s / %s: %v\n%s", id, name, err, string(output[:]))
|
framework.Failf("Failed to delete pre-provisioned volume %s / %s: %v\n%s", id, name, err, string(output[:]))
|
||||||
}
|
}
|
||||||
|
|
||||||
// GCE
|
// GCE
|
||||||
|
Loading…
Reference in New Issue
Block a user