Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
simulators
server
Commits
40bcc6ae
Commit
40bcc6ae
authored
Oct 08, 2019
by
hengwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix
parent
b03b1cf9
Pipeline
#191521
passed with stages
in 8 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docker/run_test.sh
docker/run_test.sh
+4
-4
No files found.
docker/run_test.sh
View file @
40bcc6ae
...
@@ -30,13 +30,13 @@ CURR_DIR=$(pwd)
...
@@ -30,13 +30,13 @@ CURR_DIR=$(pwd)
# create network
# create network
docker network create simulation-network
docker network create simulation-network
# start zookeeper
docker run
\
docker run
\
--network
=
"simulation-network"
\
--network
=
"simulation-network"
\
-d
\
-d
\
-e
"ZOO_SERVERS=zookeeper"
\
--name
=
zookeeper
\
--name
=
rpc-server
\
-e
"ZOO_MAX_CLIENT_CNXNS=1024"
\
rpc-server:latest
zookeeper:3.4
cd
${
CURR_DIR
}
cd
${
CURR_DIR
}
#docker build -t server-test-runner -f ./docker/TestDockerfile .
#docker build -t server-test-runner -f ./docker/TestDockerfile .
...
...
Write
Preview
Markdown
is supported
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