Skip to content

Commit

Permalink
added batadv_orig_interval to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario committed Apr 14, 2023
1 parent 590cfd5 commit 94c12f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lime-proto-batadv/tests/test_batadv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('LiMe proto Batman-adv #protobatadv', function()
assert.is.equal('batadv', uci:get('network', 'bat0', 'proto'))
assert.is.equal('1', uci:get('network', 'bat0', 'bridge_loop_avoidance'))
assert.is.equal('0', uci:get('network', 'bat0', 'multicast_mode'))
assert.is.equal('2000', uci:get('network', 'bat0', 'orig_interval'))

-- anygw is disabled
assert.is_nil(uci:get('network', 'bat0', 'distributed_arp_table'))
Expand Down

0 comments on commit 94c12f9

Please sign in to comment.