Skip to content

Commit

Permalink
test: opi-jaeger-test waits for gw test
Browse files Browse the repository at this point in the history
to get at least one operation entry within jaeger

Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
  • Loading branch information
artek-koltun authored and glimchb committed Nov 2, 2023
1 parent b65a50d commit 075d571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ services:
depends_on:
opi-nvidia-server:
condition: service_healthy
opi-gw-test:
condition: service_completed_successfully # to get at least one operation registered in jaeger
command: sh -c 'curl -s "http://jaeger:16686/api/traces?service=opi-nvidia-bridge&lookback=20m&prettyPrint=true&limit=10" | grep operationName'

opi-test:
Expand Down

0 comments on commit 075d571

Please sign in to comment.