mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
e2e: reword sentences in e2e
as kube is the shortform for kubernetes. its expected to mention full form kubernetes in the e2e tests. Updated few wordings in the e2e. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
7a5e064f50
commit
b0270ced41
@ -65,7 +65,7 @@ func createSnapshot(snap *snapapi.VolumeSnapshot, t int) error {
|
||||
timeout := time.Duration(t) * time.Minute
|
||||
name := snap.Name
|
||||
start := time.Now()
|
||||
e2elog.Logf("Waiting up to %v to be in Ready state", snap)
|
||||
e2elog.Logf("waiting for %v to be in ready state", snap)
|
||||
|
||||
return wait.PollImmediate(poll, timeout, func() (bool, error) {
|
||||
e2elog.Logf("waiting for snapshot %s (%d seconds elapsed)", snap.Name, int(time.Since(start).Seconds()))
|
||||
|
Reference in New Issue
Block a user