File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ test-integration: manifests generate fmt vet envtest ## Run tests.
127
127
128
128
.PHONY : test-e2e
129
129
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
131
131
132
132
.PHONY : lint
133
133
lint : golangci-lint # # Run golangci-lint linter
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const (
57
57
// TODO [danehans]: Must be "default" until https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/227 is fixed
58
58
nsName = "default"
59
59
// modelServerName is the name of the model server test resources.
60
- modelServerName = "vllm-llama2-7b -pool"
60
+ modelServerName = "my -pool"
61
61
// modelName is the test model name.
62
62
modelName = "tweet-summary"
63
63
// envoyName is the name of the envoy proxy test resources.
You can’t perform that action at this time.
0 commit comments