From a654b8cf849f157326c7dc3b6bd96abe5c039c97 Mon Sep 17 00:00:00 2001 From: cecille Date: Tue, 3 Dec 2024 16:09:51 -0500 Subject: [PATCH] Fix API for new test --- src/python_testing/TC_CADMIN_1_19.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python_testing/TC_CADMIN_1_19.py b/src/python_testing/TC_CADMIN_1_19.py index 5ec3da867da6f1..90a3d676b7043d 100644 --- a/src/python_testing/TC_CADMIN_1_19.py +++ b/src/python_testing/TC_CADMIN_1_19.py @@ -111,7 +111,7 @@ async def test_TC_CADMIN_1_19(self): self.current_step_index = 4 self.step("4a") - params = await self.openCommissioningWindow(dev_ctrl=self.th1, timeout=self.max_window_duration, node_id=self.dut_node_id) + params = await self.open_commissioning_window(dev_ctrl=self.th1, timeout=self.max_window_duration, node_id=self.dut_node_id) self.step("4b") fids_ca_dir[fid] = self.certificate_authority_manager.NewCertificateAuthority() @@ -128,7 +128,7 @@ async def test_TC_CADMIN_1_19(self): asserts.assert_equal(current_fabrics, max_fabrics, "Expected number of fabrics not correct") self.step(6) - params = await self.openCommissioningWindow(dev_ctrl=self.th1, node_id=self.dut_node_id) + params = await self.open_commissioning_window(dev_ctrl=self.th1, node_id=self.dut_node_id) self.step(7) # TH creates a controller on a new fabric and attempts to commission DUT_CE using that controller