Skip to content

Commit 21fa0fb

Browse files
danehanskfswain
authored andcommitted
Fix: e2e test dir and manifest naming (kubernetes-sigs#488)
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 415f166 commit 21fa0fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)