Skip to content

Commit 98e07af

Browse files
committed
Ignore port in rag serve e2e test, it's not static
Signed-off-by: Oliver Walsh <owalsh@redhat.com>
1 parent 0cc76b9 commit 98e07af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/test_serve.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,10 +766,8 @@ def test_serve_with_rag():
766766
with RamalamaExecWorkspace() as ctx:
767767
result_a = ctx.check_output(RAMALAMA_DRY_RUN + ["--rag", "quay.io/ramalama/rag", "--pull", "never", "tiny"])
768768
assert re.search(r".*llama-server", result_a)
769-
assert re.search(r".*--port 8081", result_a)
770769
assert re.search(r".*quay.io/.*-rag(@sha256)?:", result_a)
771770
assert re.search(r".*rag_framework serve", result_a)
772-
assert re.search(r".*--port 8080", result_a)
773771
assert re.search(r".*--mount=type=image,source=quay.io/ramalama/rag,destination=/rag,rw=true", result_a)
774772

775773
result_b = ctx.check_output(

0 commit comments

Comments
 (0)