Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
coap_testing_tool
Commits
1d3f8d42
Commit
1d3f8d42
authored
Nov 12, 2017
by
Federico Sismondi
Browse files
tunning timers for processes spawning
parent
be08ead2
Changes
2
Hide whitespace changes
Inline
Side-by-side
coap_testing_tool/supervisord.conf
View file @
1d3f8d42
...
...
@@ -31,7 +31,7 @@ stdout_logfile_backups = 5
[
program
:
agent
]
directory
= ./
coap_testing_tool
/
agent
/
command
=
sh
-
c
"sleep
1
;python -m agent connect --url %(ENV_AMQP_URL)s --exchange %(ENV_AMQP_EXCHANGE)s --name agent_TT"
command
=
sh
-
c
"sleep
3
;python -m agent connect --url %(ENV_AMQP_URL)s --exchange %(ENV_AMQP_EXCHANGE)s --name agent_TT"
user
=
root
stopsignal
=
INT
stopasgroup
=
true
...
...
@@ -49,7 +49,7 @@ stdout_logfile_backups = 5
[
program
:
tat
]
directory
= ./
coap_testing_tool
/
test_analysis_tool
command
=
sh
-
c
"sleep
2
;/usr/bin/python3 -m ttproto --dissector --interface amqp --protocol coap "
command
=
sh
-
c
"sleep
3
;/usr/bin/python3 -m ttproto --dissector --interface amqp --protocol coap "
autorestart
=
false
stopsignal
=
INT
stopasgroup
=
true
...
...
@@ -66,7 +66,7 @@ stdout_logfile_backups = 5
[
program
:
bootstrap
-
agent
-
TT
]
;
we
auto
bootstrap
the
agent
command
=
sh
-
c
"sleep
4
;/usr/bin/python3 -m coap_testing_tool.agent.utils.bootstrap_agent agent_TT bbbb :3 --no_forwarding"
command
=
sh
-
c
"sleep
5
;/usr/bin/python3 -m coap_testing_tool.agent.utils.bootstrap_agent agent_TT bbbb :3 --no_forwarding"
autorestart
=
false
stopsignal
=
INT
stopasgroup
=
false
...
...
conf.d/plugtest.example
deleted
100644 → 0
View file @
be08ead2
[group:plugtest3]
programs=automated_iut-coap_client-coapthon-v0.8, automated_iut-coap_server-coapthon-v0.8, testing_tool-interoperability-coap-v0.8, automation
[program:automated_iut-coap_client-coapthon-v0.8]
stopsignal=TERM
killasgroup=true
autostart=false
stdout_logfile = %(here)s/../log/automated_iut-coap_client-coapthon-v0.8-stdout.log
stderr_logfile = %(here)s/../log/automated_iut-coap_client-coapthon-v0.8-stderr.log
command = docker run
--env AMQP_URL=amqp://paul:iamthewalrus@f-interop.rennes.inria.fr/plugtests_03
--env AMQP_EXCHANGE=default
--rm
--privileged=true
--sysctl net.ipv6.conf.all.disable_ipv6=0
--name="automated_iut-coap_client-coapthon-v0.8"
automated_iut-coap_client-coapthon-v0.8
supervisord --nodaemon --configuration supervisor.conf
[program:automated_iut-coap_server-coapthon-v0.8]
stopsignal=TERM
killasgroup=true
autostart=false
stdout_logfile = %(here)s/../log/automated_iut-coap_server-coapthon-v0.8-stdout.log
stderr_logfile = %(here)s/../log/automated_iut-coap_server-coapthon-v0.8-stderr.log
command = docker run
--env AMQP_URL=amqp://paul:iamthewalrus@f-interop.rennes.inria.fr/plugtests_03
--env AMQP_EXCHANGE=default
--rm
--privileged=true
--sysctl net.ipv6.conf.all.disable_ipv6=0
--name="automated_iut-coap_server-coapthon-v0.8"
automated_iut-coap_server-coapthon-v0.8
supervisord --nodaemon --configuration supervisor.conf
[program:testing_tool-interoperability-coap-v0.8]
stopsignal=TERM
killasgroup=true
autostart=false
stdout_logfile = %(here)s/../log/testing_tool-interoperability-coap-v0.8-stdout.log
stderr_logfile = %(here)s/../log/testing_tool-interoperability-coap-v0.8-stderr.log
command = docker run
--env AMQP_URL=amqp://paul:iamthewalrus@f-interop.rennes.inria.fr/session05
--env AMQP_EXCHANGE=default
--rm
--privileged=true
--sysctl net.ipv6.conf.all.disable_ipv6=0
--name="testing_tool-interoperability-coap-v0.8"
testing_tool-interoperability-coap-v0.8
supervisord --nodaemon --configuration supervisor.conf
[program:automation]
directory= ./automated_IUTs/
command = python3 automation.py
user=root
stopsignal=INT
stopasgroup=true
autorestart=false
loglevel=debug
; for sending logs to docker
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
;redirect_stderr=true
;stdout_logfile = /var/log/agent-stdout.log
;stdout_logfile_maxbytes = 10MB
;stdout_logfile_backups = 5
\ No newline at end of file
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