This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Commit ca73ac1
committed
tests: wait for volume to be bounded
Sometimes the volume is not bounded immediately. Instead of
checking the status of the pvc right away after it is created,
check for the status every 2 sec to a maximum of 10 sec.
If not bounded on the 10th sec, then we fail.
Fixes: #1006.
Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>1 parent 1ad429f commit ca73ac1
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments