Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
simulators
server
Commits
63e27342
Commit
63e27342
authored
Oct 02, 2019
by
hengwen
Browse files
Add dns
parent
e393ab89
Pipeline
#190109
failed with stage
in 4 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/run_test.sh
View file @
63e27342
...
...
@@ -62,7 +62,6 @@ docker run \
-d
\
-e
"ZOO_SERVERS=zookeeper"
\
--name
=
rpc-server
\
--dns
=
8.8.8.8
\
rpc-server:latest
...
...
@@ -74,6 +73,7 @@ cd ${CURR_DIR}
#docker build -t server-test-runner -f ./docker/TestDockerfile .
docker run
\
--rm
--network
=
"simulation-network"
\
--dns
=
8.8.8.8
\
-e
"ZOO_SERVERS=zookeeper"
\
montisim-server-builder sh
-c
"cd restful && mvn test -Dtest=SimulationServiceTest -s ../settings.xml"
\
2>&1 |
tee
result.txt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment