@@ -8441,60 +8441,60 @@ class SetEndpointToUniverseWithExtraData(TestMixins.SetWithDataMixin,
84418441 DATA = b'foobar'
84428442
84438443
8444- class AllSubDevicesGetRdmTrafficEnable (TestMixins .AllSubDevicesGetMixin ,
8444+ class AllSubDevicesGetRDMTrafficEnable (TestMixins .AllSubDevicesGetMixin ,
84458445 OptionalParameterTestFixture ):
84468446 """Send a get RDM_TRAFFIC_ENABLE to ALL_SUB_DEVICES."""
84478447 PID = 'RDM_TRAFFIC_ENABLE'
84488448 DATA = [0x0001 ]
84498449
84508450
8451- # class GetRdmTrafficEnable (TestMixins.,
8451+ # class GetRDMTrafficEnable (TestMixins.,
84528452# OptionalParameterTestFixture):
84538453# CATEGORY = TestCategory.
84548454# PID = 'RDM_TRAFFIC_ENABLE'
84558455# TODO(peter): Test get
84568456
84578457
8458- class GetZeroRdmTrafficEnable (TestMixins .GetZeroUInt16Mixin ,
8458+ class GetZeroRDMTrafficEnable (TestMixins .GetZeroUInt16Mixin ,
84598459 OptionalParameterTestFixture ):
84608460 """GET RDM_TRAFFIC_ENABLE for endpoint id 0."""
84618461 PID = 'RDM_TRAFFIC_ENABLE'
84628462 OVERRIDE_NACKS = [RDMNack .NR_ENDPOINT_NUMBER_INVALID ]
84638463
84648464
8465- class GetRdmTrafficEnableWithNoData (TestMixins .GetWithNoDataMixin ,
8465+ class GetRDMTrafficEnableWithNoData (TestMixins .GetWithNoDataMixin ,
84668466 OptionalParameterTestFixture ):
84678467 """GET RDM_TRAFFIC_ENABLE with no argument given."""
84688468 PID = 'RDM_TRAFFIC_ENABLE'
84698469
84708470
8471- class GetRdmTrafficEnableWithExtraData (TestMixins .GetWithDataMixin ,
8471+ class GetRDMTrafficEnableWithExtraData (TestMixins .GetWithDataMixin ,
84728472 OptionalParameterTestFixture ):
84738473 """GET RDM_TRAFFIC_ENABLE with more than 2 bytes of data."""
84748474 PID = 'RDM_TRAFFIC_ENABLE'
84758475
84768476
8477- # class SetRdmTrafficEnable (TestMixins.,
8477+ # class SetRDMTrafficEnable (TestMixins.,
84788478# OptionalParameterTestFixture):
84798479# CATEGORY = TestCategory.
84808480# PID = 'RDM_TRAFFIC_ENABLE'
84818481# TODO(peter): Test set
84828482
84838483
8484- # class SetZeroRdmTrafficEnable (TestMixins.SetZero,
8484+ # class SetZeroRDMTrafficEnable (TestMixins.SetZero,
84858485# OptionalParameterTestFixture):
84868486# """SET RDM_TRAFFIC_ENABLE for endpoint id 0."""
84878487# PID = 'RDM_TRAFFIC_ENABLE'
84888488# TODO(peter): Test set zero
84898489
84908490
8491- class SetRdmTrafficEnableWithNoData (TestMixins .SetWithNoDataMixin ,
8491+ class SetRDMTrafficEnableWithNoData (TestMixins .SetWithNoDataMixin ,
84928492 OptionalParameterTestFixture ):
84938493 """Set RDM_TRAFFIC_ENABLE command with no data."""
84948494 PID = 'RDM_TRAFFIC_ENABLE'
84958495
84968496
8497- class SetRdmTrafficEnableWithExtraData (TestMixins .SetWithDataMixin ,
8497+ class SetRDMTrafficEnableWithExtraData (TestMixins .SetWithDataMixin ,
84988498 OptionalParameterTestFixture ):
84998499 """Send a SET RDM_TRAFFIC_ENABLE command with extra data."""
85008500 PID = 'RDM_TRAFFIC_ENABLE'
0 commit comments