You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document provides instructions on how to run the end-to-end tests.
4
+
5
+
## Overview
6
+
7
+
The end-to-end tests are designed to validate end-to-end Gateway API Inference Extension functionality. These tests are executed against a Kubernetes cluster and use the Ginkgo testing framework to ensure the extension behaves as expected.
8
+
9
+
## Prerequisites
10
+
11
+
-[Go](https://golang.org/doc/install) installed on your machine.
12
+
-[Make](https://www.gnu.org/software/make/manual/make.html) installed to run the end-to-end test target.
13
+
- A Hugging Face Hub token with access to the [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) model.
14
+
15
+
## Running the End-to-End Tests
16
+
17
+
Follow these steps to run the end-to-end tests:
18
+
19
+
1.**Clone the Repository**: Clone the `gateway-api-inference-extension` repository:
0 commit comments