nplab-m3ua-test: add sigtran-tests dependency

Make sure to build sigtran-tests before building nplab-m3ua-tests. This
has been working by coincidence without the dependency so far, because
nplab-sua-test had the dependency listed and that test ran on the same
host.

Change-Id: I9df1d2b188e86b3c99c6ec793b6eb644ab3c27c9
This commit is contained in:
Oliver Smith 2019-04-05 08:20:20 +02:00
parent e8cd52f074
commit e021ae6ab3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
IMAGE_SUFFIX="${IMAGE_SUFFIX:-master}"
docker_images_require \
"debian-stretch-build" \
"sigtran-tests" \
"osmo-stp-$IMAGE_SUFFIX" \
"debian-stretch-titan" \
"nplab-m3ua-test"