diff --git a/tools/rdm/TestDefinitions.py b/tools/rdm/TestDefinitions.py index 4af504505a..4ac95abb33 100644 --- a/tools/rdm/TestDefinitions.py +++ b/tools/rdm/TestDefinitions.py @@ -198,6 +198,7 @@ def Test(self): class MuteAllDevices(ResponderTestFixture): """Mute all devices, so we can perform DUB tests""" PID = 'DISC_MUTE' + CATEGORY = TestCategory.NETWORK_MANAGEMENT REQUIRES = ['mute_supported'] # This is a fake property used to ensure this tests runs before the DUB tests. PROVIDES = ['global_mute'] @@ -269,7 +270,6 @@ class DUBSingleLowerUID(TestMixins.DiscoveryMixin, ResponderTestFixture): """DUB from - 1 to - 1.""" CATEGORY = TestCategory.NETWORK_MANAGEMENT - CATEGORY = TestCategory.NETWORK_MANAGEMENT REQUIRES = ['dub_supported'] + TestMixins.DiscoveryMixin.REQUIRES def LowerBound(self): @@ -286,7 +286,6 @@ class DUBSingleUpperUID(TestMixins.DiscoveryMixin, ResponderTestFixture): """DUB from + 1 to + 1.""" CATEGORY = TestCategory.NETWORK_MANAGEMENT - CATEGORY = TestCategory.NETWORK_MANAGEMENT REQUIRES = ['dub_supported'] + TestMixins.DiscoveryMixin.REQUIRES def LowerBound(self):