Skip to content

Commit

Permalink
f3 after_tests for test_overlay_global
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanheuveln committed Aug 23, 2016
1 parent 70c2e8a commit 612514e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/test_overlay_global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ class TestOverlayGlobal < CiscoTestCase

def setup
super
vxlan_linecard?
vdc_lc_state('f3')
vdc_limit_f3_no_intf_needed(:set)
config_no_warn('no feature fabric forwarding')
config_no_warn('no nv overlay evpn')
end

def after_tests
config_no_warn('no feature fabric forwarding')
config_no_warn('no nv overlay evpn')
vdc_limit_f3_no_intf_needed(:clear)
end

def test_dup_host_ip_addr_detection
o = OverlayGlobal.new
if validate_property_excluded?('overlay_global',
Expand Down

0 comments on commit 612514e

Please sign in to comment.