mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 03:07:47 +00:00
[harness-automation] adjust golden device numbers based on TestPlanV1.2.0 (#2583)
This commit is contained in:
@@ -36,7 +36,7 @@ from autothreadharness.harness_case import HarnessCase
|
||||
class ED_6_5_3(HarnessCase):
|
||||
role = HarnessCase.ROLE_ED
|
||||
case = '6 5 3'
|
||||
golden_devices_required = 2
|
||||
golden_devices_required = 1
|
||||
def on_dialog(self, dialog, title):
|
||||
if title.startswith('Reset DUT'):
|
||||
self.dut.stop()
|
||||
|
||||
@@ -34,7 +34,7 @@ import unittest
|
||||
class Leader_5_3_6(HarnessCase):
|
||||
role = HarnessCase.ROLE_LEADER
|
||||
case = '5 3 6'
|
||||
golden_devices_required = 5
|
||||
golden_devices_required = 2
|
||||
def on_dialog(self, dialog, title):
|
||||
pass
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ from autothreadharness.harness_case import HarnessCase
|
||||
class Leader_5_3_8(HarnessCase):
|
||||
role = HarnessCase.ROLE_LEADER
|
||||
case = '5 3 8'
|
||||
golden_devices_required = 4
|
||||
golden_devices_required = 3
|
||||
def on_dialog(self, dialog, title):
|
||||
pass
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ from autothreadharness.harness_case import HarnessCase
|
||||
class Leader_9_2_12(HarnessCase):
|
||||
role = HarnessCase.ROLE_LEADER
|
||||
case = '9 2 12'
|
||||
golden_devices_required = 5
|
||||
golden_devices_required = 3
|
||||
def on_dialog(self, dialog, title):
|
||||
pass
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ from autothreadharness.harness_case import HarnessCase
|
||||
class MED_9_2_12(HarnessCase):
|
||||
role = HarnessCase.ROLE_MED
|
||||
case = '9 2 12'
|
||||
golden_devices_required = 5
|
||||
golden_devices_required = 3
|
||||
def on_dialog(self, dialog, title):
|
||||
pass
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ from autothreadharness.harness_case import HarnessCase
|
||||
class REED_5_2_4(HarnessCase):
|
||||
role = HarnessCase.ROLE_REED
|
||||
case = '5 2 4'
|
||||
golden_devices_required = 18
|
||||
golden_devices_required = 17
|
||||
def on_dialog(self, dialog, title):
|
||||
pass
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ from autothreadharness.harness_case import HarnessCase
|
||||
class Router_7_1_8(HarnessCase):
|
||||
role = HarnessCase.ROLE_ROUTER
|
||||
case = '7 1 8'
|
||||
golden_devices_required = 3
|
||||
golden_devices_required = 2
|
||||
def on_dialog(self, dialog, title):
|
||||
pass
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ from autothreadharness.harness_case import HarnessCase
|
||||
class Router_9_2_12(HarnessCase):
|
||||
role = HarnessCase.ROLE_ROUTER
|
||||
case = '9 2 12'
|
||||
golden_devices_required = 5
|
||||
golden_devices_required = 3
|
||||
def on_dialog(self, dialog, title):
|
||||
pass
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ from autothreadharness.harness_case import HarnessCase
|
||||
class SED_6_5_3(HarnessCase):
|
||||
role = HarnessCase.ROLE_SED
|
||||
case = '6 5 3'
|
||||
golden_devices_required = 2
|
||||
golden_devices_required = 1
|
||||
def on_dialog(self, dialog, title):
|
||||
if title.startswith('Reset DUT'):
|
||||
self.dut.stop()
|
||||
|
||||
Reference in New Issue
Block a user