mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-17 18:29:30 +00:00
e2e: fix log msg in retryKubectlInput()
e2elog.Logf("waiting for kubectl (%s -f $q args %s) to finish", action, args) changed to e2elog.Logf("waiting for kubectl (%s -f args %s) to finish", action, args) Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
dbf2eb3905
commit
f9d4972444
@ -1261,7 +1261,7 @@ func (ka kubectlAction) String() string {
|
||||
// no error occurred, or the timeout passed.
|
||||
func retryKubectlInput(namespace string, action kubectlAction, data string, t int, args ...string) error {
|
||||
timeout := time.Duration(t) * time.Minute
|
||||
e2elog.Logf("waiting for kubectl (%s -f %q args %s) to finish", action, args)
|
||||
e2elog.Logf("waiting for kubectl (%s -f args %s) to finish", action, args)
|
||||
start := time.Now()
|
||||
|
||||
return wait.PollImmediate(poll, timeout, func() (bool, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user