Revert "tmp bts image hacking"

This reverts commit 86ad565edec62d419164fcc19b51df415fd4aa6f.
This commit is contained in:
Neels Hofmeyr 2021-04-16 13:42:11 +00:00 committed by Neels Hofmeyr
parent b52af747fd
commit c1a1040303
1 changed files with 1 additions and 3 deletions

View File

@ -77,12 +77,10 @@ for i in `seq 0 2`; do
$(docker_network_params $SUBNET 10$i) \
--ulimit core=-1 \
-v $VOL_BASE_DIR/bts-omldummy:/data \
$ADD_BSC_VOLUMES \
--name ${BUILD_TAG}-bts$i -d \
$DOCKER_ARGS \
$REPO_USER/osmo-bts-$IMAGE_SUFFIX \
sleep 9999999
#/bin/sh -c "/usr/local/bin/respawn.sh osmo-bts-omldummy $BTS_FEATURES 172.18.31.20 $((i + 1234)) 1" # >>/data/osmo-bts-omldummy-${i}.log 2>&1"
/bin/sh -c "/usr/local/bin/respawn.sh osmo-bts-omldummy $BTS_FEATURES 172.18.31.20 $((i + 1234)) 1" # >>/data/osmo-bts-omldummy-${i}.log 2>&1"
done
echo Starting container with BSC testsuite