Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
fixup! test_flows: remove emulated response from combined inframetric…
Browse files Browse the repository at this point in the history
…s test
  • Loading branch information
mariomaz authored and mergify-bot committed Mar 18, 2020
1 parent 2e9ec64 commit 75f286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def test_combined_infra_metrics(self):

self.debug("Send 1905 Link metric query to agent 1 (neighbor gateway)")
self.gateway_ucc.dev_send_1905(self.mac_repeater1, 0x0005,
(0x08,0x0008,"0x01 {%s} 0x02" % self.mac_gateway))
tlv(0x08,0x0008,"0x01 {%s} 0x02" % self.mac_gateway))
self.check_log(self.repeater1, "agent", "Received LINK_METRIC_QUERY_MESSAGE")
self.check_log(self.gateway, "controller", "Received LINK_METRIC_RESPONSE_MESSAGE")
self.check_log(self.gateway, "controller", "Received TLV_TRANSMITTER_LINK_METRIC")
Expand Down

0 comments on commit 75f286f

Please sign in to comment.