Skip to content

Commit 612514e

Browse files
f3 after_tests for test_overlay_global
1 parent 70c2e8a commit 612514e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/test_overlay_global.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,17 @@ class TestOverlayGlobal < CiscoTestCase
2525

2626
def setup
2727
super
28-
vxlan_linecard?
29-
vdc_lc_state('f3')
28+
vdc_limit_f3_no_intf_needed(:set)
3029
config_no_warn('no feature fabric forwarding')
3130
config_no_warn('no nv overlay evpn')
3231
end
3332

33+
def after_tests
34+
config_no_warn('no feature fabric forwarding')
35+
config_no_warn('no nv overlay evpn')
36+
vdc_limit_f3_no_intf_needed(:clear)
37+
end
38+
3439
def test_dup_host_ip_addr_detection
3540
o = OverlayGlobal.new
3641
if validate_property_excluded?('overlay_global',

0 commit comments

Comments
 (0)