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
ioppytest
Commits
ef70ea66
Commit
ef70ea66
authored
Nov 13, 2018
by
Federico Sismondi
Browse files
Added coap_client and coap_server as posible nodes in the VPN manifest (TD CFG yaml file)
parent
992c7fc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ioppytest/test_descriptions/TD_WOT_CFG.yaml
View file @
ef70ea66
# -*- coding: utf-8 -*-
---
!configuration
configuration_id
:
WOT_CFG_01
uri
:
http://doc.f-interop.eu/tests/WOT_CFG_01
nodes
:
-
thing1
-
thing2
-
thing3
-
thing3
-
thing4
-
thing5
-
thing6
-
wot_arenahub
-
wot_thingweb
-
coap_client
-
coap_server
topology
:
-
link_id
:
link_01
capture_filter
:
udp
nodes
:
-
thing1
-
thing2
-
thing3
-
thing4
-
thing5
-
thing6
-
wot_arenahub
-
wot_thingweb
-
coap_client
-
coap_server
addressing
:
-
node
:
thing1
ipv6_prefix
:
bbbb
ipv6_host
:
1
-
node
:
thing2
ipv6_prefix
:
bbbb
ipv6_host
:
2
-
node
:
thing3
ipv6_prefix
:
bbbb
ipv6_host
:
3
...
...
@@ -36,6 +35,9 @@ addressing:
-
node
:
thing5
ipv6_prefix
:
bbbb
ipv6_host
:
5
-
node
:
thing6
ipv6_prefix
:
bbbb
ipv6_host
:
5
-
node
:
wot_arenahub
ipv6_prefix
:
bbbb
...
...
@@ -43,6 +45,14 @@ addressing:
-
node
:
wot_thingweb
ipv6_prefix
:
bbbb
ipv6_host
:
101
-
node
:
coap_server
ipv6_prefix
:
bbbb
ipv6_host
:
2
-
node
:
coap_client
ipv6_prefix
:
bbbb
ipv6_host
:
1
description
:
-
node
:
thing1
message
:
...
...
ioppytest/ui_adaptor/message_translators.py
View file @
ef70ea66
...
...
@@ -1968,8 +1968,7 @@ class WoTSessionMessageTranslator(CoAPSessionMessageTranslator):
fields
.
append
(
{
'type'
:
'p'
,
'value'
:
'%s TUN started, IPv6 interface %s::%s'
%
(
message
.
name
,
message
.
ipv6_prefix
,
message
.
ipv6_host
)
'value'
:
'%s TUN started, IPv6 interface %s::%s'
%
(
message
.
name
,
message
.
ipv6_prefix
,
message
.
ipv6_host
)
}
)
...
...
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