diff options
author | Tibor Frank <tifrank@cisco.com> | 2016-06-14 11:48:54 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-06-20 07:06:31 +0000 |
commit | dbef20c93ad802b07607c9ca1c0e05c232c963f4 (patch) | |
tree | cdf1aae29d6375c69524e669f5a718e557bdcf4d /tests/suites/honeycomb/resources/vxlan_gpe.py | |
parent | 025d95939e2c14658204b307420fc75656a90ca7 (diff) |
Modify tests for Honeycomb sub-interfaces
JIRA: CSIT-139
- modify tests for Honeycomb sub-interfaces to reflect the last changes
in the model
- modify existing keywords to work with latest changes in Honyecomb and VPP
Change-Id: Idc88fbac7e743e6125d5c865d9d144448657dd20
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'tests/suites/honeycomb/resources/vxlan_gpe.py')
-rw-r--r-- | tests/suites/honeycomb/resources/vxlan_gpe.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/suites/honeycomb/resources/vxlan_gpe.py b/tests/suites/honeycomb/resources/vxlan_gpe.py index 7f219f93b6..308cd0a316 100644 --- a/tests/suites/honeycomb/resources/vxlan_gpe.py +++ b/tests/suites/honeycomb/resources/vxlan_gpe.py @@ -43,7 +43,7 @@ vxlan_gpe_wrong_type_base_settings = { 'name': vxlan_gpe_if2, 'type': 'iana-if-type:ethernetCsmacd', 'description': 'for testing purposes', - 'enabled': 'true', + 'enabled': True, 'link-up-down-trap-enable': 'enabled' } @@ -69,7 +69,7 @@ vxlan_gpe_if5 = 'vxlan_gpe_tunnel0' vxlan_gpe_base_ipv6_settings = { 'name': vxlan_gpe_if5, 'description': 'for testing purposes', - 'enabled': 'true', + 'enabled': True, 'link-up-down-trap-enable': 'enabled' } vxlan_gpe_ipv6_settings = { @@ -86,7 +86,7 @@ vxlan_gpe_if6 = 'vxlan_gpe_tunnel1' vxlan_gpe_base_ipv6_settings2 = { 'name': vxlan_gpe_if6, 'description': 'for testing purposes', - 'enabled': 'true', + 'enabled': True, 'link-up-down-trap-enable': 'enabled' } vxlan_gpe_ipv6_settings2 = { |