aboutsummaryrefslogtreecommitdiffstats
path: root/tests/suites/honeycomb/resources/vxlan_gpe.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suites/honeycomb/resources/vxlan_gpe.py')
-rw-r--r--tests/suites/honeycomb/resources/vxlan_gpe.py6
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 = {