mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +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 {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user