Skip to content

Commit

Permalink
Update lime-proto-batadv
Browse files Browse the repository at this point in the history
Thanks Ilario for suggestion
  • Loading branch information
G10h4ck committed Jun 20, 2020
1 parent 9a671f8 commit 60e4cf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/lime-proto-batadv/tests/test_batadv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ describe('LiMe proto Batman-adv #protobatadv', function()
assert.is.equal('1', uci:get('network', 'bat0', 'bridge_loop_avoidance'))
assert.is.equal('0', uci:get('network', 'bat0', 'multicast_mode'))

assert.is.equal('batadv_hardif', uci:get("network", "lm_net_batadv_dummy_if", "proto"))
assert.is.equal('bat0', uci:get("network", "lm_net_batadv_dummy_if", "master"))

-- anygw is disabled
assert.is_nil(uci:get('network', 'bat0', 'distributed_arp_table'))
assert.is_nil(uci:get('network', 'bat0', 'gw_mode'))
Expand Down Expand Up @@ -58,9 +55,6 @@ describe('LiMe proto Batman-adv #protobatadv', function()

assert.is.equal('1', uci:get('batman-adv', 'bat0', 'bridge_loop_avoidance'))
assert.is.equal('0', uci:get('batman-adv', 'bat0', 'multicast_mode'))

assert.is.equal('batadv', uci:get("network", "lm_net_batadv_dummy_if", "proto"))
assert.is.equal('bat0', uci:get("network", "lm_net_batadv_dummy_if", "mesh"))
end)

before_each('', function()
Expand Down

0 comments on commit 60e4cf2

Please sign in to comment.