Commit fa44b9a
committed
fix(test): add run_go_fdo_client helper to handle RPM vs native path differences
The go-fdo-client path differs between native tests (./workdir/bin/go-fdo-client)
and RPM tests (/usr/bin/go-fdo-client). This adds a wrapper function to
standardize client invocation across test environments, with timeout handling
and improved error logging.
Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: Miguel Martín <mmartinv@redhat.com>1 parent 4effcf5 commit fa44b9a
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
231 | 242 | | |
232 | 243 | | |
233 | 244 | | |
| |||
0 commit comments