Commit 6ae8328
committed
fix(test/docs): address CodeRabbit follow-ups on previous two commits
- test/e2e/test-inference-routing.sh — drop the five NEMOCLAW_SANDBOX_NAME
additions from the previous commit. Each block already had the right
name set on an earlier line ($SANDBOX_NAME / $sbx_name); the redundant
trailing assignments would have last-won under bash inline-assignment
semantics and onboarded a different sandbox than the one the test then
SSHes into and asserts on.
- test/e2e/brev-e2e.test.ts — switch the sandbox name from "e2e-brev"
back to "e2e-test" so the launchable onboard path keeps matching the
downstream connectivity / health / destroy checks at lines 552, 591,
626, 703.
- docs/reference/troubleshooting.md — credential rotation example
appends --yes-i-accept-third-party-software so the copy-paste form
is complete.
Signed-off-by: latenighthackathon <latenighthackathon@users.noreply.github.com>1 parent 4bc1d2e commit 6ae8328
3 files changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
367 | 366 | | |
368 | 367 | | |
369 | 368 | | |
370 | | - | |
371 | 369 | | |
372 | 370 | | |
373 | 371 | | |
| |||
435 | 433 | | |
436 | 434 | | |
437 | 435 | | |
438 | | - | |
439 | 436 | | |
440 | 437 | | |
441 | 438 | | |
| |||
510 | 507 | | |
511 | 508 | | |
512 | 509 | | |
513 | | - | |
514 | 510 | | |
515 | 511 | | |
516 | 512 | | |
| |||
598 | 594 | | |
599 | 595 | | |
600 | 596 | | |
601 | | - | |
602 | 597 | | |
603 | 598 | | |
604 | 599 | | |
| |||
0 commit comments