Skip to content

Commit 4541ce9

Browse files
committed
Remove some duplicate test category config
1 parent 51b3a74 commit 4541ce9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/rdm/TestDefinitions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ class DUBSingleLowerUID(TestMixins.DiscoveryMixin,
269269
ResponderTestFixture):
270270
"""DUB from <UID> - 1 to <UID> - 1."""
271271
CATEGORY = TestCategory.NETWORK_MANAGEMENT
272-
CATEGORY = TestCategory.NETWORK_MANAGEMENT
273272
REQUIRES = ['dub_supported'] + TestMixins.DiscoveryMixin.REQUIRES
274273

275274
def LowerBound(self):
@@ -286,7 +285,6 @@ class DUBSingleUpperUID(TestMixins.DiscoveryMixin,
286285
ResponderTestFixture):
287286
"""DUB from <UID> + 1 to <UID> + 1."""
288287
CATEGORY = TestCategory.NETWORK_MANAGEMENT
289-
CATEGORY = TestCategory.NETWORK_MANAGEMENT
290288
REQUIRES = ['dub_supported'] + TestMixins.DiscoveryMixin.REQUIRES
291289

292290
def LowerBound(self):

0 commit comments

Comments
 (0)