File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 23
23
# test-runner-run/run1/app: ${ENERGY_MANAGEMENT_APP}
24
24
# test-runner-run/run1/factoryreset: True
25
25
# test-runner-run/run1/quiet: True
26
- # test-runner-run/run1/app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json --enable-key 000102030405060708090a0b0c0d0e0f --featureSet 0x7f
26
+ # test-runner-run/run1/app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json --enable-key 000102030405060708090a0b0c0d0e0f --featureSet 0x7b
27
27
# test-runner-run/run1/script-args: --storage-path admin_storage.json --commissioning-method on-network --discriminator 1234 --passcode 20202021 --hex-arg enableKey:000102030405060708090a0b0c0d0e0f --endpoint 1 --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
28
28
# === END CI TEST ARGUMENTS ===
29
29
@@ -90,11 +90,10 @@ async def test_TC_DEM_1_1(self):
90
90
await self .validate_feature_map ([Clusters .DeviceEnergyManagement .Bitmaps .Feature .kForecastAdjustment ,
91
91
Clusters .DeviceEnergyManagement .Bitmaps .Feature .kPowerForecastReporting ,
92
92
Clusters .DeviceEnergyManagement .Bitmaps .Feature .kPowerAdjustment ,
93
- Clusters .DeviceEnergyManagement .Bitmaps .Feature .kStateForecastReporting ,
94
93
Clusters .DeviceEnergyManagement .Bitmaps .Feature .kStartTimeAdjustment ,
95
94
Clusters .DeviceEnergyManagement .Bitmaps .Feature .kPausable ,
96
95
Clusters .DeviceEnergyManagement .Bitmaps .Feature .kConstraintBasedAdjustment ],
97
- [])
96
+ [Clusters . DeviceEnergyManagement . Bitmaps . Feature . kStateForecastReporting ])
98
97
99
98
self .step ("4" )
100
99
attribute_list = await self .read_dem_attribute_expect_success (attribute = "AttributeList" )
You can’t perform that action at this time.
0 commit comments