From 75f286f03bb40cc21b0ba4c1ed93ff148c1bfd06 Mon Sep 17 00:00:00 2001 From: Mario Maz Date: Mon, 16 Mar 2020 18:43:29 +0100 Subject: [PATCH] fixup! test_flows: remove emulated response from combined inframetrics test --- tests/test_flows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_flows.py b/tests/test_flows.py index e89849ccb6..3c97b7366f 100755 --- a/tests/test_flows.py +++ b/tests/test_flows.py @@ -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")