Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions scripts/lima-e2e-kubestellar-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ echo "==> Starting local kc-agent client connection..."
./files/bin/bluefin-kubestellar start --origin "http://localhost:8080,http://127.0.0.1:8080"

echo "==> Running automated browser verification test..."
python3 tests/e2e/test_kubestellar_browser_login.py --console-url "http://127.0.0.1:8080" --agent-url "http://127.0.0.1:8585" --timeout 15 || {
echo "==> Browser login verification completed (console readiness check handled)."
}
python3 tests/e2e/test_kubestellar_browser_login.py --console-url "http://127.0.0.1:8080" --agent-url "http://127.0.0.1:8585" --timeout 15

echo "==> Lima VM end-to-end verification passed!"
Loading