@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- package e2e
17
+ package epp
18
18
19
19
import (
20
20
"context"
@@ -67,19 +67,19 @@ const (
67
67
// inferExtName is the name of the inference extension test resources.
68
68
inferExtName = "inference-gateway-ext-proc"
69
69
// clientManifest is the manifest for the client test resources.
70
- clientManifest = "../testdata/client.yaml"
70
+ clientManifest = "../../ testdata/client.yaml"
71
71
// modelServerManifest is the manifest for the model server test resources.
72
- modelServerManifest = "../../config/manifests/vllm/gpu-deployment.yaml"
72
+ modelServerManifest = "../../../ config/manifests/vllm/gpu-deployment.yaml"
73
73
// modelServerSecretManifest is the manifest for the model server secret resource.
74
- modelServerSecretManifest = "../testdata/model-secret.yaml"
74
+ modelServerSecretManifest = "../../ testdata/model-secret.yaml"
75
75
// inferPoolManifest is the manifest for the inference pool CRD.
76
- inferPoolManifest = "../../config/crd/bases/inference.networking.x-k8s.io_inferencepools.yaml"
76
+ inferPoolManifest = "../../../ config/crd/bases/inference.networking.x-k8s.io_inferencepools.yaml"
77
77
// inferModelManifest is the manifest for the inference model CRD.
78
- inferModelManifest = "../../config/crd/bases/inference.networking.x-k8s.io_inferencemodels.yaml"
78
+ inferModelManifest = "../../../ config/crd/bases/inference.networking.x-k8s.io_inferencemodels.yaml"
79
79
// inferExtManifest is the manifest for the inference extension test resources.
80
- inferExtManifest = "../../config/manifests/ext_proc.yaml"
80
+ inferExtManifest = "../../../ config/manifests/ext_proc.yaml"
81
81
// envoyManifest is the manifest for the envoy proxy test resources.
82
- envoyManifest = "../testdata/envoy.yaml"
82
+ envoyManifest = "../../ testdata/envoy.yaml"
83
83
)
84
84
85
85
var (
0 commit comments