aboutsummaryrefslogtreecommitdiffstats
path: root/m3ua-test
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-08-19 19:51:35 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-19 19:51:35 +0200
commit4bda77175ed2576e8a42d41cde5a46826a6d010f (patch)
tree23bfcb9c4bbad10ba2f449df583ca2ae124febdd /m3ua-test
parent460247905d8cbbe33f2b2d998d54c0ee9c91e666 (diff)
Introduce 'make run' to run the respective container
Diffstat (limited to 'm3ua-test')
-rw-r--r--m3ua-test/Makefile2
-rwxr-xr-xm3ua-test/start.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/m3ua-test/Makefile b/m3ua-test/Makefile
index 8d0e10b..7de0218 100644
--- a/m3ua-test/Makefile
+++ b/m3ua-test/Makefile
@@ -1 +1,3 @@
+RUN_ARGS?=--rm --network sigtran --ip 172.18.0.2
+
include ../make/Makefile
diff --git a/m3ua-test/start.sh b/m3ua-test/start.sh
deleted file mode 100755
index aa2ae5f..0000000
--- a/m3ua-test/start.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-docker run --rm --network sigtran --ip 172.18.0.2 -it m3ua-test