Skip to content

Commit

Permalink
update scheme variable name (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
trzhang-msft committed May 10, 2019
1 parent c66315a commit 7f7f384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/neighbor_advertiser
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def construct_neighbor_advertiser_slice():
'hwSku': get_switch_hwsku()
}

responding_scheme_obj = {
responding_schemes_obj = {
'durationInSec': DEFAULT_DURATION
}

Expand Down Expand Up @@ -233,7 +233,7 @@ def construct_neighbor_advertiser_slice():
slice_obj = {
'switchInfo': switch_info_obj,
'vlanInterfaces': vlan_interfaces_obj,
'respondingScheme': responding_scheme_obj
'respondingSchemes': responding_schemes_obj
}

return slice_obj
Expand Down

0 comments on commit 7f7f384

Please sign in to comment.