Skip to content

Commit

Permalink
chore(TC_OPCREDS_3.2): identation adjustment for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
gvargas-csa committed May 31, 2024
1 parent 64d090e commit 57c1dd3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/python_testing/TC_OPCREDS_3_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ async def test_TC_OPCREDS_3_2(self):
rcac_CR3 = tlvReaderRCAC_CR3[9]

self.step(3)
cr2_read_fabricIndex = await self.read_single_attribute_check_success(dev_ctrl=cr2_new_admin_ctrl,
cr2_read_fabricIndex = await self.read_single_attribute_check_success(
dev_ctrl=cr2_new_admin_ctrl,
node_id=cr2_dut_node_id,
cluster=opcreds,
attribute=opcreds.Attributes.CurrentFabricIndex
Expand All @@ -114,7 +115,8 @@ async def test_TC_OPCREDS_3_2(self):
"Fail fabric_index_CR2 is not equal to read fabricIndex from CR2")

self.step(4)
cr3_read_fabricIndex = await self.read_single_attribute_check_success(dev_ctrl=cr3_new_admin_ctrl,
cr3_read_fabricIndex = await self.read_single_attribute_check_success(
dev_ctrl=cr3_new_admin_ctrl,
node_id=cr3_dut_node_id,
cluster=opcreds,
attribute=opcreds.Attributes.CurrentFabricIndex
Expand All @@ -124,7 +126,8 @@ async def test_TC_OPCREDS_3_2(self):
"Fail fabric_index_CR3 is not equal to read fabricIndex from CR3")

self.step(5)
cr2_fabric = await self.read_single_attribute_check_success(dev_ctrl=cr2_new_admin_ctrl,
cr2_fabric = await self.read_single_attribute_check_success(
dev_ctrl=cr2_new_admin_ctrl,
node_id=cr2_dut_node_id,
cluster=opcreds,
attribute=opcreds.Attributes.Fabrics,
Expand Down

0 comments on commit 57c1dd3

Please sign in to comment.