File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,11 @@ def test_TC_IDM_10_4(self):
164
164
except ValueError :
165
165
location = FeaturePathLocation (endpoint_id = self .endpoint_id ,
166
166
cluster_id = cluster_id , feature_code = str (feature_mask ))
167
+ # The feature_mask is from the code generated feature masks, not the features as listed on the
168
+ # device. If we get an error here, this is a problem with the codegen or spec, not with the device
169
+ # under test. We still want the problem recorded, but this does not indicate a problem on the DUT.
170
+ # There are two clusters with known bad features here - RvcRunMode and RvcCleanMode both have a
171
+ # feature mask of kNoFeatures and an empty "mask" of 0x0.
167
172
self .record_warning ("PICS check" , location = location ,
168
173
problem = f"Unable to parse feature mask { feature_mask } from cluster { cluster } " )
169
174
continue
You can’t perform that action at this time.
0 commit comments