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
b7d4fad0
Commit
b7d4fad0
authored
Oct 27, 2017
by
Federico Sismondi
Browse files
doc update
parent
976d76da
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b7d4fad0
...
...
@@ -86,13 +86,13 @@ Don't forget to start it!
Second,
**build**
the testing tool, from inside coap_testing_tool dir run:
```
docker build -t
finterop
-coap .
docker build -t
testing_tool-interoperability
-coap .
```
If build fails due to a "Failed to fetch http://archive.ubuntu ...."
then:
```
docker build -t
finterop
-coap . --no-cache
docker build -t
testing_tool-interoperability
-coap . --no-cache
```
Go to FAQ, for known errors.
...
...
@@ -101,17 +101,24 @@ Finally, **run** it, from inside coap_testing_tool run:
```
docker run -it
--env AMQP_EXCHANGE=
'default'
--env AMQP_URL=
'amqp://someUser:somePassword@server/amqp_vhost'
--
privileged finterop-coap supervisord
--
nodaemon
--configuration supervisor.conf
--env AMQP_EXCHANGE=
$AMQP_EXCHANGE
--env AMQP_URL=
$AMQP_URL
--
sysctl net.ipv6.conf.all.disable_ipv6=0
--
privileged
testing_tool-interoperability-coap
```
alternatively, you can:
```
docker run -it --env AMQP_EXCHANGE=default --env AMQP_URL='amqp://someUser:somePassword@server/amqp_vhost' --privileged finterop-coap bash
docker run -it
--env AMQP_EXCHANGE=$AMQP_EXCHANGE
--env AMQP_URL=$AMQP_URL
--sysctl net.ipv6.conf.all.disable_ipv6=0
--privileged
testing_tool-interoperability-coap
bash
root@bab3b2220510:/coap_testing_tool# supervisord -c supervisor.conf
root@bab3b2220510:/coap_testing_tool# supervisorctl -c supervisor.conf
agent RUNNING pid 28, uptime 0:00:02
...
...
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