tests: nvidia: place NIM service into namespace

Place the NIM service into our test namespace. We are still observing
various situations where for some reasons, the NIM service appears in
the default namespace in our CI.

Signed-off-by: Manuel Huber <manuelh@nvidia.com>
This commit is contained in:
Manuel Huber
2026-05-10 07:36:23 +00:00
parent 905303b6b0
commit 1c081ff434

View File

@@ -185,7 +185,7 @@ setup() {
@test "NIMService llama-3.2-1b-instruct serves /v1/models" {
print_nimservice_namespace_resources "before apply"
echo "NIMService test: Applying NIM YAML"
kubectl apply -f "${NIM_YAML}"
kubectl apply -n "${TEST_CLUSTER_NAMESPACE}" -f "${NIM_YAML}"
echo "NIMService test: Waiting for deployment to exist (operator creates it from NIMService)"
local wait_exist_timeout=30
local elapsed=0