Skip to content

Commit 290c257

Browse files
committed
Fix: e2e test dir and manifest naming
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 75c5737 commit 290c257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test-integration: manifests generate fmt vet envtest ## Run tests.
127127

128128
.PHONY: test-e2e
129129
test-e2e: ## Run end-to-end tests against an existing Kubernetes cluster with at least 3 available GPUs.
130-
go test ./test/e2e/ -v -ginkgo.v
130+
go test ./test/e2e/epp -v -ginkgo.v
131131

132132
.PHONY: lint
133133
lint: golangci-lint ## Run golangci-lint linter

test/e2e/epp/e2e_suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const (
5757
// TODO [danehans]: Must be "default" until https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/227 is fixed
5858
nsName = "default"
5959
// modelServerName is the name of the model server test resources.
60-
modelServerName = "vllm-llama2-7b-pool"
60+
modelServerName = "my-pool"
6161
// modelName is the test model name.
6262
modelName = "tweet-summary"
6363
// envoyName is the name of the envoy proxy test resources.

0 commit comments

Comments
 (0)