@pietrolubini/homebridge-ecoflow 1.5.0-beta.2 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/accessories/batteries/deltapro3/deltaPro3Accessory.d.ts +0 -1
- package/dist/accessories/batteries/deltapro3/deltaPro3Accessory.js +10 -8
- package/dist/accessories/batteries/deltapro3/deltaPro3Accessory.js.map +1 -1
- package/dist/platform.js +4 -4
- package/dist/platform.js.map +1 -1
- package/junit.xml +589 -591
- package/package.json +1 -1
package/junit.xml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="jest tests" tests="
|
|
3
|
-
<testsuite name="DeltaProUltraAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
4
|
-
<testcase classname="DeltaProUltraAccessory initialize should add required services when initializing accessory" name="DeltaProUltraAccessory initialize should add required services when initializing accessory" time="0.
|
|
2
|
+
<testsuites name="jest tests" tests="664" failures="0" errors="0" time="27.112">
|
|
3
|
+
<testsuite name="DeltaProUltraAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:39:56" time="6.113" tests="45">
|
|
4
|
+
<testcase classname="DeltaProUltraAccessory initialize should add required services when initializing accessory" name="DeltaProUltraAccessory initialize should add required services when initializing accessory" time="0.027">
|
|
5
5
|
</testcase>
|
|
6
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProUltraAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.
|
|
6
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProUltraAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.009">
|
|
7
7
|
</testcase>
|
|
8
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProUltraAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.
|
|
8
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProUltraAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.007">
|
|
9
9
|
</testcase>
|
|
10
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should update battery level when PdStatus message is received with soc" name="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should update battery level when PdStatus message is received with soc" time="0.
|
|
10
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should update battery level when PdStatus message is received with soc" name="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should update battery level when PdStatus message is received with soc" time="0.01">
|
|
11
11
|
</testcase>
|
|
12
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should not update any characteristic when PdStatus message is received with undefined status" time="0.
|
|
12
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProUltraAccessory processQuotaMessage PdStatus BatteryLevel should not update any characteristic when PdStatus message is received with undefined status" time="0.005">
|
|
13
13
|
</testcase>
|
|
14
14
|
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
|
|
15
15
|
when PdStatus message is received with non zero wattsInSum and without wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
|
|
@@ -17,63 +17,63 @@
|
|
|
17
17
|
</testcase>
|
|
18
18
|
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
|
|
19
19
|
when PdStatus message is received with non zero wattsInSum and non equal to it wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to true
|
|
20
|
-
when PdStatus message is received with non zero wattsInSum and non equal to it wattsOutSum" time="0.
|
|
20
|
+
when PdStatus message is received with non zero wattsInSum and non equal to it wattsOutSum" time="0.007">
|
|
21
21
|
</testcase>
|
|
22
22
|
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
|
|
23
23
|
when PdStatus message is received with zero wattsInSum and non equal to it wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
|
|
24
|
-
when PdStatus message is received with zero wattsInSum and non equal to it wattsOutSum" time="0.
|
|
24
|
+
when PdStatus message is received with zero wattsInSum and non equal to it wattsOutSum" time="0.014">
|
|
25
25
|
</testcase>
|
|
26
26
|
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
|
|
27
27
|
when PdStatus message is received with zero wattsInSum and wattsOutSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update charging state to false
|
|
28
|
-
when PdStatus message is received with zero wattsInSum and wattsOutSum" time="0.
|
|
28
|
+
when PdStatus message is received with zero wattsInSum and wattsOutSum" time="0.008">
|
|
29
29
|
</testcase>
|
|
30
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update AC, USB input consumptions when PdStatus message is received with wattsInSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update AC, USB input consumptions when PdStatus message is received with wattsInSum" time="0.
|
|
30
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update AC, USB input consumptions when PdStatus message is received with wattsInSum" name="DeltaProUltraAccessory processQuotaMessage PdStatus ChargingState should update AC, USB input consumptions when PdStatus message is received with wattsInSum" time="0.007">
|
|
31
31
|
</testcase>
|
|
32
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL11Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL11Pwr" time="0.
|
|
32
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL11Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL11Pwr" time="0.006">
|
|
33
33
|
</testcase>
|
|
34
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL11Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL11Pwr" time="0.
|
|
34
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL11Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL11Pwr" time="0.002">
|
|
35
35
|
</testcase>
|
|
36
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL12Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL12Pwr" time="0.
|
|
36
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL12Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL12Pwr" time="0.003">
|
|
37
37
|
</testcase>
|
|
38
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL12Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL12Pwr" time="0.
|
|
38
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL12Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL12Pwr" time="0.005">
|
|
39
39
|
</testcase>
|
|
40
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL21Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL21Pwr" time="0.
|
|
40
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL21Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL21Pwr" time="0.004">
|
|
41
41
|
</testcase>
|
|
42
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL21Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL21Pwr" time="0.
|
|
42
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL21Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL21Pwr" time="0.015">
|
|
43
43
|
</testcase>
|
|
44
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL22Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL22Pwr" time="0.
|
|
44
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL22Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL22Pwr" time="0.006">
|
|
45
45
|
</testcase>
|
|
46
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL22Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL22Pwr" time="0.
|
|
46
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL22Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL22Pwr" time="0.001">
|
|
47
47
|
</testcase>
|
|
48
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcTtPwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcTtPwr" time="0.
|
|
48
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcTtPwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcTtPwr" time="0.001">
|
|
49
49
|
</testcase>
|
|
50
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcTtPwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcTtPwr" time="0.
|
|
50
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcTtPwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcTtPwr" time="0.002">
|
|
51
51
|
</testcase>
|
|
52
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL14Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL14Pwr" time="0.
|
|
52
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL14Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAcL14Pwr" time="0.002">
|
|
53
53
|
</testcase>
|
|
54
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL14Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL14Pwr" time="0.
|
|
54
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL14Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAcL14Pwr" time="0.002">
|
|
55
55
|
</testcase>
|
|
56
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAc5p8Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAc5p8Pwr" time="0.
|
|
56
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAc5p8Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with outAc5p8Pwr" time="0.003">
|
|
57
57
|
</testcase>
|
|
58
58
|
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAc5p8Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption with 0 when PdStatus message received with 0 outAc5p8Pwr" time="0.003">
|
|
59
59
|
</testcase>
|
|
60
60
|
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with all ac-related parameters" name="DeltaProUltraAccessory processQuotaMessage PdStatus AC should update AC output consumption when PdStatus message is received with all ac-related parameters" time="0.003">
|
|
61
61
|
</testcase>
|
|
62
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb1Pwr" time="0.
|
|
62
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb1Pwr" time="0.002">
|
|
63
63
|
</testcase>
|
|
64
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb1Pwr" time="0.
|
|
64
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb1Pwr" time="0.002">
|
|
65
65
|
</testcase>
|
|
66
66
|
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outUsb2Pwr" time="0.003">
|
|
67
67
|
</testcase>
|
|
68
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb2Pwr" time="0.
|
|
68
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outUsb2Pwr" time="0.002">
|
|
69
69
|
</testcase>
|
|
70
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec1Pwr" time="0.
|
|
70
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec1Pwr" time="0.001">
|
|
71
71
|
</testcase>
|
|
72
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec1Pwr" time="0.
|
|
72
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec1Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec1Pwr" time="0.011">
|
|
73
73
|
</testcase>
|
|
74
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec2Pwr" time="0.
|
|
74
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with outTypec2Pwr" time="0.006">
|
|
75
75
|
</testcase>
|
|
76
|
-
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec2Pwr" time="0.
|
|
76
|
+
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec2Pwr" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption with 0 when PdStatus message received with 0 outTypec2Pwr" time="0.002">
|
|
77
77
|
</testcase>
|
|
78
78
|
<testcase classname="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProUltraAccessory processQuotaMessage PdStatus USB should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.003">
|
|
79
79
|
</testcase>
|
|
@@ -83,377 +83,375 @@
|
|
|
83
83
|
</testcase>
|
|
84
84
|
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested" time="0.003">
|
|
85
85
|
</testcase>
|
|
86
|
-
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
86
|
+
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus BatteryLevel should update BatteryLevel-related characteristics when is requested and quotas were not initialized properly for it" time="0.006">
|
|
87
87
|
</testcase>
|
|
88
|
-
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should update ChargingState-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should update ChargingState-related characteristics when is requested" time="0.
|
|
88
|
+
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should update ChargingState-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should update ChargingState-related characteristics when is requested" time="0.018">
|
|
89
89
|
</testcase>
|
|
90
|
-
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should not update ChargingState-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should not update ChargingState-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
90
|
+
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should not update ChargingState-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus ChargingState should not update ChargingState-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
|
|
91
91
|
</testcase>
|
|
92
92
|
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should update AC-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should update AC-related characteristics when is requested" time="0.003">
|
|
93
93
|
</testcase>
|
|
94
|
-
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should not update AC-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should not update AC-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
94
|
+
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should not update AC-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus AC should not update AC-related characteristics when is requested and quotas were not initialized properly for it" time="0.002">
|
|
95
95
|
</testcase>
|
|
96
|
-
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should update USB-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should update USB-related characteristics when is requested" time="0.
|
|
96
|
+
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should update USB-related characteristics when is requested" name="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should update USB-related characteristics when is requested" time="0.004">
|
|
97
97
|
</testcase>
|
|
98
98
|
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should not update USB-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdStatus USB should not update USB-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
|
|
99
99
|
</testcase>
|
|
100
100
|
<testcase classname="DeltaProUltraAccessory initializeDefaultValues PdSetStatus should update PdSetStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProUltraAccessory initializeDefaultValues PdSetStatus should update PdSetStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
|
|
101
101
|
</testcase>
|
|
102
102
|
</testsuite>
|
|
103
|
-
<testsuite name="
|
|
104
|
-
<testcase classname="
|
|
103
|
+
<testsuite name="Delta2AccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:39:56" time="6.198" tests="47">
|
|
104
|
+
<testcase classname="Delta2AccessoryBase initialize should add required services when initializing accessory" name="Delta2AccessoryBase initialize should add required services when initializing accessory" time="0.015">
|
|
105
105
|
</testcase>
|
|
106
|
-
<testcase classname="
|
|
106
|
+
<testcase classname="Delta2AccessoryBase initialize should create OutletAcService with MPPT setModuleType when initializing accessory MPPT setModuleType" name="Delta2AccessoryBase initialize should create OutletAcService with MPPT setModuleType when initializing accessory MPPT setModuleType" time="0.008">
|
|
107
107
|
</testcase>
|
|
108
|
-
<testcase classname="
|
|
108
|
+
<testcase classname="Delta2AccessoryBase initialize should create SwitchXboostService with INV setModuleType when initializing accessory INV setModuleType" name="Delta2AccessoryBase initialize should create SwitchXboostService with INV setModuleType when initializing accessory INV setModuleType" time="0.012">
|
|
109
109
|
</testcase>
|
|
110
|
-
<testcase classname="
|
|
111
|
-
when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
|
|
112
|
-
when powerStream settings are not defined in config" time="0.007">
|
|
110
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should update bms status in quota when BmsStatus message is received" name="Delta2AccessoryBase processQuotaMessage EmsStatus should update bms status in quota when BmsStatus message is received" time="0.009">
|
|
113
111
|
</testcase>
|
|
114
|
-
<testcase classname="
|
|
112
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should update battery level when BmsStatus message is received with f32ShowSoc" name="Delta2AccessoryBase processQuotaMessage EmsStatus should update battery level when BmsStatus message is received with f32ShowSoc" time="0.006">
|
|
115
113
|
</testcase>
|
|
116
|
-
<testcase classname="
|
|
114
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage EmsStatus should not update any characteristic when BmsStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage EmsStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.019">
|
|
117
115
|
</testcase>
|
|
118
|
-
<testcase classname="
|
|
119
|
-
when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
|
|
120
|
-
when powerStream settings are not defined in config" time="0.005">
|
|
116
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="Delta2AccessoryBase processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.008">
|
|
121
117
|
</testcase>
|
|
122
|
-
<testcase classname="
|
|
118
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
|
|
119
|
+
when InvStatus message is received with non zero inputWatts and without outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
|
|
120
|
+
when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.009">
|
|
123
121
|
</testcase>
|
|
124
|
-
<testcase classname="
|
|
122
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
|
|
123
|
+
when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
|
|
124
|
+
when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.006">
|
|
125
125
|
</testcase>
|
|
126
|
-
<testcase classname="
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
|
|
127
|
+
when InvStatus message is received with zero inputWatts and non equal to it outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
|
|
128
|
+
when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.006">
|
|
129
129
|
</testcase>
|
|
130
|
-
<testcase classname="
|
|
130
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
|
|
131
|
+
when InvStatus message is received with zero inputWatts and outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to false
|
|
132
|
+
when InvStatus message is received with zero inputWatts and outputWatts" time="0.005">
|
|
131
133
|
</testcase>
|
|
132
|
-
<testcase classname="
|
|
134
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" time="0.018">
|
|
133
135
|
</testcase>
|
|
134
|
-
<testcase classname="
|
|
135
|
-
when powerStream.type settings are not defined in config" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
|
|
136
|
-
when powerStream.type settings are not defined in config" time="0.033">
|
|
136
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.003">
|
|
137
137
|
</testcase>
|
|
138
|
-
<testcase classname="
|
|
139
|
-
when powerStream.type is 600W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
|
|
140
|
-
when powerStream.type is 600W" time="0.004">
|
|
138
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="Delta2AccessoryBase processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.006">
|
|
141
139
|
</testcase>
|
|
142
|
-
<testcase classname="
|
|
143
|
-
when powerStream.type is 800W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
|
|
144
|
-
when powerStream.type is 800W" time="0.004">
|
|
140
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.005">
|
|
145
141
|
</testcase>
|
|
146
|
-
<testcase classname="
|
|
142
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" time="0.005">
|
|
147
143
|
</testcase>
|
|
148
|
-
<testcase classname="
|
|
144
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="Delta2AccessoryBase processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.004">
|
|
149
145
|
</testcase>
|
|
150
|
-
<testcase classname="
|
|
146
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" name="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" time="0.005">
|
|
151
147
|
</testcase>
|
|
152
|
-
<testcase classname="
|
|
148
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" time="0.013">
|
|
153
149
|
</testcase>
|
|
154
|
-
<testcase classname="
|
|
150
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.004">
|
|
155
151
|
</testcase>
|
|
156
|
-
<testcase classname="
|
|
152
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.004">
|
|
157
153
|
</testcase>
|
|
158
|
-
<testcase classname="
|
|
154
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" time="0.003">
|
|
159
155
|
</testcase>
|
|
160
|
-
<testcase classname="
|
|
156
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" time="0.004">
|
|
161
157
|
</testcase>
|
|
162
|
-
<testcase classname="
|
|
158
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.004">
|
|
163
159
|
</testcase>
|
|
164
|
-
<testcase classname="
|
|
160
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.023">
|
|
165
161
|
</testcase>
|
|
166
|
-
<testcase classname="
|
|
162
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" time="0.004">
|
|
167
163
|
</testcase>
|
|
168
|
-
<testcase classname="
|
|
164
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb2Watts" time="0.004">
|
|
169
165
|
</testcase>
|
|
170
|
-
<testcase classname="
|
|
166
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" time="0.004">
|
|
171
167
|
</testcase>
|
|
172
|
-
<testcase classname="
|
|
168
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.004">
|
|
173
169
|
</testcase>
|
|
174
|
-
<testcase classname="
|
|
170
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.004">
|
|
175
171
|
</testcase>
|
|
176
|
-
<testcase classname="
|
|
172
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.016">
|
|
177
173
|
</testcase>
|
|
178
|
-
<testcase classname="
|
|
174
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.004">
|
|
179
175
|
</testcase>
|
|
180
|
-
<testcase classname="
|
|
176
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="Delta2AccessoryBase processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.004">
|
|
181
177
|
</testcase>
|
|
182
|
-
<testcase classname="
|
|
178
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.003">
|
|
183
179
|
</testcase>
|
|
184
|
-
<testcase classname="
|
|
180
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update mppt status in quota when MpptStatus message is received" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update mppt status in quota when MpptStatus message is received" time="0.004">
|
|
185
181
|
</testcase>
|
|
186
|
-
<testcase classname="
|
|
182
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update AC state when MpptStatus message is received with cfgAcEnabled" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update AC state when MpptStatus message is received with cfgAcEnabled" time="0.004">
|
|
187
183
|
</testcase>
|
|
188
|
-
<testcase classname="
|
|
184
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should update X-Boost state when MpptStatus message is received with cfgAcXboost" name="Delta2AccessoryBase processQuotaMessage MpptStatus should update X-Boost state when MpptStatus message is received with cfgAcXboost" time="0.004">
|
|
189
185
|
</testcase>
|
|
190
|
-
<testcase classname="
|
|
186
|
+
<testcase classname="Delta2AccessoryBase processQuotaMessage MpptStatus should not update any characteristic when MpptStatus message is received with undefined status" name="Delta2AccessoryBase processQuotaMessage MpptStatus should not update any characteristic when MpptStatus message is received with undefined status" time="0.003">
|
|
191
187
|
</testcase>
|
|
192
|
-
<testcase classname="
|
|
188
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="Delta2AccessoryBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.003">
|
|
193
189
|
</testcase>
|
|
194
|
-
<testcase classname="
|
|
190
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" time="0.004">
|
|
195
191
|
</testcase>
|
|
196
|
-
<testcase classname="
|
|
197
|
-
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
|
|
198
|
-
when initializing default values with quotas were not initialized properly for it" time="0.002">
|
|
192
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.004">
|
|
199
193
|
</testcase>
|
|
200
|
-
<testcase classname="
|
|
194
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.004">
|
|
201
195
|
</testcase>
|
|
202
|
-
<testcase classname="
|
|
203
|
-
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
|
|
204
|
-
when initializing default values with quotas were not initialized properly for it" time="0.002">
|
|
196
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.013">
|
|
205
197
|
</testcase>
|
|
206
|
-
<testcase classname="
|
|
198
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.004">
|
|
207
199
|
</testcase>
|
|
208
|
-
<testcase classname="
|
|
209
|
-
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
|
|
210
|
-
when initializing default values with quotas were not initialized properly for it" time="0.007">
|
|
200
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
|
|
211
201
|
</testcase>
|
|
212
|
-
<testcase classname="
|
|
202
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested" name="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested" time="0.003">
|
|
213
203
|
</testcase>
|
|
214
|
-
<testcase classname="
|
|
215
|
-
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
|
|
216
|
-
when initializing default values with quotas were not initialized properly for it" time="0.002">
|
|
204
|
+
<testcase classname="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested and quotas were not initialized properly for it" name="Delta2AccessoryBase initializeDefaultValues MpptStatus should update MpptStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.004">
|
|
217
205
|
</testcase>
|
|
218
|
-
|
|
206
|
+
</testsuite>
|
|
207
|
+
<testsuite name="PowerStreamAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:39:56" time="6.365" tests="51">
|
|
208
|
+
<testcase classname="PowerStreamAccessory initialize should add required services when initializing accessory" name="PowerStreamAccessory initialize should add required services when initializing accessory" time="0.018">
|
|
219
209
|
</testcase>
|
|
220
|
-
<testcase classname="PowerStreamAccessory
|
|
221
|
-
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
|
|
222
|
-
when initializing default values with quotas were not initialized properly for it" time="0.013">
|
|
210
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when they are defined in config" time="0.008">
|
|
223
211
|
</testcase>
|
|
224
|
-
<testcase classname="PowerStreamAccessory
|
|
212
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when pv settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics when pv settings are not defined in config" time="0.009">
|
|
225
213
|
</testcase>
|
|
226
|
-
<testcase classname="PowerStreamAccessory
|
|
227
|
-
|
|
228
|
-
|
|
214
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
|
|
215
|
+
when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics PV should initialize PV outlet service with additional characteristics
|
|
216
|
+
when powerStream settings are not defined in config" time="0.008">
|
|
229
217
|
</testcase>
|
|
230
|
-
|
|
231
|
-
<testsuite name="Delta2AccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-25T09:14:42" time="6.507" tests="47">
|
|
232
|
-
<testcase classname="Delta2AccessoryBase initialize should add required services when initializing accessory" name="Delta2AccessoryBase initialize should add required services when initializing accessory" time="0.02">
|
|
218
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when they are defined in config" time="0.009">
|
|
233
219
|
</testcase>
|
|
234
|
-
<testcase classname="
|
|
220
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when battery settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics when battery settings are not defined in config" time="0.007">
|
|
235
221
|
</testcase>
|
|
236
|
-
<testcase classname="
|
|
222
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
|
|
223
|
+
when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics BAT should initialize BAT outlet service with additional characteristics
|
|
224
|
+
when powerStream settings are not defined in config" time="0.017">
|
|
237
225
|
</testcase>
|
|
238
|
-
<testcase classname="
|
|
226
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when they are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when they are defined in config" time="0.005">
|
|
239
227
|
</testcase>
|
|
240
|
-
<testcase classname="
|
|
228
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when inverter settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics when inverter settings are not defined in config" time="0.005">
|
|
241
229
|
</testcase>
|
|
242
|
-
<testcase classname="
|
|
230
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
|
|
231
|
+
when powerStream settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics INV should initialize INV outlet service with additional characteristics
|
|
232
|
+
when powerStream settings are not defined in config" time="0.005">
|
|
243
233
|
</testcase>
|
|
244
|
-
<testcase classname="
|
|
234
|
+
<testcase classname="PowerStreamAccessory initialize indicatorService maxBrightness should initialize indicator service with permanent max brightness when it is created" name="PowerStreamAccessory initialize indicatorService maxBrightness should initialize indicator service with permanent max brightness when it is created" time="0.005">
|
|
245
235
|
</testcase>
|
|
246
|
-
<testcase classname="
|
|
247
|
-
when InvStatus message is received with non zero inputWatts and without outputWatts" name="Delta2AccessoryBase processQuotaMessage InvStatus should update charging state to true
|
|
248
|
-
when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.01">
|
|
236
|
+
<testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand when powerStream settings are not defined in config" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand when powerStream settings are not defined in config" time="0.02">
|
|
249
237
|
</testcase>
|
|
250
|
-
<testcase classname="
|
|
251
|
-
|
|
252
|
-
|
|
238
|
+
<testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
|
|
239
|
+
when powerStream.type settings are not defined in config" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with default max power demand
|
|
240
|
+
when powerStream.type settings are not defined in config" time="0.004">
|
|
253
241
|
</testcase>
|
|
254
|
-
<testcase classname="
|
|
255
|
-
|
|
256
|
-
|
|
242
|
+
<testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
|
|
243
|
+
when powerStream.type is 600W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 6000 max power demand
|
|
244
|
+
when powerStream.type is 600W" time="0.005">
|
|
257
245
|
</testcase>
|
|
258
|
-
<testcase classname="
|
|
259
|
-
|
|
260
|
-
|
|
246
|
+
<testcase classname="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
|
|
247
|
+
when powerStream.type is 800W" name="PowerStreamAccessory initialize powerDemandService maxPowerDemand should initialize indicator service with 8000 max power demand
|
|
248
|
+
when powerStream.type is 800W" time="0.004">
|
|
261
249
|
</testcase>
|
|
262
|
-
<testcase classname="
|
|
250
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" name="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" time="0.003">
|
|
263
251
|
</testcase>
|
|
264
|
-
<testcase classname="
|
|
252
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received with undefined status" time="0.013">
|
|
265
253
|
</testcase>
|
|
266
|
-
<testcase classname="
|
|
254
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without batSoc" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without batSoc" time="0.003">
|
|
267
255
|
</testcase>
|
|
268
|
-
<testcase classname="
|
|
256
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without lowerLimit" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should not update battery level when Hearbeat message is received without lowerLimit" time="0.005">
|
|
269
257
|
</testcase>
|
|
270
|
-
<testcase classname="
|
|
258
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should update battery level when Hearbeat message is received with batSoc and lowerLimit" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBatteryLevel should update battery level when Hearbeat message is received with batSoc and lowerLimit" time="0.006">
|
|
271
259
|
</testcase>
|
|
272
|
-
<testcase classname="
|
|
260
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should not update PV Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should not update PV Input and Output Consumption when Hearbeat message is received with undefined status" time="0.004">
|
|
273
261
|
</testcase>
|
|
274
|
-
<testcase classname="
|
|
262
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv1InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv1InputWatts" time="0.004">
|
|
275
263
|
</testcase>
|
|
276
|
-
<testcase classname="
|
|
264
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv1InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv1InputWatts" time="0.014">
|
|
277
265
|
</testcase>
|
|
278
|
-
<testcase classname="
|
|
266
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv2InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with 0 pv2InputWatts" time="0.005">
|
|
279
267
|
</testcase>
|
|
280
|
-
<testcase classname="
|
|
268
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv2InputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with pv2InputWatts" time="0.004">
|
|
281
269
|
</testcase>
|
|
282
|
-
<testcase classname="
|
|
270
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with all pv-related parameters" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption PV should update PV Output Consumption when Hearbeat message is received with all pv-related parameters" time="0.004">
|
|
283
271
|
</testcase>
|
|
284
|
-
<testcase classname="
|
|
272
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should not update BAT Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should not update BAT Input and Output Consumption when Hearbeat message is received with undefined status" time="0.003">
|
|
285
273
|
</testcase>
|
|
286
|
-
<testcase classname="
|
|
274
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Output Consumption when Hearbeat message is received with positive batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Output Consumption when Hearbeat message is received with positive batInputWatts" time="0.004">
|
|
287
275
|
</testcase>
|
|
288
|
-
<testcase classname="
|
|
276
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input and Output Consumption when Hearbeat message is received with zero batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input and Output Consumption when Hearbeat message is received with zero batInputWatts" time="0.018">
|
|
289
277
|
</testcase>
|
|
290
|
-
<testcase classname="
|
|
278
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input Consumption when Hearbeat message is received with negative batInputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption BAT should update BAT Input Consumption when Hearbeat message is received with negative batInputWatts" time="0.004">
|
|
291
279
|
</testcase>
|
|
292
|
-
<testcase classname="
|
|
280
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should not update INV Input and Output Consumption when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should not update INV Input and Output Consumption when Hearbeat message is received with undefined status" time="0.004">
|
|
293
281
|
</testcase>
|
|
294
|
-
<testcase classname="
|
|
282
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Output Consumption when Hearbeat message is received with positive invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Output Consumption when Hearbeat message is received with positive invOutputWatts" time="0.004">
|
|
295
283
|
</testcase>
|
|
296
|
-
<testcase classname="
|
|
284
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input and Output Consumption when Hearbeat message is received with zero invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input and Output Consumption when Hearbeat message is received with zero invOutputWatts" time="0.004">
|
|
297
285
|
</testcase>
|
|
298
|
-
<testcase classname="
|
|
286
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input Consumption when Hearbeat message is received with negative invOutputWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV Input Consumption when Hearbeat message is received with negative invOutputWatts" time="0.005">
|
|
299
287
|
</testcase>
|
|
300
|
-
<testcase classname="
|
|
288
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV State when Hearbeat message is received with invOnOff set to true" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV State when Hearbeat message is received with invOnOff set to true" time="0.017">
|
|
301
289
|
</testcase>
|
|
302
|
-
<testcase classname="
|
|
290
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV brightness when Hearbeat message is received with invBrightness" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV brightness when Hearbeat message is received with invBrightness" time="0.004">
|
|
303
291
|
</testcase>
|
|
304
|
-
<testcase classname="
|
|
292
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts" time="0.004">
|
|
305
293
|
</testcase>
|
|
306
|
-
<testcase classname="
|
|
294
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts equal to 0" name="PowerStreamAccessory processQuotaMessage Hearbeat updateConsumption INV should update INV power demand when Hearbeat message is received with permanentWatts equal to 0" time="0.004">
|
|
307
295
|
</testcase>
|
|
308
|
-
<testcase classname="
|
|
296
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="PowerStreamAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.003">
|
|
309
297
|
</testcase>
|
|
310
|
-
<testcase classname="
|
|
298
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics when initializing default values" time="0.004">
|
|
311
299
|
</testcase>
|
|
312
|
-
<testcase classname="
|
|
300
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
|
|
301
|
+
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBatteryLevel should update battery level-related characteristics
|
|
302
|
+
when initializing default values with quotas were not initialized properly for it" time="0.018">
|
|
313
303
|
</testcase>
|
|
314
|
-
<testcase classname="
|
|
304
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics when initializing default values" time="0.005">
|
|
315
305
|
</testcase>
|
|
316
|
-
<testcase classname="
|
|
306
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
|
|
307
|
+
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption PV should update PV consumption-related characteristics
|
|
308
|
+
when initializing default values with quotas were not initialized properly for it" time="0.004">
|
|
317
309
|
</testcase>
|
|
318
|
-
<testcase classname="
|
|
310
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics when initializing default values" time="0.004">
|
|
319
311
|
</testcase>
|
|
320
|
-
<testcase classname="
|
|
312
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
|
|
313
|
+
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption BAT should update BAT consumption-related characteristics
|
|
314
|
+
when initializing default values with quotas were not initialized properly for it" time="0.004">
|
|
321
315
|
</testcase>
|
|
322
|
-
<testcase classname="
|
|
316
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics when initializing default values" time="0.01">
|
|
323
317
|
</testcase>
|
|
324
|
-
<testcase classname="
|
|
318
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
|
|
319
|
+
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateConsumption INV should update INV consumption-related characteristics
|
|
320
|
+
when initializing default values with quotas were not initialized properly for it" time="0.012">
|
|
325
321
|
</testcase>
|
|
326
|
-
<testcase classname="
|
|
322
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics when initializing default values" time="0.004">
|
|
327
323
|
</testcase>
|
|
328
|
-
<testcase classname="
|
|
324
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
|
|
325
|
+
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updateBrightness INV should update INV brightness-related characteristics
|
|
326
|
+
when initializing default values with quotas were not initialized properly for it" time="0.009">
|
|
329
327
|
</testcase>
|
|
330
|
-
<testcase classname="
|
|
328
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV brightness-related characteristics when initializing default values" name="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV brightness-related characteristics when initializing default values" time="0.007">
|
|
331
329
|
</testcase>
|
|
332
|
-
<testcase classname="
|
|
330
|
+
<testcase classname="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV power demand-related characteristics
|
|
331
|
+
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeDefaultValues updatePowerDemand INV should update INV power demand-related characteristics
|
|
332
|
+
when initializing default values with quotas were not initialized properly for it" time="0.003">
|
|
333
333
|
</testcase>
|
|
334
334
|
</testsuite>
|
|
335
|
-
<testsuite name="DeltaPro3Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
335
|
+
<testsuite name="DeltaPro3Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:02" time="1.321" tests="28">
|
|
336
336
|
<testcase classname="DeltaPro3Accessory initialize should add required services when initializing accessory" name="DeltaPro3Accessory initialize should add required services when initializing accessory" time="0.008">
|
|
337
337
|
</testcase>
|
|
338
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should update soc values in quota when received message contains them" name="DeltaPro3Accessory processQuotaMessage updateSocValues should update soc values in quota when received message contains them" time="0.
|
|
338
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should update soc values in quota when received message contains them" name="DeltaPro3Accessory processQuotaMessage updateSocValues should update soc values in quota when received message contains them" time="0.006">
|
|
339
339
|
</testcase>
|
|
340
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should update battery level when message is received with cmsBattSoc" name="DeltaPro3Accessory processQuotaMessage updateSocValues should update battery level when message is received with cmsBattSoc" time="0.
|
|
340
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should update battery level when message is received with cmsBattSoc" name="DeltaPro3Accessory processQuotaMessage updateSocValues should update battery level when message is received with cmsBattSoc" time="0.004">
|
|
341
341
|
</testcase>
|
|
342
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateSocValues should not update any characteristic when message is received with undefined status" time="0.
|
|
342
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSocValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateSocValues should not update any characteristic when message is received with undefined status" time="0.004">
|
|
343
343
|
</testcase>
|
|
344
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update input watts in quota when received message contains it" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update input watts in quota when received message contains it" time="0.
|
|
344
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update input watts in quota when received message contains it" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update input watts in quota when received message contains it" time="0.004">
|
|
345
345
|
</testcase>
|
|
346
346
|
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
|
|
347
347
|
when message is received with non zero inputWatts and without outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
|
|
348
|
-
when message is received with non zero inputWatts and without outputWatts" time="0.
|
|
348
|
+
when message is received with non zero inputWatts and without outputWatts" time="0.005">
|
|
349
349
|
</testcase>
|
|
350
350
|
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
|
|
351
351
|
when message is received with non zero inputWatts and non equal to it outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to true
|
|
352
|
-
when message is received with non zero inputWatts and non equal to it outputWatts" time="0.
|
|
352
|
+
when message is received with non zero inputWatts and non equal to it outputWatts" time="0.005">
|
|
353
353
|
</testcase>
|
|
354
354
|
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
|
|
355
355
|
when message is received with zero inputWatts and non equal to it outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
|
|
356
|
-
when message is received with zero inputWatts and non equal to it outputWatts" time="0.
|
|
356
|
+
when message is received with zero inputWatts and non equal to it outputWatts" time="0.005">
|
|
357
357
|
</testcase>
|
|
358
358
|
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
|
|
359
359
|
when message is received with zero inputWatts and outputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update charging state to false
|
|
360
|
-
when message is received with zero inputWatts and outputWatts" time="0.
|
|
361
|
-
</testcase>
|
|
362
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with inputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with inputWatts" time="0.006">
|
|
360
|
+
when message is received with zero inputWatts and outputWatts" time="0.023">
|
|
363
361
|
</testcase>
|
|
364
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should
|
|
362
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with inputWatts" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should update AC HV, AC LV, DC 12V input consumptions when message is received with inputWatts" time="0.004">
|
|
365
363
|
</testcase>
|
|
366
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage
|
|
364
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateInputWattsValues should not update any characteristic when message is received with undefined status" time="0.004">
|
|
367
365
|
</testcase>
|
|
368
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC
|
|
366
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC HV output watts consumption when message is received with powGetAcHvOut" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC HV output watts consumption when message is received with powGetAcHvOut" time="0.004">
|
|
369
367
|
</testcase>
|
|
370
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update
|
|
368
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC LV output consumption when message is received with powGetAcLvOut" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update AC LV output consumption when message is received with powGetAcLvOut" time="0.004">
|
|
371
369
|
</testcase>
|
|
372
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should
|
|
370
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update DC 12V output consumption when message is received with powGet12v" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should update DC 12V output consumption when message is received with powGet12v" time="0.003">
|
|
373
371
|
</testcase>
|
|
374
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage
|
|
372
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateOutputWattsValues should not update any characteristic when message is received with undefined status" time="0.03">
|
|
375
373
|
</testcase>
|
|
376
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC
|
|
374
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC HV state when message is received with flowInfoAcHvOut" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC HV state when message is received with flowInfoAcHvOut" time="0.022">
|
|
377
375
|
</testcase>
|
|
378
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update
|
|
376
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC LV state when message is received with flowInfoAcLvOut" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update AC LV state when message is received with flowInfoAcLvOut" time="0.013">
|
|
379
377
|
</testcase>
|
|
380
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update
|
|
378
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update DC 12V state when message is received with flowInfo12v" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should update DC 12V state when message is received with flowInfo12v" time="0.01">
|
|
381
379
|
</testcase>
|
|
382
|
-
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should not update any characteristic when message is received with undefined status" time="0.
|
|
380
|
+
<testcase classname="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should not update any characteristic when message is received with undefined status" name="DeltaPro3Accessory processQuotaMessage updateSwitchStateValues should not update any characteristic when message is received with undefined status" time="0.013">
|
|
383
381
|
</testcase>
|
|
384
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaPro3Accessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.
|
|
382
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaPro3Accessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.012">
|
|
385
383
|
</testcase>
|
|
386
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateSocValues should update soc-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateSocValues should update soc-related characteristics when is requested" time="0.
|
|
384
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateSocValues should update soc-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateSocValues should update soc-related characteristics when is requested" time="0.013">
|
|
387
385
|
</testcase>
|
|
388
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateSocValues should not update soc-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateSocValues should not update soc-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
386
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateSocValues should not update soc-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateSocValues should not update soc-related characteristics when is requested and quotas were not initialized properly for it" time="0.027">
|
|
389
387
|
</testcase>
|
|
390
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested" time="0.
|
|
388
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested" time="0.013">
|
|
391
389
|
</testcase>
|
|
392
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
390
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateInputWattsValues should update input watts-related characteristics when is requested and quotas were not initialized properly for it" time="0.032">
|
|
393
391
|
</testcase>
|
|
394
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested" time="0.
|
|
392
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested" time="0.01">
|
|
395
393
|
</testcase>
|
|
396
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
394
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateOutputWattsValues should update output watts-related characteristics when is requested and quotas were not initialized properly for it" time="0.006">
|
|
397
395
|
</testcase>
|
|
398
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested" time="0.
|
|
396
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested" name="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested" time="0.012">
|
|
399
397
|
</testcase>
|
|
400
|
-
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
398
|
+
<testcase classname="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaPro3Accessory initializeDefaultValues updateSwitchStateValues should update switch-related characteristics when is requested and quotas were not initialized properly for it" time="0.003">
|
|
401
399
|
</testcase>
|
|
402
400
|
</testsuite>
|
|
403
|
-
<testsuite name="DeltaProAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
404
|
-
<testcase classname="DeltaProAccessory initialize should add required services when initializing accessory" name="DeltaProAccessory initialize should add required services when initializing accessory" time="0.
|
|
401
|
+
<testsuite name="DeltaProAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:02" time="1.671" tests="39">
|
|
402
|
+
<testcase classname="DeltaProAccessory initialize should add required services when initializing accessory" name="DeltaProAccessory initialize should add required services when initializing accessory" time="0.007">
|
|
405
403
|
</testcase>
|
|
406
|
-
<testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" time="0.
|
|
404
|
+
<testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should update bms status in quota when BmsStatus message is received" time="0.005">
|
|
407
405
|
</testcase>
|
|
408
|
-
<testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" time="0.
|
|
406
|
+
<testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should update battery level when BmsStatus message is received with f32ShowSoc" time="0.015">
|
|
409
407
|
</testcase>
|
|
410
|
-
<testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.
|
|
408
|
+
<testcase classname="DeltaProAccessory processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage BmsMasterStatus should not update any characteristic when BmsStatus message is received with undefined status" time="0.005">
|
|
411
409
|
</testcase>
|
|
412
|
-
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="DeltaProAccessory processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.
|
|
410
|
+
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" name="DeltaProAccessory processQuotaMessage InvStatus should update inv status in quota when InvStatus message is received" time="0.004">
|
|
413
411
|
</testcase>
|
|
414
412
|
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
|
|
415
413
|
when InvStatus message is received with non zero inputWatts and without outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
|
|
416
|
-
when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.
|
|
414
|
+
when InvStatus message is received with non zero inputWatts and without outputWatts" time="0.005">
|
|
417
415
|
</testcase>
|
|
418
416
|
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
|
|
419
417
|
when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to true
|
|
420
|
-
when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.
|
|
418
|
+
when InvStatus message is received with non zero inputWatts and non equal to it outputWatts" time="0.011">
|
|
421
419
|
</testcase>
|
|
422
420
|
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
|
|
423
421
|
when InvStatus message is received with zero inputWatts and non equal to it outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
|
|
424
|
-
when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.
|
|
422
|
+
when InvStatus message is received with zero inputWatts and non equal to it outputWatts" time="0.009">
|
|
425
423
|
</testcase>
|
|
426
424
|
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
|
|
427
425
|
when InvStatus message is received with zero inputWatts and outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update charging state to false
|
|
428
|
-
when InvStatus message is received with zero inputWatts and outputWatts" time="0.
|
|
426
|
+
when InvStatus message is received with zero inputWatts and outputWatts" time="0.012">
|
|
429
427
|
</testcase>
|
|
430
|
-
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" time="0.
|
|
428
|
+
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update AC, USB, CAR input consumptions when InvStatus message is received with inputWatts" time="0.024">
|
|
431
429
|
</testcase>
|
|
432
|
-
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="DeltaProAccessory processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.
|
|
430
|
+
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" name="DeltaProAccessory processQuotaMessage InvStatus should update AC state when InvStatus message is received with cfgAcEnabled" time="0.016">
|
|
433
431
|
</testcase>
|
|
434
|
-
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="DeltaProAccessory processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.
|
|
432
|
+
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" name="DeltaProAccessory processQuotaMessage InvStatus should update X-Boost state when InvStatus message is received with cfgAcXboost" time="0.006">
|
|
435
433
|
</testcase>
|
|
436
|
-
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.
|
|
434
|
+
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" name="DeltaProAccessory processQuotaMessage InvStatus should update AC output watts consumption when InvStatus message is received with outputWatts" time="0.005">
|
|
437
435
|
</testcase>
|
|
438
436
|
<testcase classname="DeltaProAccessory processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage InvStatus should not update any characteristic when InvStatus message is received with undefined status" time="0.004">
|
|
439
437
|
</testcase>
|
|
440
438
|
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" name="DeltaProAccessory processQuotaMessage PdStatus should update pd status in quota when PdStatus message is received" time="0.004">
|
|
441
439
|
</testcase>
|
|
442
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" name="DeltaProAccessory processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" time="0.
|
|
440
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" name="DeltaProAccessory processQuotaMessage PdStatus should update CAR state when PdStatus message is received with carState" time="0.024">
|
|
443
441
|
</testcase>
|
|
444
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" name="DeltaProAccessory processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" time="0.
|
|
442
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" name="DeltaProAccessory processQuotaMessage PdStatus should update CAR output consumption when PdStatus message is received with carWatts" time="0.003">
|
|
445
443
|
</testcase>
|
|
446
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="DeltaProAccessory processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.
|
|
444
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" name="DeltaProAccessory processQuotaMessage PdStatus should update USB state when PdStatus message is received with dcOutState" time="0.008">
|
|
447
445
|
</testcase>
|
|
448
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.
|
|
446
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb1Watts" time="0.01">
|
|
449
447
|
</testcase>
|
|
450
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" time="0.
|
|
448
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb1Watts" time="0.006">
|
|
451
449
|
</testcase>
|
|
452
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" time="0.
|
|
450
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with usb2Watts" time="0.007">
|
|
453
451
|
</testcase>
|
|
454
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.
|
|
452
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 usb2Watts" time="0.006">
|
|
455
453
|
</testcase>
|
|
456
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.
|
|
454
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with qcUsb1Watts" time="0.013">
|
|
457
455
|
</testcase>
|
|
458
456
|
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb1Watts" time="0.003">
|
|
459
457
|
</testcase>
|
|
@@ -461,167 +459,167 @@
|
|
|
461
459
|
</testcase>
|
|
462
460
|
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 qcUsb2Watts" time="0.003">
|
|
463
461
|
</testcase>
|
|
464
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.
|
|
462
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec1Watts" time="0.006">
|
|
465
463
|
</testcase>
|
|
466
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.
|
|
464
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec1Watts" time="0.004">
|
|
467
465
|
</testcase>
|
|
468
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.
|
|
466
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with typec2Watts" time="0.048">
|
|
469
467
|
</testcase>
|
|
470
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.
|
|
468
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption with 0 when PdStatus message received with 0 typec2Watts" time="0.019">
|
|
471
469
|
</testcase>
|
|
472
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.
|
|
470
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" name="DeltaProAccessory processQuotaMessage PdStatus should update USB output consumption when PdStatus message is received with all usb-related parameters" time="0.029">
|
|
473
471
|
</testcase>
|
|
474
|
-
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.
|
|
472
|
+
<testcase classname="DeltaProAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" name="DeltaProAccessory processQuotaMessage PdStatus should not update any characteristic when PdStatus message is received with undefined status" time="0.02">
|
|
475
473
|
</testcase>
|
|
476
|
-
<testcase classname="DeltaProAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaProAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.
|
|
474
|
+
<testcase classname="DeltaProAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="DeltaProAccessory initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.019">
|
|
477
475
|
</testcase>
|
|
478
|
-
<testcase classname="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" time="0.
|
|
476
|
+
<testcase classname="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested" time="0.02">
|
|
479
477
|
</testcase>
|
|
480
|
-
<testcase classname="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
478
|
+
<testcase classname="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues EmsStatus should update BmsStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.031">
|
|
481
479
|
</testcase>
|
|
482
|
-
<testcase classname="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.
|
|
480
|
+
<testcase classname="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested" time="0.1">
|
|
483
481
|
</testcase>
|
|
484
|
-
<testcase classname="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
482
|
+
<testcase classname="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues InvStatus should update InvStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.01">
|
|
485
483
|
</testcase>
|
|
486
|
-
<testcase classname="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.
|
|
484
|
+
<testcase classname="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" name="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested" time="0.007">
|
|
487
485
|
</testcase>
|
|
488
|
-
<testcase classname="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.
|
|
486
|
+
<testcase classname="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" name="DeltaProAccessory initializeDefaultValues PdStatus should update PdStatus-related characteristics when is requested and quotas were not initialized properly for it" time="0.006">
|
|
489
487
|
</testcase>
|
|
490
488
|
</testsuite>
|
|
491
|
-
<testsuite name="PowerStreamAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
492
|
-
<testcase classname="PowerStreamAccessory initialize should add required services when initializing accessory" name="PowerStreamAccessory initialize should add required services when initializing accessory" time="0.
|
|
489
|
+
<testsuite name="PowerStreamAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:03" time="1.036" tests="26">
|
|
490
|
+
<testcase classname="PowerStreamAccessory initialize should add required services when initializing accessory" name="PowerStreamAccessory initialize should add required services when initializing accessory" time="0.009">
|
|
493
491
|
</testcase>
|
|
494
|
-
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service with additional characteristics when settings are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service with additional characteristics when settings are defined in config" time="0.
|
|
492
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service with additional characteristics when settings are defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service with additional characteristics when settings are defined in config" time="0.009">
|
|
495
493
|
</testcase>
|
|
496
|
-
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service without additional characteristics when settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service without additional characteristics when settings are not defined in config" time="0.
|
|
494
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service without additional characteristics when settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should initialize outlet service without additional characteristics when settings are not defined in config" time="0.009">
|
|
497
495
|
</testcase>
|
|
498
|
-
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should notinitialize outlet service without additional characteristics when outlet settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should notinitialize outlet service without additional characteristics when outlet settings are not defined in config" time="0.
|
|
496
|
+
<testcase classname="PowerStreamAccessory initialize outletServices additionalCharacteristics should notinitialize outlet service without additional characteristics when outlet settings are not defined in config" name="PowerStreamAccessory initialize outletServices additionalCharacteristics should notinitialize outlet service without additional characteristics when outlet settings are not defined in config" time="0.006">
|
|
499
497
|
</testcase>
|
|
500
|
-
<testcase classname="PowerStreamAccessory initialize brightnessService maxBrightness should initialize indicator service with permanent max brightness when it is created" name="PowerStreamAccessory initialize brightnessService maxBrightness should initialize indicator service with permanent max brightness when it is created" time="0.
|
|
498
|
+
<testcase classname="PowerStreamAccessory initialize brightnessService maxBrightness should initialize indicator service with permanent max brightness when it is created" name="PowerStreamAccessory initialize brightnessService maxBrightness should initialize indicator service with permanent max brightness when it is created" time="0.004">
|
|
501
499
|
</testcase>
|
|
502
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" name="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" time="0.
|
|
500
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" name="PowerStreamAccessory processQuotaMessage Hearbeat should update heartbeat in quota when Hearbeat message is received" time="0.004">
|
|
503
501
|
</testcase>
|
|
504
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should not update outlet characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should not update outlet characteristics when Hearbeat message is received with undefined status" time="0.
|
|
502
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should not update outlet characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should not update outlet characteristics when Hearbeat message is received with undefined status" time="0.003">
|
|
505
503
|
</testcase>
|
|
506
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with 0 watts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with 0 watts" time="0.
|
|
504
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with 0 watts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with 0 watts" time="0.006">
|
|
507
505
|
</testcase>
|
|
508
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with watts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with watts" time="0.
|
|
506
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with watts" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Consumption when Hearbeat message is received with watts" time="0.018">
|
|
509
507
|
</testcase>
|
|
510
508
|
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with 0 volt" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with 0 volt" time="0.003">
|
|
511
509
|
</testcase>
|
|
512
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with volt" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with volt" time="0.
|
|
510
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with volt" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Voltage when Hearbeat message is received with volt" time="0.009">
|
|
513
511
|
</testcase>
|
|
514
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with 0 current" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with 0 current" time="0.
|
|
512
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with 0 current" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with 0 current" time="0.002">
|
|
515
513
|
</testcase>
|
|
516
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with current" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with current" time="0.
|
|
514
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with current" name="PowerStreamAccessory processQuotaMessage Hearbeat updateOutletValues should update Output Current when Hearbeat message is received with current" time="0.004">
|
|
517
515
|
</testcase>
|
|
518
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should not update brightness characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should not update brightness characteristics when Hearbeat message is received with undefined status" time="0.
|
|
516
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should not update brightness characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should not update brightness characteristics when Hearbeat message is received with undefined status" time="0.003">
|
|
519
517
|
</testcase>
|
|
520
518
|
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with 0 brightness" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with 0 brightness" time="0.006">
|
|
521
519
|
</testcase>
|
|
522
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with brightness" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with brightness" time="0.
|
|
520
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with brightness" name="PowerStreamAccessory processQuotaMessage Hearbeat updateBrightnessValues should update Brightness when Hearbeat message is received with brightness" time="0.003">
|
|
523
521
|
</testcase>
|
|
524
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should not update temperature service characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should not update temperature service characteristics when Hearbeat message is received with undefined status" time="0.
|
|
522
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should not update temperature service characteristics when Hearbeat message is received with undefined status" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should not update temperature service characteristics when Hearbeat message is received with undefined status" time="0.002">
|
|
525
523
|
</testcase>
|
|
526
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with 0 temp" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with 0 temp" time="0.
|
|
524
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with 0 temp" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with 0 temp" time="0.003">
|
|
527
525
|
</testcase>
|
|
528
|
-
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with temp" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with temp" time="0.
|
|
526
|
+
<testcase classname="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with temp" name="PowerStreamAccessory processQuotaMessage Hearbeat updateTemperatureValues should update CurrentTemperature when Hearbeat message is received with temp" time="0.015">
|
|
529
527
|
</testcase>
|
|
530
528
|
<testcase classname="PowerStreamAccessory initializeQuota should initialize quota when is called before initializeDefaultValues" name="PowerStreamAccessory initializeQuota should initialize quota when is called before initializeDefaultValues" time="0.002">
|
|
531
529
|
</testcase>
|
|
532
|
-
<testcase classname="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics when initializing default values" name="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics when initializing default values" time="0.
|
|
530
|
+
<testcase classname="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics when initializing default values" name="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics when initializing default values" time="0.002">
|
|
533
531
|
</testcase>
|
|
534
532
|
<testcase classname="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics
|
|
535
533
|
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeQuota updateOutletValues should update outlet level-related characteristics
|
|
536
|
-
when initializing default values with quotas were not initialized properly for it" time="0.
|
|
534
|
+
when initializing default values with quotas were not initialized properly for it" time="0.006">
|
|
537
535
|
</testcase>
|
|
538
|
-
<testcase classname="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic when initializing default values" name="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic when initializing default values" time="0.
|
|
536
|
+
<testcase classname="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic when initializing default values" name="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic when initializing default values" time="0.001">
|
|
539
537
|
</testcase>
|
|
540
538
|
<testcase classname="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic
|
|
541
539
|
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeQuota updateBrightnessValues should update brightness characteristic
|
|
542
|
-
when initializing default values with quotas were not initialized properly for it" time="0.
|
|
540
|
+
when initializing default values with quotas were not initialized properly for it" time="0.001">
|
|
543
541
|
</testcase>
|
|
544
|
-
<testcase classname="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic when initializing default values" name="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic when initializing default values" time="0.
|
|
542
|
+
<testcase classname="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic when initializing default values" name="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic when initializing default values" time="0.002">
|
|
545
543
|
</testcase>
|
|
546
544
|
<testcase classname="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic
|
|
547
545
|
when initializing default values with quotas were not initialized properly for it" name="PowerStreamAccessory initializeQuota updateTemperatureValues should update current temperature characteristic
|
|
548
|
-
when initializing default values with quotas were not initialized properly for it" time="0.
|
|
546
|
+
when initializing default values with quotas were not initialized properly for it" time="0.005">
|
|
549
547
|
</testcase>
|
|
550
548
|
</testsuite>
|
|
551
|
-
<testsuite name="EcoFlowMqttApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
552
|
-
<testcase classname="EcoFlowMqttApiManager connect should not send Set command when it is impossible to acquire certificate" name="EcoFlowMqttApiManager connect should not send Set command when it is impossible to acquire certificate" time="0.
|
|
549
|
+
<testsuite name="EcoFlowMqttApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:02" time="5.259" tests="26">
|
|
550
|
+
<testcase classname="EcoFlowMqttApiManager connect should not send Set command when it is impossible to acquire certificate" name="EcoFlowMqttApiManager connect should not send Set command when it is impossible to acquire certificate" time="0.009">
|
|
553
551
|
</testcase>
|
|
554
|
-
<testcase classname="EcoFlowMqttApiManager connect should connect to mqtt server when a connection is not established yet" name="EcoFlowMqttApiManager connect should connect to mqtt server when a connection is not established yet" time="0.
|
|
552
|
+
<testcase classname="EcoFlowMqttApiManager connect should connect to mqtt server when a connection is not established yet" name="EcoFlowMqttApiManager connect should connect to mqtt server when a connection is not established yet" time="0.021">
|
|
555
553
|
</testcase>
|
|
556
554
|
<testcase classname="EcoFlowMqttApiManager connect should use existing connection to mqtt server when a connection is already established" name="EcoFlowMqttApiManager connect should use existing connection to mqtt server when a connection is already established" time="0.009">
|
|
557
555
|
</testcase>
|
|
558
|
-
<testcase classname="EcoFlowMqttApiManager connect should log when connection is established" name="EcoFlowMqttApiManager connect should log when connection is established" time="0.
|
|
556
|
+
<testcase classname="EcoFlowMqttApiManager connect should log when connection is established" name="EcoFlowMqttApiManager connect should log when connection is established" time="0.019">
|
|
559
557
|
</testcase>
|
|
560
|
-
<testcase classname="EcoFlowMqttApiManager connect should subscribe on mqtt messages when connection is established" name="EcoFlowMqttApiManager connect should subscribe on mqtt messages when connection is established" time="0.
|
|
558
|
+
<testcase classname="EcoFlowMqttApiManager connect should subscribe on mqtt messages when connection is established" name="EcoFlowMqttApiManager connect should subscribe on mqtt messages when connection is established" time="0.006">
|
|
561
559
|
</testcase>
|
|
562
|
-
<testcase classname="EcoFlowMqttApiManager connect simulate should connect to mock mqtt server when simulation is activated in config" name="EcoFlowMqttApiManager connect simulate should connect to mock mqtt server when simulation is activated in config" time="0.
|
|
560
|
+
<testcase classname="EcoFlowMqttApiManager connect simulate should connect to mock mqtt server when simulation is activated in config" name="EcoFlowMqttApiManager connect simulate should connect to mock mqtt server when simulation is activated in config" time="0.01">
|
|
563
561
|
</testcase>
|
|
564
|
-
<testcase classname="EcoFlowMqttApiManager connect simulate should acquire fake ceritifcate when simulation is activated in config" name="EcoFlowMqttApiManager connect simulate should acquire fake ceritifcate when simulation is activated in config" time="0.
|
|
562
|
+
<testcase classname="EcoFlowMqttApiManager connect simulate should acquire fake ceritifcate when simulation is activated in config" name="EcoFlowMqttApiManager connect simulate should acquire fake ceritifcate when simulation is activated in config" time="0.008">
|
|
565
563
|
</testcase>
|
|
566
564
|
<testcase classname="EcoFlowMqttApiManager processReceivedMessage should process quota message in all devices that shares single mqtt client" name="EcoFlowMqttApiManager processReceivedMessage should process quota message in all devices that shares single mqtt client" time="0.006">
|
|
567
565
|
</testcase>
|
|
568
566
|
<testcase classname="EcoFlowMqttApiManager processReceivedMessage should process set_reply message in all devices that shares single mqtt client" name="EcoFlowMqttApiManager processReceivedMessage should process set_reply message in all devices that shares single mqtt client" time="0.006">
|
|
569
567
|
</testcase>
|
|
570
|
-
<testcase classname="EcoFlowMqttApiManager sendSetCommand should publish to set topic when it is requested to send set command" name="EcoFlowMqttApiManager sendSetCommand should publish to set topic when it is requested to send set command" time="0.
|
|
568
|
+
<testcase classname="EcoFlowMqttApiManager sendSetCommand should publish to set topic when it is requested to send set command" name="EcoFlowMqttApiManager sendSetCommand should publish to set topic when it is requested to send set command" time="0.006">
|
|
571
569
|
</testcase>
|
|
572
|
-
<testcase classname="EcoFlowMqttApiManager sendSetCommand should not fail a process when sending set command is failed" name="EcoFlowMqttApiManager sendSetCommand should not fail a process when sending set command is failed" time="0.
|
|
570
|
+
<testcase classname="EcoFlowMqttApiManager sendSetCommand should not fail a process when sending set command is failed" name="EcoFlowMqttApiManager sendSetCommand should not fail a process when sending set command is failed" time="0.005">
|
|
573
571
|
</testcase>
|
|
574
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should not subscribe to quota topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should not subscribe to quota topic when it is impossible to establish connection to mqtt server" time="0.
|
|
572
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should not subscribe to quota topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should not subscribe to quota topic when it is impossible to establish connection to mqtt server" time="0.005">
|
|
575
573
|
</testcase>
|
|
576
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should handle error when subscribing is failed" time="0.
|
|
574
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should handle error when subscribing is failed" time="0.005">
|
|
577
575
|
</testcase>
|
|
578
576
|
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should subscribe to quota topic when it is requested" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnQuotaTopic should subscribe to quota topic when it is requested" time="0.005">
|
|
579
577
|
</testcase>
|
|
580
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should not subscribe to set_reply topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should not subscribe to set_reply topic when it is impossible to establish connection to mqtt server" time="0.
|
|
578
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should not subscribe to set_reply topic when it is impossible to establish connection to mqtt server" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should not subscribe to set_reply topic when it is impossible to establish connection to mqtt server" time="0.007">
|
|
581
579
|
</testcase>
|
|
582
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should handle error when subscribing is failed" time="0.
|
|
580
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should handle error when subscribing is failed" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should handle error when subscribing is failed" time="0.016">
|
|
583
581
|
</testcase>
|
|
584
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should subscribe to set_reply topic when it is requested" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should subscribe to set_reply topic when it is requested" time="0.
|
|
582
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should subscribe to set_reply topic when it is requested" name="EcoFlowMqttApiManager subscribeOnTopic subscribeOnSetReplyTopic should subscribe to set_reply topic when it is requested" time="0.018">
|
|
585
583
|
</testcase>
|
|
586
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when connection to mqtt server is not established" time="0.
|
|
584
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when connection to mqtt server is not established" time="0.005">
|
|
587
585
|
</testcase>
|
|
588
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when device is not registered for client connection" time="0.
|
|
586
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should not subscribe to quota message when device is not registered for client connection" time="0.006">
|
|
589
587
|
</testcase>
|
|
590
588
|
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should subscribe to quota message when it is requested" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnQuotaMessage should subscribe to quota message when it is requested" time="0.01">
|
|
591
589
|
</testcase>
|
|
592
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when connection to mqtt server is not established" time="0.
|
|
590
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when connection to mqtt server is not established" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when connection to mqtt server is not established" time="0.005">
|
|
593
591
|
</testcase>
|
|
594
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when device is not registered for client connection" time="0.
|
|
592
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when device is not registered for client connection" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should not subscribe to set_reply message when device is not registered for client connection" time="0.005">
|
|
595
593
|
</testcase>
|
|
596
|
-
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should subscribe to set_reply message when it is requested" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should subscribe to set_reply message when it is requested" time="0.
|
|
594
|
+
<testcase classname="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should subscribe to set_reply message when it is requested" name="EcoFlowMqttApiManager subscribeOnMessage subscribeOnSetReplyMessage should subscribe to set_reply message when it is requested" time="0.025">
|
|
597
595
|
</testcase>
|
|
598
596
|
<testcase classname="EcoFlowMqttApiManager destroy should not unsubscribe from all topics when connection to mqtt server is not established yet" name="EcoFlowMqttApiManager destroy should not unsubscribe from all topics when connection to mqtt server is not established yet" time="0.005">
|
|
599
597
|
</testcase>
|
|
600
598
|
<testcase classname="EcoFlowMqttApiManager destroy should unsubscribe from all topics for all devices that shares single mqtt client
|
|
601
599
|
when destroying an EcoFlow MQTT API object" name="EcoFlowMqttApiManager destroy should unsubscribe from all topics for all devices that shares single mqtt client
|
|
602
|
-
when destroying an EcoFlow MQTT API object" time="0.
|
|
600
|
+
when destroying an EcoFlow MQTT API object" time="0.009">
|
|
603
601
|
</testcase>
|
|
604
602
|
<testcase classname="EcoFlowMqttApiManager destroy should unsubscribe from all topics for devices that has own mqtt client
|
|
605
603
|
when destroying an EcoFlow MQTT API object" name="EcoFlowMqttApiManager destroy should unsubscribe from all topics for devices that has own mqtt client
|
|
606
|
-
when destroying an EcoFlow MQTT API object" time="0.
|
|
604
|
+
when destroying an EcoFlow MQTT API object" time="0.008">
|
|
607
605
|
</testcase>
|
|
608
606
|
</testsuite>
|
|
609
|
-
<testsuite name="OutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
610
|
-
<testcase classname="OutletServiceBase initialize should add Outlet service when it is not added to accessory yet" name="OutletServiceBase initialize should add Outlet service when it is not added to accessory yet" time="0.
|
|
607
|
+
<testsuite name="OutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:07" time="2.567" tests="18">
|
|
608
|
+
<testcase classname="OutletServiceBase initialize should add Outlet service when it is not added to accessory yet" name="OutletServiceBase initialize should add Outlet service when it is not added to accessory yet" time="0.012">
|
|
611
609
|
</testcase>
|
|
612
|
-
<testcase classname="OutletServiceBase initialize should use existing Outlet service when it is already added to accessory" name="OutletServiceBase initialize should use existing Outlet service when it is already added to accessory" time="0">
|
|
610
|
+
<testcase classname="OutletServiceBase initialize should use existing Outlet service when it is already added to accessory" name="OutletServiceBase initialize should use existing Outlet service when it is already added to accessory" time="0.001">
|
|
613
611
|
</testcase>
|
|
614
|
-
<testcase classname="OutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" name="OutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" time="0">
|
|
612
|
+
<testcase classname="OutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" name="OutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" time="0.001">
|
|
615
613
|
</testcase>
|
|
616
614
|
<testcase classname="OutletServiceBase initialize should add OutputConsumptionInWatts characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputConsumptionInWatts characteristic when it is enabled in configuration" time="0.001">
|
|
617
615
|
</testcase>
|
|
618
|
-
<testcase classname="OutletServiceBase initialize should add OutputVoltage characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputVoltage characteristic when it is enabled in configuration" time="0.
|
|
616
|
+
<testcase classname="OutletServiceBase initialize should add OutputVoltage characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputVoltage characteristic when it is enabled in configuration" time="0.004">
|
|
619
617
|
</testcase>
|
|
620
618
|
<testcase classname="OutletServiceBase initialize should add OutputCurrent characteristic when it is enabled in configuration" name="OutletServiceBase initialize should add OutputCurrent characteristic when it is enabled in configuration" time="0.001">
|
|
621
619
|
</testcase>
|
|
622
|
-
<testcase classname="OutletServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="OutletServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.
|
|
620
|
+
<testcase classname="OutletServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="OutletServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.003">
|
|
623
621
|
</testcase>
|
|
624
|
-
<testcase classname="OutletServiceBase updateState should set On state to true when it is requested" name="OutletServiceBase updateState should set On state to true when it is requested" time="0.
|
|
622
|
+
<testcase classname="OutletServiceBase updateState should set On state to true when it is requested" name="OutletServiceBase updateState should set On state to true when it is requested" time="0.001">
|
|
625
623
|
</testcase>
|
|
626
624
|
<testcase classname="OutletServiceBase updateState should set On state to false when it is requested" name="OutletServiceBase updateState should set On state to false when it is requested" time="0.001">
|
|
627
625
|
</testcase>
|
|
@@ -629,27 +627,27 @@
|
|
|
629
627
|
</testcase>
|
|
630
628
|
<testcase classname="OutletServiceBase updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletServiceBase updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
|
|
631
629
|
</testcase>
|
|
632
|
-
<testcase classname="OutletServiceBase updateOutputConsumption should set OutletInUse to true when OutputConsumption more than 0" name="OutletServiceBase updateOutputConsumption should set OutletInUse to true when OutputConsumption more than 0" time="0
|
|
630
|
+
<testcase classname="OutletServiceBase updateOutputConsumption should set OutletInUse to true when OutputConsumption more than 0" name="OutletServiceBase updateOutputConsumption should set OutletInUse to true when OutputConsumption more than 0" time="0">
|
|
633
631
|
</testcase>
|
|
634
|
-
<testcase classname="OutletServiceBase updateOutputConsumption should set OutletInUse to false when OutputConsumption is 0" name="OutletServiceBase updateOutputConsumption should set OutletInUse to false when OutputConsumption is 0" time="0
|
|
632
|
+
<testcase classname="OutletServiceBase updateOutputConsumption should set OutletInUse to false when OutputConsumption is 0" name="OutletServiceBase updateOutputConsumption should set OutletInUse to false when OutputConsumption is 0" time="0">
|
|
635
633
|
</testcase>
|
|
636
|
-
<testcase classname="OutletServiceBase updateOutputVoltage should set OutputVoltage when it is enabled in configuration" name="OutletServiceBase updateOutputVoltage should set OutputVoltage when it is enabled in configuration" time="0
|
|
634
|
+
<testcase classname="OutletServiceBase updateOutputVoltage should set OutputVoltage when it is enabled in configuration" name="OutletServiceBase updateOutputVoltage should set OutputVoltage when it is enabled in configuration" time="0">
|
|
637
635
|
</testcase>
|
|
638
|
-
<testcase classname="OutletServiceBase updateOutputVoltage should not set OutputVoltage when it is disabled in configuration" name="OutletServiceBase updateOutputVoltage should not set OutputVoltage when it is disabled in configuration" time="0
|
|
636
|
+
<testcase classname="OutletServiceBase updateOutputVoltage should not set OutputVoltage when it is disabled in configuration" name="OutletServiceBase updateOutputVoltage should not set OutputVoltage when it is disabled in configuration" time="0">
|
|
639
637
|
</testcase>
|
|
640
638
|
<testcase classname="OutletServiceBase updateOutputCurrent should set OutputCurrent when it is enabled in configuration" name="OutletServiceBase updateOutputCurrent should set OutputCurrent when it is enabled in configuration" time="0.001">
|
|
641
639
|
</testcase>
|
|
642
640
|
<testcase classname="OutletServiceBase updateOutputCurrent should not set OutputCurrent when it is disabled in configuration" name="OutletServiceBase updateOutputCurrent should not set OutputCurrent when it is disabled in configuration" time="0.001">
|
|
643
641
|
</testcase>
|
|
644
|
-
<testcase classname="OutletServiceBase onOnSet should revert changing of On state when it is failed" name="OutletServiceBase onOnSet should revert changing of On state when it is failed" time="0.
|
|
642
|
+
<testcase classname="OutletServiceBase onOnSet should revert changing of On state when it is failed" name="OutletServiceBase onOnSet should revert changing of On state when it is failed" time="0.005">
|
|
645
643
|
</testcase>
|
|
646
644
|
</testsuite>
|
|
647
|
-
<testsuite name="EcoFlowHomebridgePlatform" errors="0" failures="0" skipped="2" timestamp="2025-03-
|
|
648
|
-
<testcase classname="EcoFlowHomebridgePlatform constructor should initialize EcoFlow config when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize EcoFlow config when creating new platform" time="0.
|
|
645
|
+
<testsuite name="EcoFlowHomebridgePlatform" errors="0" failures="0" skipped="2" timestamp="2025-03-31T07:40:04" time="6.718" tests="32">
|
|
646
|
+
<testcase classname="EcoFlowHomebridgePlatform constructor should initialize EcoFlow config when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize EcoFlow config when creating new platform" time="0.019">
|
|
649
647
|
</testcase>
|
|
650
|
-
<testcase classname="EcoFlowHomebridgePlatform constructor should initialize Service property when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize Service property when creating new platform" time="0.
|
|
648
|
+
<testcase classname="EcoFlowHomebridgePlatform constructor should initialize Service property when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize Service property when creating new platform" time="0.002">
|
|
651
649
|
</testcase>
|
|
652
|
-
<testcase classname="EcoFlowHomebridgePlatform constructor should initialize Characteristic property when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize Characteristic property when creating new platform" time="0.
|
|
650
|
+
<testcase classname="EcoFlowHomebridgePlatform constructor should initialize Characteristic property when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize Characteristic property when creating new platform" time="0.004">
|
|
653
651
|
</testcase>
|
|
654
652
|
<testcase classname="EcoFlowHomebridgePlatform constructor should initialize InputConsumptionWatt characteristic when creating new platform" name="EcoFlowHomebridgePlatform constructor should initialize InputConsumptionWatt characteristic when creating new platform" time="0.001">
|
|
655
653
|
</testcase>
|
|
@@ -659,145 +657,145 @@
|
|
|
659
657
|
</testcase>
|
|
660
658
|
<testcase classname="EcoFlowHomebridgePlatform constructor should subscribe on didFinishLaunching when creating new platform" name="EcoFlowHomebridgePlatform constructor should subscribe on didFinishLaunching when creating new platform" time="0.002">
|
|
661
659
|
</testcase>
|
|
662
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register devices when devices are not configured" name="EcoFlowHomebridgePlatform registerDevices validation should not register devices when devices are not configured" time="0.
|
|
660
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register devices when devices are not configured" name="EcoFlowHomebridgePlatform registerDevices validation should not register devices when devices are not configured" time="0.004">
|
|
663
661
|
</testcase>
|
|
664
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when it is disabled" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when it is disabled" time="0.
|
|
662
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when it is disabled" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when it is disabled" time="0.004">
|
|
665
663
|
</testcase>
|
|
666
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when name is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when name is not defined" time="0.
|
|
664
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when name is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when name is not defined" time="0.007">
|
|
667
665
|
</testcase>
|
|
668
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when serialNumber is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when serialNumber is not defined" time="0.
|
|
666
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when serialNumber is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when serialNumber is not defined" time="0.003">
|
|
669
667
|
</testcase>
|
|
670
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when secretKey is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when secretKey is not defined" time="0.
|
|
668
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when secretKey is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when secretKey is not defined" time="0.003">
|
|
671
669
|
</testcase>
|
|
672
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when accessKey is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when accessKey is not defined" time="0.
|
|
670
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when accessKey is not defined" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when accessKey is not defined" time="0.009">
|
|
673
671
|
</testcase>
|
|
674
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when serial number is duplicated" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when serial number is duplicated" time="0.
|
|
672
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when serial number is duplicated" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when serial number is duplicated" time="0.007">
|
|
675
673
|
</testcase>
|
|
676
674
|
<testcase classname="EcoFlowHomebridgePlatform registerDevices validation should not register device when model is unknown" name="EcoFlowHomebridgePlatform registerDevices validation should not register device when model is unknown" time="0.003">
|
|
677
675
|
</testcase>
|
|
678
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should register device when accessory is not in cache yet" name="EcoFlowHomebridgePlatform registerDevices newDevice should register device when accessory is not in cache yet" time="0.
|
|
676
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should register device when accessory is not in cache yet" name="EcoFlowHomebridgePlatform registerDevices newDevice should register device when accessory is not in cache yet" time="0.005">
|
|
679
677
|
</testcase>
|
|
680
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should register platform accessory when new device is created" name="EcoFlowHomebridgePlatform registerDevices newDevice should register platform accessory when new device is created" time="0.
|
|
678
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should register platform accessory when new device is created" name="EcoFlowHomebridgePlatform registerDevices newDevice should register platform accessory when new device is created" time="0.004">
|
|
681
679
|
</testcase>
|
|
682
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should initialize device when registering non cached devices" name="EcoFlowHomebridgePlatform registerDevices newDevice should initialize device when registering non cached devices" time="0.
|
|
680
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should initialize device when registering non cached devices" name="EcoFlowHomebridgePlatform registerDevices newDevice should initialize device when registering non cached devices" time="0.053">
|
|
683
681
|
</testcase>
|
|
684
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should ignore initialization of default values when registering simulation of device" name="EcoFlowHomebridgePlatform registerDevices newDevice should ignore initialization of default values when registering simulation of device" time="0.
|
|
682
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices newDevice should ignore initialization of default values when registering simulation of device" name="EcoFlowHomebridgePlatform registerDevices newDevice should ignore initialization of default values when registering simulation of device" time="0.053">
|
|
685
683
|
</testcase>
|
|
686
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2 accessory when model is Delta2 in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2 accessory when model is Delta2 in config" time="0.
|
|
684
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2 accessory when model is Delta2 in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2 accessory when model is Delta2 in config" time="0.002">
|
|
687
685
|
</testcase>
|
|
688
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2Max accessory when model is Delta2Max in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2Max accessory when model is Delta2Max in config" time="0.
|
|
686
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2Max accessory when model is Delta2Max in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register Delta2Max accessory when model is Delta2Max in config" time="0.002">
|
|
689
687
|
</testcase>
|
|
690
688
|
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro accessory when model is DeltaPro in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro accessory when model is DeltaPro in config" time="0">
|
|
691
689
|
<skipped/>
|
|
692
690
|
</testcase>
|
|
693
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro3 accessory when model is DeltaPro3 in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro3 accessory when model is DeltaPro3 in config" time="0.
|
|
691
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro3 accessory when model is DeltaPro3 in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaPro3 accessory when model is DeltaPro3 in config" time="0.003">
|
|
694
692
|
</testcase>
|
|
695
693
|
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaProUltra accessory when model is DeltaProUltra in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register DeltaProUltra accessory when model is DeltaProUltra in config" time="0">
|
|
696
694
|
<skipped/>
|
|
697
695
|
</testcase>
|
|
698
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerStream accessory when model is PowerStream in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerStream accessory when model is PowerStream in config" time="0.
|
|
696
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerStream accessory when model is PowerStream in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register PowerStream accessory when model is PowerStream in config" time="0.003">
|
|
699
697
|
</testcase>
|
|
700
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register SmartPlug accessory when model is SmartPlug in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register SmartPlug accessory when model is SmartPlug in config" time="0.
|
|
698
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices createAccessory should register SmartPlug accessory when model is SmartPlug in config" name="EcoFlowHomebridgePlatform registerDevices createAccessory should register SmartPlug accessory when model is SmartPlug in config" time="0.003">
|
|
701
699
|
</testcase>
|
|
702
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should register device when accessory is already cached" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should register device when accessory is already cached" time="0.
|
|
700
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should register device when accessory is already cached" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should register device when accessory is already cached" time="0.002">
|
|
703
701
|
</testcase>
|
|
704
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should not register platform accessory when cached device is created" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should not register platform accessory when cached device is created" time="0.
|
|
702
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should not register platform accessory when cached device is created" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should not register platform accessory when cached device is created" time="0.002">
|
|
705
703
|
</testcase>
|
|
706
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should initialize device when registering cached device" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should initialize device when registering cached device" time="0.
|
|
704
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should initialize device when registering cached device" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should initialize device when registering cached device" time="0.052">
|
|
707
705
|
</testcase>
|
|
708
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should cleanupServices of initialized device when registering cached device" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should cleanupServices of initialized device when registering cached device" time="0.
|
|
706
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices cachedDevice should cleanupServices of initialized device when registering cached device" name="EcoFlowHomebridgePlatform registerDevices cachedDevice should cleanupServices of initialized device when registering cached device" time="0.052">
|
|
709
707
|
</testcase>
|
|
710
|
-
<testcase classname="EcoFlowHomebridgePlatform registerDevices cleanupDevices should remove obsolete device when it is not specified in config" name="EcoFlowHomebridgePlatform registerDevices cleanupDevices should remove obsolete device when it is not specified in config" time="0.
|
|
708
|
+
<testcase classname="EcoFlowHomebridgePlatform registerDevices cleanupDevices should remove obsolete device when it is not specified in config" name="EcoFlowHomebridgePlatform registerDevices cleanupDevices should remove obsolete device when it is not specified in config" time="0.003">
|
|
711
709
|
</testcase>
|
|
712
710
|
<testcase classname="EcoFlowHomebridgePlatform configureAccessory should add accessory to list of accessories when it is restored from cache" name="EcoFlowHomebridgePlatform configureAccessory should add accessory to list of accessories when it is restored from cache" time="0.001">
|
|
713
711
|
</testcase>
|
|
714
712
|
</testsuite>
|
|
715
|
-
<testsuite name="EcoFlowAccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
716
|
-
<testcase classname="EcoFlowAccessoryBase initialize should add required services when initializing accessory" name="EcoFlowAccessoryBase initialize should add required services when initializing accessory" time="0.
|
|
713
|
+
<testsuite name="EcoFlowAccessoryBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:04" time="6.565" tests="22">
|
|
714
|
+
<testcase classname="EcoFlowAccessoryBase initialize should add required services when initializing accessory" name="EcoFlowAccessoryBase initialize should add required services when initializing accessory" time="0.006">
|
|
717
715
|
</testcase>
|
|
718
|
-
<testcase classname="EcoFlowAccessoryBase connectMqtt should connect to mqtt server during initialization when subscription to quota and set_reply topic is successful" name="EcoFlowAccessoryBase connectMqtt should connect to mqtt server during initialization when subscription to quota and set_reply topic is successful" time="0.
|
|
716
|
+
<testcase classname="EcoFlowAccessoryBase connectMqtt should connect to mqtt server during initialization when subscription to quota and set_reply topic is successful" name="EcoFlowAccessoryBase connectMqtt should connect to mqtt server during initialization when subscription to quota and set_reply topic is successful" time="0.155">
|
|
719
717
|
</testcase>
|
|
720
|
-
<testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to quota was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to quota was failed during initialization" time="0.
|
|
718
|
+
<testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to quota was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to quota was failed during initialization" time="0.152">
|
|
721
719
|
</testcase>
|
|
722
|
-
<testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to set_reply was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to set_reply was failed during initialization" time="0.
|
|
720
|
+
<testcase classname="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to set_reply was failed during initialization" name="EcoFlowAccessoryBase connectMqtt should re-connect to mqtt server when subscription to set_reply was failed during initialization" time="0.152">
|
|
723
721
|
</testcase>
|
|
724
|
-
<testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should not subscribe on parameters updates for quota and set_reply messages when mqtt is failed to connect" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should not subscribe on parameters updates for quota and set_reply messages when mqtt is failed to connect" time="0.
|
|
722
|
+
<testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should not subscribe on parameters updates for quota and set_reply messages when mqtt is failed to connect" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should not subscribe on parameters updates for quota and set_reply messages when mqtt is failed to connect" time="0.002">
|
|
725
723
|
</testcase>
|
|
726
|
-
<testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should subscribe on parameters updates for quota and set_reply messages when mqtt is connected successfully" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should subscribe on parameters updates for quota and set_reply messages when mqtt is connected successfully" time="0.
|
|
724
|
+
<testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should subscribe on parameters updates for quota and set_reply messages when mqtt is connected successfully" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should subscribe on parameters updates for quota and set_reply messages when mqtt is connected successfully" time="0.003">
|
|
727
725
|
</testcase>
|
|
728
|
-
<testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should filter failed subscription on parameters updates when mqtt is connected successfully" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should filter failed subscription on parameters updates when mqtt is connected successfully" time="0.
|
|
726
|
+
<testcase classname="EcoFlowAccessoryBase subscribeOnParameterUpdates should filter failed subscription on parameters updates when mqtt is connected successfully" name="EcoFlowAccessoryBase subscribeOnParameterUpdates should filter failed subscription on parameters updates when mqtt is connected successfully" time="0.001">
|
|
729
727
|
</testcase>
|
|
730
728
|
<testcase classname="EcoFlowAccessoryBase processQuotaMessage should call processQuotaMessage when new quota message is received" name="EcoFlowAccessoryBase processQuotaMessage should call processQuotaMessage when new quota message is received" time="0.002">
|
|
731
729
|
</testcase>
|
|
732
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should ignore 'set_reply' message when no 'set' command was sent yet" name="EcoFlowAccessoryBase processSetReplyMessage should ignore 'set_reply' message when no 'set' command was sent yet" time="0.
|
|
730
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should ignore 'set_reply' message when no 'set' command was sent yet" name="EcoFlowAccessoryBase processSetReplyMessage should ignore 'set_reply' message when no 'set' command was sent yet" time="0.002">
|
|
733
731
|
</testcase>
|
|
734
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should ignore 'set_reply' message when it was not initialized by 'set' command from current instance" name="EcoFlowAccessoryBase processSetReplyMessage should ignore 'set_reply' message when it was not initialized by 'set' command from current instance" time="0.
|
|
732
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should ignore 'set_reply' message when it was not initialized by 'set' command from current instance" name="EcoFlowAccessoryBase processSetReplyMessage should ignore 'set_reply' message when it was not initialized by 'set' command from current instance" time="0.002">
|
|
735
733
|
</testcase>
|
|
736
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'ack' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'ack' acknowledgement" time="0.
|
|
734
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'ack' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'ack' acknowledgement" time="0.002">
|
|
737
735
|
</testcase>
|
|
738
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'ack' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'ack' acknowledgement" time="0.
|
|
736
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'ack' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'ack' acknowledgement" time="0.002">
|
|
739
737
|
</testcase>
|
|
740
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'result' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'result' acknowledgement" time="0.
|
|
738
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'result' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'result' acknowledgement" time="0.002">
|
|
741
739
|
</testcase>
|
|
742
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'result' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'result' acknowledgement" time="0.
|
|
740
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'result' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'result' acknowledgement" time="0.002">
|
|
743
741
|
</testcase>
|
|
744
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'configOk' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'configOk' acknowledgement" time="0.
|
|
742
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'configOk' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should do nothing when 'set_reply' message contains successful 'configOk' acknowledgement" time="0.002">
|
|
745
743
|
</testcase>
|
|
746
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'configOk' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'configOk' acknowledgement" time="0.
|
|
744
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'configOk' acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message contains failed 'configOk' acknowledgement" time="0.001">
|
|
747
745
|
</testcase>
|
|
748
|
-
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message does not contain ack/result/configOk acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message does not contain ack/result/configOk acknowledgement" time="0.
|
|
746
|
+
<testcase classname="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message does not contain ack/result/configOk acknowledgement" name="EcoFlowAccessoryBase processSetReplyMessage should call revert function when 'set_reply' message does not contain ack/result/configOk acknowledgement" time="0.002">
|
|
749
747
|
</testcase>
|
|
750
|
-
<testcase classname="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" time="0.
|
|
748
|
+
<testcase classname="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase destroy should stop mqtt reconnection when destroying accessory" time="0.407">
|
|
751
749
|
</testcase>
|
|
752
|
-
<testcase classname="EcoFlowAccessoryBase destroy should unsubscribe from parameters updates when destroying accessory" name="EcoFlowAccessoryBase destroy should unsubscribe from parameters updates when destroying accessory" time="0.
|
|
750
|
+
<testcase classname="EcoFlowAccessoryBase destroy should unsubscribe from parameters updates when destroying accessory" name="EcoFlowAccessoryBase destroy should unsubscribe from parameters updates when destroying accessory" time="0.001">
|
|
753
751
|
</testcase>
|
|
754
|
-
<testcase classname="EcoFlowAccessoryBase cleanupServices should remove non registered services when cleanup is called" name="EcoFlowAccessoryBase cleanupServices should remove non registered services when cleanup is called" time="0.
|
|
752
|
+
<testcase classname="EcoFlowAccessoryBase cleanupServices should remove non registered services when cleanup is called" name="EcoFlowAccessoryBase cleanupServices should remove non registered services when cleanup is called" time="0.007">
|
|
755
753
|
</testcase>
|
|
756
|
-
<testcase classname="EcoFlowAccessoryBase cleanupServices should cleanup characteristics for registered services only when cleanup is called" name="EcoFlowAccessoryBase cleanupServices should cleanup characteristics for registered services only when cleanup is called" time="0.
|
|
754
|
+
<testcase classname="EcoFlowAccessoryBase cleanupServices should cleanup characteristics for registered services only when cleanup is called" name="EcoFlowAccessoryBase cleanupServices should cleanup characteristics for registered services only when cleanup is called" time="0.004">
|
|
757
755
|
</testcase>
|
|
758
|
-
<testcase classname="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" time="0.
|
|
756
|
+
<testcase classname="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" name="EcoFlowAccessoryBase sendSetCommand should stop mqtt reconnection when destroying accessory" time="0.001">
|
|
759
757
|
</testcase>
|
|
760
758
|
</testsuite>
|
|
761
|
-
<testsuite name="BatteryOutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
762
|
-
<testcase classname="BatteryOutletServiceBase initialize should add Outlet service when it is not added to accessory yet" name="BatteryOutletServiceBase initialize should add Outlet service when it is not added to accessory yet" time="0.
|
|
759
|
+
<testsuite name="BatteryOutletServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:10" time="0.587" tests="14">
|
|
760
|
+
<testcase classname="BatteryOutletServiceBase initialize should add Outlet service when it is not added to accessory yet" name="BatteryOutletServiceBase initialize should add Outlet service when it is not added to accessory yet" time="0.006">
|
|
763
761
|
</testcase>
|
|
764
762
|
<testcase classname="BatteryOutletServiceBase initialize should use existing Outlet service when it is already added to accessory" name="BatteryOutletServiceBase initialize should use existing Outlet service when it is already added to accessory" time="0.001">
|
|
765
763
|
</testcase>
|
|
766
764
|
<testcase classname="BatteryOutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" name="BatteryOutletServiceBase initialize should not add custom characteristics when initializing accessory without turned on custom characteristics" time="0.001">
|
|
767
765
|
</testcase>
|
|
768
|
-
<testcase classname="BatteryOutletServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" name="BatteryOutletServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" time="0.
|
|
766
|
+
<testcase classname="BatteryOutletServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" name="BatteryOutletServiceBase initialize should add InputConsumptionWatts characteristic when it is enabled in configuration" time="0.002">
|
|
769
767
|
</testcase>
|
|
770
|
-
<testcase classname="BatteryOutletServiceBase initialize should add BatteryLevel characteristic when it is enabled in configuration" name="BatteryOutletServiceBase initialize should add BatteryLevel characteristic when it is enabled in configuration" time="0">
|
|
768
|
+
<testcase classname="BatteryOutletServiceBase initialize should add BatteryLevel characteristic when it is enabled in configuration" name="BatteryOutletServiceBase initialize should add BatteryLevel characteristic when it is enabled in configuration" time="0.001">
|
|
771
769
|
</testcase>
|
|
772
770
|
<testcase classname="BatteryOutletServiceBase updateInputConsumption should set InputConsumption when it is enabled in configuration" name="BatteryOutletServiceBase updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
|
|
773
771
|
</testcase>
|
|
774
772
|
<testcase classname="BatteryOutletServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="BatteryOutletServiceBase updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
|
|
775
773
|
</testcase>
|
|
776
|
-
<testcase classname="BatteryOutletServiceBase updateStatusLowBattery should set low battery level when it is less than 20" name="BatteryOutletServiceBase updateStatusLowBattery should set low battery level when it is less than 20" time="0.
|
|
774
|
+
<testcase classname="BatteryOutletServiceBase updateStatusLowBattery should set low battery level when it is less than 20" name="BatteryOutletServiceBase updateStatusLowBattery should set low battery level when it is less than 20" time="0.002">
|
|
777
775
|
</testcase>
|
|
778
|
-
<testcase classname="BatteryOutletServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="BatteryOutletServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.
|
|
776
|
+
<testcase classname="BatteryOutletServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="BatteryOutletServiceBase updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.002">
|
|
779
777
|
</testcase>
|
|
780
778
|
<testcase classname="BatteryOutletServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" name="BatteryOutletServiceBase updateStatusLowBattery should not set StatusLowBattery when it is disabled in configuration" time="0.001">
|
|
781
779
|
</testcase>
|
|
782
780
|
<testcase classname="BatteryOutletServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="BatteryOutletServiceBase updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
|
|
783
781
|
</testcase>
|
|
784
|
-
<testcase classname="BatteryOutletServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="BatteryOutletServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.
|
|
782
|
+
<testcase classname="BatteryOutletServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="BatteryOutletServiceBase updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
785
783
|
</testcase>
|
|
786
|
-
<testcase classname="BatteryOutletServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" name="BatteryOutletServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" time="0.
|
|
784
|
+
<testcase classname="BatteryOutletServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" name="BatteryOutletServiceBase updateChargingState should set charging state to false when input power consumption is 0 Watt" time="0.001">
|
|
787
785
|
</testcase>
|
|
788
786
|
<testcase classname="BatteryOutletServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" name="BatteryOutletServiceBase updateChargingState should set charging state to true when input power consumption is more than 0 Watt" time="0.002">
|
|
789
787
|
</testcase>
|
|
790
788
|
</testsuite>
|
|
791
|
-
<testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
792
|
-
<testcase classname="OutletService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.
|
|
789
|
+
<testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:11" time="0.587" tests="10">
|
|
790
|
+
<testcase classname="OutletService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
|
|
793
791
|
</testcase>
|
|
794
|
-
<testcase classname="OutletService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.
|
|
792
|
+
<testcase classname="OutletService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
795
793
|
</testcase>
|
|
796
794
|
<testcase classname="OutletService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
|
|
797
795
|
</testcase>
|
|
798
796
|
<testcase classname="OutletService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
|
|
799
797
|
</testcase>
|
|
800
|
-
<testcase classname="OutletService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletService updateStatusLowBattery should set low battery level when it is less than 20" time="0.
|
|
798
|
+
<testcase classname="OutletService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletService updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
|
|
801
799
|
</testcase>
|
|
802
800
|
<testcase classname="OutletService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
|
|
803
801
|
</testcase>
|
|
@@ -807,29 +805,29 @@
|
|
|
807
805
|
</testcase>
|
|
808
806
|
<testcase classname="OutletService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
809
807
|
</testcase>
|
|
810
|
-
<testcase classname="OutletService onOnSet should not allow to set ON value" name="OutletService onOnSet should not allow to set ON value" time="0.
|
|
808
|
+
<testcase classname="OutletService onOnSet should not allow to set ON value" name="OutletService onOnSet should not allow to set ON value" time="0.001">
|
|
811
809
|
</testcase>
|
|
812
810
|
</testsuite>
|
|
813
|
-
<testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
811
|
+
<testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:11" time="1.213" tests="12">
|
|
814
812
|
<testcase classname="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.005">
|
|
815
813
|
</testcase>
|
|
816
814
|
<testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
817
815
|
</testcase>
|
|
818
816
|
<testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
|
|
819
817
|
</testcase>
|
|
820
|
-
<testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.
|
|
818
|
+
<testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
|
|
821
819
|
</testcase>
|
|
822
|
-
<testcase classname="OutletAcService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletAcService updateStatusLowBattery should set low battery level when it is less than 20" time="0.
|
|
820
|
+
<testcase classname="OutletAcService updateStatusLowBattery should set low battery level when it is less than 20" name="OutletAcService updateStatusLowBattery should set low battery level when it is less than 20" time="0.002">
|
|
823
821
|
</testcase>
|
|
824
|
-
<testcase classname="OutletAcService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletAcService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.
|
|
822
|
+
<testcase classname="OutletAcService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="OutletAcService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.001">
|
|
825
823
|
</testcase>
|
|
826
|
-
<testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.
|
|
824
|
+
<testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
|
|
827
825
|
</testcase>
|
|
828
|
-
<testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0
|
|
826
|
+
<testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
|
|
829
827
|
</testcase>
|
|
830
828
|
<testcase classname="OutletAcService onOnSet should send Set command of MPPT moduleType to device
|
|
831
829
|
when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" name="OutletAcService onOnSet should send Set command of MPPT moduleType to device
|
|
832
|
-
when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" time="0.
|
|
830
|
+
when Enabled value was changed to true and service was initialized with MPPT setAcModuleType" time="0.002">
|
|
833
831
|
</testcase>
|
|
834
832
|
<testcase classname="OutletAcService onOnSet should send Set command of INV moduleType to device
|
|
835
833
|
when Enabled value was changed to true and service was initialized with INV setAcModuleType" name="OutletAcService onOnSet should send Set command of INV moduleType to device
|
|
@@ -837,11 +835,11 @@
|
|
|
837
835
|
</testcase>
|
|
838
836
|
<testcase classname="OutletAcService onOnSet should send Set command of INV moduleType to device when Enabled value was changed to false" name="OutletAcService onOnSet should send Set command of INV moduleType to device when Enabled value was changed to false" time="0.001">
|
|
839
837
|
</testcase>
|
|
840
|
-
<testcase classname="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.
|
|
838
|
+
<testcase classname="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.002">
|
|
841
839
|
</testcase>
|
|
842
840
|
</testsuite>
|
|
843
|
-
<testsuite name="OutletInvService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
844
|
-
<testcase classname="OutletInvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletInvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.
|
|
841
|
+
<testsuite name="OutletInvService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:12" time="0.533" tests="10">
|
|
842
|
+
<testcase classname="OutletInvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletInvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.01">
|
|
845
843
|
</testcase>
|
|
846
844
|
<testcase classname="OutletInvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletInvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
847
845
|
</testcase>
|
|
@@ -857,37 +855,37 @@
|
|
|
857
855
|
</testcase>
|
|
858
856
|
<testcase classname="OutletInvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletInvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
|
|
859
857
|
</testcase>
|
|
860
|
-
<testcase classname="OutletInvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletInvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
|
|
858
|
+
<testcase classname="OutletInvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletInvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
861
859
|
</testcase>
|
|
862
|
-
<testcase classname="OutletInvService onOnSet should not allow to set ON value" name="OutletInvService onOnSet should not allow to set ON value" time="0.
|
|
860
|
+
<testcase classname="OutletInvService onOnSet should not allow to set ON value" name="OutletInvService onOnSet should not allow to set ON value" time="0.002">
|
|
863
861
|
</testcase>
|
|
864
862
|
</testsuite>
|
|
865
|
-
<testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
866
|
-
<testcase classname="LightBulbServiceBase initialize should add Fan service when it is not added to accessory yet" name="LightBulbServiceBase initialize should add Fan service when it is not added to accessory yet" time="0.
|
|
863
|
+
<testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:12" time="0.565" tests="11">
|
|
864
|
+
<testcase classname="LightBulbServiceBase initialize should add Fan service when it is not added to accessory yet" name="LightBulbServiceBase initialize should add Fan service when it is not added to accessory yet" time="0.017">
|
|
867
865
|
</testcase>
|
|
868
866
|
<testcase classname="LightBulbServiceBase initialize should use existing Fan service when it is already added to accessory" name="LightBulbServiceBase initialize should use existing Fan service when it is already added to accessory" time="0.001">
|
|
869
867
|
</testcase>
|
|
870
|
-
<testcase classname="LightBulbServiceBase initialize should add Fan characteristics when initializing accessory" name="LightBulbServiceBase initialize should add Fan characteristics when initializing accessory" time="0">
|
|
868
|
+
<testcase classname="LightBulbServiceBase initialize should add Fan characteristics when initializing accessory" name="LightBulbServiceBase initialize should add Fan characteristics when initializing accessory" time="0.001">
|
|
871
869
|
</testcase>
|
|
872
870
|
<testcase classname="LightBulbServiceBase setOn should not allow to set value when it is updated from UI" name="LightBulbServiceBase setOn should not allow to set value when it is updated from UI" time="0.001">
|
|
873
871
|
</testcase>
|
|
874
|
-
<testcase classname="LightBulbServiceBase updateState should set On state to true when it is requested" name="LightBulbServiceBase updateState should set On state to true when it is requested" time="0
|
|
872
|
+
<testcase classname="LightBulbServiceBase updateState should set On state to true when it is requested" name="LightBulbServiceBase updateState should set On state to true when it is requested" time="0">
|
|
875
873
|
</testcase>
|
|
876
|
-
<testcase classname="LightBulbServiceBase updateRotationSpeed should set 100% rotation speed when maximum value is set" name="LightBulbServiceBase updateRotationSpeed should set 100% rotation speed when maximum value is set" time="0.
|
|
874
|
+
<testcase classname="LightBulbServiceBase updateRotationSpeed should set 100% rotation speed when maximum value is set" name="LightBulbServiceBase updateRotationSpeed should set 100% rotation speed when maximum value is set" time="0.001">
|
|
877
875
|
</testcase>
|
|
878
876
|
<testcase classname="LightBulbServiceBase updateRotationSpeed should set 0% rotation speed when minimum value is set" name="LightBulbServiceBase updateRotationSpeed should set 0% rotation speed when minimum value is set" time="0.001">
|
|
879
877
|
</testcase>
|
|
880
|
-
<testcase classname="LightBulbServiceBase updateRotationSpeed should set rotation speed when it is requested" name="LightBulbServiceBase updateRotationSpeed should set rotation speed when it is requested" time="0.
|
|
878
|
+
<testcase classname="LightBulbServiceBase updateRotationSpeed should set rotation speed when it is requested" name="LightBulbServiceBase updateRotationSpeed should set rotation speed when it is requested" time="0.001">
|
|
881
879
|
</testcase>
|
|
882
880
|
<testcase classname="LightBulbServiceBase updateRotationSpeed should revert changing of rotation speed to value set from UI when sending Set command to device is failed" name="LightBulbServiceBase updateRotationSpeed should revert changing of rotation speed to value set from UI when sending Set command to device is failed" time="0.001">
|
|
883
881
|
</testcase>
|
|
884
|
-
<testcase classname="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" name="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" time="0.
|
|
882
|
+
<testcase classname="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" name="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" time="0.012">
|
|
885
883
|
</testcase>
|
|
886
884
|
<testcase classname="LightBulbServiceBase onRotationSpeedSet should revert changing of rotation speed when sending Set command to device is failed" name="LightBulbServiceBase onRotationSpeedSet should revert changing of rotation speed when sending Set command to device is failed" time="0.001">
|
|
887
885
|
</testcase>
|
|
888
886
|
</testsuite>
|
|
889
|
-
<testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
890
|
-
<testcase classname="LightBulbServiceBase initialize should add Lightbulb service when it is not added to accessory yet" name="LightBulbServiceBase initialize should add Lightbulb service when it is not added to accessory yet" time="0.
|
|
887
|
+
<testsuite name="LightBulbServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:12" time="0.514" tests="11">
|
|
888
|
+
<testcase classname="LightBulbServiceBase initialize should add Lightbulb service when it is not added to accessory yet" name="LightBulbServiceBase initialize should add Lightbulb service when it is not added to accessory yet" time="0.003">
|
|
891
889
|
</testcase>
|
|
892
890
|
<testcase classname="LightBulbServiceBase initialize should use existing Lightbulb service when it is already added to accessory" name="LightBulbServiceBase initialize should use existing Lightbulb service when it is already added to accessory" time="0.001">
|
|
893
891
|
</testcase>
|
|
@@ -903,15 +901,15 @@
|
|
|
903
901
|
</testcase>
|
|
904
902
|
<testcase classname="LightBulbServiceBase updateBrightness should set brightness when it is requested" name="LightBulbServiceBase updateBrightness should set brightness when it is requested" time="0.001">
|
|
905
903
|
</testcase>
|
|
906
|
-
<testcase classname="LightBulbServiceBase updateBrightness should revert changing of brightness to value set from UI when sending Set command to device is failed" name="LightBulbServiceBase updateBrightness should revert changing of brightness to value set from UI when sending Set command to device is failed" time="0.
|
|
904
|
+
<testcase classname="LightBulbServiceBase updateBrightness should revert changing of brightness to value set from UI when sending Set command to device is failed" name="LightBulbServiceBase updateBrightness should revert changing of brightness to value set from UI when sending Set command to device is failed" time="0.002">
|
|
907
905
|
</testcase>
|
|
908
|
-
<testcase classname="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" name="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" time="0.
|
|
906
|
+
<testcase classname="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" name="LightBulbServiceBase onOnSet should revert changing of On state when it is failed" time="0.003">
|
|
909
907
|
</testcase>
|
|
910
908
|
<testcase classname="LightBulbServiceBase onBrightnessSet should revert changing of brightness when sending Set command to device is failed" name="LightBulbServiceBase onBrightnessSet should revert changing of brightness when sending Set command to device is failed" time="0.001">
|
|
911
909
|
</testcase>
|
|
912
910
|
</testsuite>
|
|
913
|
-
<testsuite name="OutletDc12vService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
914
|
-
<testcase classname="OutletDc12vService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletDc12vService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.
|
|
911
|
+
<testsuite name="OutletDc12vService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:13" time="0.601" tests="9">
|
|
912
|
+
<testcase classname="OutletDc12vService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletDc12vService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
|
|
915
913
|
</testcase>
|
|
916
914
|
<testcase classname="OutletDc12vService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletDc12vService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
917
915
|
</testcase>
|
|
@@ -930,36 +928,36 @@
|
|
|
930
928
|
<testcase classname="OutletDc12vService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletDc12vService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
|
|
931
929
|
</testcase>
|
|
932
930
|
</testsuite>
|
|
933
|
-
<testsuite name="OutletAcLvService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
934
|
-
<testcase classname="OutletAcLvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcLvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.
|
|
931
|
+
<testsuite name="OutletAcLvService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:13" time="0.611" tests="9">
|
|
932
|
+
<testcase classname="OutletAcLvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcLvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
|
|
935
933
|
</testcase>
|
|
936
|
-
<testcase classname="OutletAcLvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcLvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0
|
|
934
|
+
<testcase classname="OutletAcLvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcLvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
|
|
937
935
|
</testcase>
|
|
938
|
-
<testcase classname="OutletAcLvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcLvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0
|
|
936
|
+
<testcase classname="OutletAcLvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcLvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0">
|
|
939
937
|
</testcase>
|
|
940
|
-
<testcase classname="OutletAcLvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcLvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0
|
|
938
|
+
<testcase classname="OutletAcLvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcLvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
|
|
941
939
|
</testcase>
|
|
942
|
-
<testcase classname="OutletAcLvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcLvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0
|
|
940
|
+
<testcase classname="OutletAcLvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcLvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
|
|
943
941
|
</testcase>
|
|
944
|
-
<testcase classname="OutletAcLvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcLvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0
|
|
942
|
+
<testcase classname="OutletAcLvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcLvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
|
|
945
943
|
</testcase>
|
|
946
944
|
<testcase classname="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to true" name="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to true" time="0.001">
|
|
947
945
|
</testcase>
|
|
948
|
-
<testcase classname="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to false" name="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to false" time="0
|
|
946
|
+
<testcase classname="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to false" name="OutletAcLvService onOnSet should send Set command to device when Enabled value was changed to false" time="0">
|
|
949
947
|
</testcase>
|
|
950
948
|
<testcase classname="OutletAcLvService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcLvService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
|
|
951
949
|
</testcase>
|
|
952
950
|
</testsuite>
|
|
953
|
-
<testsuite name="OutletAcHvService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
954
|
-
<testcase classname="OutletAcHvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcHvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.
|
|
951
|
+
<testsuite name="OutletAcHvService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:13" time="0.533" tests="9">
|
|
952
|
+
<testcase classname="OutletAcHvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcHvService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
|
|
955
953
|
</testcase>
|
|
956
|
-
<testcase classname="OutletAcHvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcHvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0
|
|
954
|
+
<testcase classname="OutletAcHvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcHvService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
|
|
957
955
|
</testcase>
|
|
958
|
-
<testcase classname="OutletAcHvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcHvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0
|
|
956
|
+
<testcase classname="OutletAcHvService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcHvService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0">
|
|
959
957
|
</testcase>
|
|
960
|
-
<testcase classname="OutletAcHvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcHvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0
|
|
958
|
+
<testcase classname="OutletAcHvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcHvService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
|
|
961
959
|
</testcase>
|
|
962
|
-
<testcase classname="OutletAcHvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcHvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
|
|
960
|
+
<testcase classname="OutletAcHvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcHvService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
|
|
963
961
|
</testcase>
|
|
964
962
|
<testcase classname="OutletAcHvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcHvService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
965
963
|
</testcase>
|
|
@@ -970,66 +968,66 @@
|
|
|
970
968
|
<testcase classname="OutletAcHvService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcHvService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
|
|
971
969
|
</testcase>
|
|
972
970
|
</testsuite>
|
|
973
|
-
<testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
971
|
+
<testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:14" time="0.509" tests="9">
|
|
974
972
|
<testcase classname="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
|
|
975
973
|
</testcase>
|
|
976
|
-
<testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0
|
|
974
|
+
<testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0">
|
|
977
975
|
</testcase>
|
|
978
|
-
<testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.
|
|
976
|
+
<testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
|
|
979
977
|
</testcase>
|
|
980
|
-
<testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.
|
|
978
|
+
<testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
|
|
981
979
|
</testcase>
|
|
982
|
-
<testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0
|
|
980
|
+
<testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
|
|
983
981
|
</testcase>
|
|
984
|
-
<testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
|
|
982
|
+
<testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
985
983
|
</testcase>
|
|
986
984
|
<testcase classname="OutletAcService onOnSet should send Set command to device when Enabled value was changed to true" name="OutletAcService onOnSet should send Set command to device when Enabled value was changed to true" time="0.001">
|
|
987
985
|
</testcase>
|
|
988
|
-
<testcase classname="OutletAcService onOnSet should send Set command to device when Enabled value was changed to false" name="OutletAcService onOnSet should send Set command to device when Enabled value was changed to false" time="0
|
|
986
|
+
<testcase classname="OutletAcService onOnSet should send Set command to device when Enabled value was changed to false" name="OutletAcService onOnSet should send Set command to device when Enabled value was changed to false" time="0">
|
|
989
987
|
</testcase>
|
|
990
988
|
<testcase classname="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletAcService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
|
|
991
989
|
</testcase>
|
|
992
990
|
</testsuite>
|
|
993
|
-
<testsuite name="PluginConfigDevicesRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
994
|
-
<testcase classname="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" name="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" time="0.
|
|
991
|
+
<testsuite name="PluginConfigDevicesRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:10" time="4.217" tests="14">
|
|
992
|
+
<testcase classname="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" name="PluginConfigDevicesRenderer hideDeviceSettingsPerModel should contain proper hideDeviceSettingsPerModel configuration" time="0.003">
|
|
995
993
|
</testcase>
|
|
996
|
-
<testcase classname="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are 2 devices in configuration" name="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are 2 devices in configuration" time="0.
|
|
994
|
+
<testcase classname="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are 2 devices in configuration" name="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are 2 devices in configuration" time="0.053">
|
|
997
995
|
</testcase>
|
|
998
996
|
<testcase classname="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are no devices in configuration" name="PluginConfigDevicesRenderer render tabsRendering should render tabs when there are no devices in configuration" time="0.005">
|
|
999
997
|
</testcase>
|
|
1000
|
-
<testcase classname="PluginConfigDevicesRenderer render tabsNavigation should render form for first device in configuration by default" name="PluginConfigDevicesRenderer render tabsNavigation should render form for first device in configuration by default" time="0.
|
|
998
|
+
<testcase classname="PluginConfigDevicesRenderer render tabsNavigation should render form for first device in configuration by default" name="PluginConfigDevicesRenderer render tabsNavigation should render form for first device in configuration by default" time="0.029">
|
|
1001
999
|
</testcase>
|
|
1002
|
-
<testcase classname="PluginConfigDevicesRenderer render tabsNavigation should render form for second device when second tab is clicked" name="PluginConfigDevicesRenderer render tabsNavigation should render form for second device when second tab is clicked" time="0.
|
|
1000
|
+
<testcase classname="PluginConfigDevicesRenderer render tabsNavigation should render form for second device when second tab is clicked" name="PluginConfigDevicesRenderer render tabsNavigation should render form for second device when second tab is clicked" time="0.019">
|
|
1003
1001
|
</testcase>
|
|
1004
|
-
<testcase classname="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels and activate first one when there are 2 devices in configuration" name="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels and activate first one when there are 2 devices in configuration" time="0.
|
|
1002
|
+
<testcase classname="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels and activate first one when there are 2 devices in configuration" name="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels and activate first one when there are 2 devices in configuration" time="0.017">
|
|
1005
1003
|
</testcase>
|
|
1006
|
-
<testcase classname="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels when there are no devices in configuration" name="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels when there are no devices in configuration" time="0.
|
|
1004
|
+
<testcase classname="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels when there are no devices in configuration" name="PluginConfigDevicesRenderer render tabPanelsRendering should render tab panels when there are no devices in configuration" time="0.006">
|
|
1007
1005
|
</testcase>
|
|
1008
|
-
<testcase classname="PluginConfigDevicesRenderer render addNewDevice should render form for new device when addDeviceTab is clicked" name="PluginConfigDevicesRenderer render addNewDevice should render form for new device when addDeviceTab is clicked" time="0.
|
|
1006
|
+
<testcase classname="PluginConfigDevicesRenderer render addNewDevice should render form for new device when addDeviceTab is clicked" name="PluginConfigDevicesRenderer render addNewDevice should render form for new device when addDeviceTab is clicked" time="0.047">
|
|
1009
1007
|
</testcase>
|
|
1010
|
-
<testcase classname="PluginConfigDevicesRenderer render addNewDevice should render tab with default values when addDeviceTab is clicked" name="PluginConfigDevicesRenderer render addNewDevice should render tab with default values when addDeviceTab is clicked" time="0.
|
|
1008
|
+
<testcase classname="PluginConfigDevicesRenderer render addNewDevice should render tab with default values when addDeviceTab is clicked" name="PluginConfigDevicesRenderer render addNewDevice should render tab with default values when addDeviceTab is clicked" time="0.041">
|
|
1011
1009
|
</testcase>
|
|
1012
|
-
<testcase classname="PluginConfigDevicesRenderer render removeDevice should remove active tab when remove button is clicked" name="PluginConfigDevicesRenderer render removeDevice should remove active tab when remove button is clicked" time="0.
|
|
1010
|
+
<testcase classname="PluginConfigDevicesRenderer render removeDevice should remove active tab when remove button is clicked" name="PluginConfigDevicesRenderer render removeDevice should remove active tab when remove button is clicked" time="0.021">
|
|
1013
1011
|
</testcase>
|
|
1014
|
-
<testcase classname="PluginConfigDevicesRenderer render removeDevice should leave addNewDevice tab only when remove button is clicked for last device" name="PluginConfigDevicesRenderer render removeDevice should leave addNewDevice tab only when remove button is clicked for last device" time="0.
|
|
1012
|
+
<testcase classname="PluginConfigDevicesRenderer render removeDevice should leave addNewDevice tab only when remove button is clicked for last device" name="PluginConfigDevicesRenderer render removeDevice should leave addNewDevice tab only when remove button is clicked for last device" time="0.017">
|
|
1015
1013
|
</testcase>
|
|
1016
|
-
<testcase classname="PluginConfigDevicesRenderer render applyChanges should update changes when there are any made on form" name="PluginConfigDevicesRenderer render applyChanges should update changes when there are any made on form" time="0.
|
|
1014
|
+
<testcase classname="PluginConfigDevicesRenderer render applyChanges should update changes when there are any made on form" name="PluginConfigDevicesRenderer render applyChanges should update changes when there are any made on form" time="0.013">
|
|
1017
1015
|
</testcase>
|
|
1018
|
-
<testcase classname="PluginConfigDevicesRenderer render applyChanges should update tab name when name was changed on form" name="PluginConfigDevicesRenderer render applyChanges should update tab name when name was changed on form" time="0.
|
|
1016
|
+
<testcase classname="PluginConfigDevicesRenderer render applyChanges should update tab name when name was changed on form" name="PluginConfigDevicesRenderer render applyChanges should update tab name when name was changed on form" time="0.014">
|
|
1019
1017
|
</testcase>
|
|
1020
|
-
<testcase classname="PluginConfigDevicesRenderer render modelChanged should update tab name when name was changed on form" name="PluginConfigDevicesRenderer render modelChanged should update tab name when name was changed on form" time="0.
|
|
1018
|
+
<testcase classname="PluginConfigDevicesRenderer render modelChanged should update tab name when name was changed on form" name="PluginConfigDevicesRenderer render modelChanged should update tab name when name was changed on form" time="0.01">
|
|
1021
1019
|
</testcase>
|
|
1022
1020
|
</testsuite>
|
|
1023
|
-
<testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1021
|
+
<testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:14" time="0.493" tests="9">
|
|
1024
1022
|
<testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.004">
|
|
1025
1023
|
</testcase>
|
|
1026
1024
|
<testcase classname="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
1027
1025
|
</testcase>
|
|
1028
1026
|
<testcase classname="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
|
|
1029
1027
|
</testcase>
|
|
1030
|
-
<testcase classname="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
|
|
1028
|
+
<testcase classname="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
|
|
1031
1029
|
</testcase>
|
|
1032
|
-
<testcase classname="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.
|
|
1030
|
+
<testcase classname="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.002">
|
|
1033
1031
|
</testcase>
|
|
1034
1032
|
<testcase classname="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
1035
1033
|
</testcase>
|
|
@@ -1040,38 +1038,38 @@
|
|
|
1040
1038
|
<testcase classname="OutletUsbService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletUsbService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
|
|
1041
1039
|
</testcase>
|
|
1042
1040
|
</testsuite>
|
|
1043
|
-
<testsuite name="PowerDemandService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1041
|
+
<testsuite name="PowerDemandService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:14" time="0.548" tests="11">
|
|
1044
1042
|
<testcase classname="PowerDemandService setOn should not allow to set value when it is updated from UI" name="PowerDemandService setOn should not allow to set value when it is updated from UI" time="0.002">
|
|
1045
1043
|
</testcase>
|
|
1046
1044
|
<testcase classname="PowerDemandService updateState should set On state to true when it is requested" name="PowerDemandService updateState should set On state to true when it is requested" time="0">
|
|
1047
1045
|
</testcase>
|
|
1048
1046
|
<testcase classname="PowerDemandService updatePowerDemand should set 100% power demand when maximum value is set" name="PowerDemandService updatePowerDemand should set 100% power demand when maximum value is set" time="0">
|
|
1049
1047
|
</testcase>
|
|
1050
|
-
<testcase classname="PowerDemandService updatePowerDemand should set 0% power demand when minimum value is set" name="PowerDemandService updatePowerDemand should set 0% power demand when minimum value is set" time="0">
|
|
1048
|
+
<testcase classname="PowerDemandService updatePowerDemand should set 0% power demand when minimum value is set" name="PowerDemandService updatePowerDemand should set 0% power demand when minimum value is set" time="0.001">
|
|
1051
1049
|
</testcase>
|
|
1052
1050
|
<testcase classname="PowerDemandService updatePowerDemand should set power demand when it is requested" name="PowerDemandService updatePowerDemand should set power demand when it is requested" time="0.001">
|
|
1053
1051
|
</testcase>
|
|
1054
|
-
<testcase classname="PowerDemandService updatePowerDemand should revert changing of power demand to value set from UI when sending Set command to device is failed" name="PowerDemandService updatePowerDemand should revert changing of power demand to value set from UI when sending Set command to device is failed" time="0.
|
|
1052
|
+
<testcase classname="PowerDemandService updatePowerDemand should revert changing of power demand to value set from UI when sending Set command to device is failed" name="PowerDemandService updatePowerDemand should revert changing of power demand to value set from UI when sending Set command to device is failed" time="0.007">
|
|
1055
1053
|
</testcase>
|
|
1056
1054
|
<testcase classname="PowerDemandService onOnSet should send Set command with max demand value to device when On value was changed to true" name="PowerDemandService onOnSet should send Set command with max demand value to device when On value was changed to true" time="0.001">
|
|
1057
1055
|
</testcase>
|
|
1058
|
-
<testcase classname="PowerDemandService onOnSet should send Set command with min demand value to device when On value was changed to false" name="PowerDemandService onOnSet should send Set command with min demand value to device when On value was changed to false" time="0">
|
|
1056
|
+
<testcase classname="PowerDemandService onOnSet should send Set command with min demand value to device when On value was changed to false" name="PowerDemandService onOnSet should send Set command with min demand value to device when On value was changed to false" time="0.001">
|
|
1059
1057
|
</testcase>
|
|
1060
1058
|
<testcase classname="PowerDemandService onOnSet should revert changing of On state when sending Set command to device is failed" name="PowerDemandService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
|
|
1061
1059
|
</testcase>
|
|
1062
1060
|
<testcase classname="PowerDemandService onPowerDemandSet should send Set command to device when Power Demand value was changed" name="PowerDemandService onPowerDemandSet should send Set command to device when Power Demand value was changed" time="0.001">
|
|
1063
1061
|
</testcase>
|
|
1064
|
-
<testcase classname="PowerDemandService onPowerDemandSet should revert changing of Power Demand when sending Set command to device is failed" name="PowerDemandService onPowerDemandSet should revert changing of Power Demand when sending Set command to device is failed" time="0
|
|
1062
|
+
<testcase classname="PowerDemandService onPowerDemandSet should revert changing of Power Demand when sending Set command to device is failed" name="PowerDemandService onPowerDemandSet should revert changing of Power Demand when sending Set command to device is failed" time="0">
|
|
1065
1063
|
</testcase>
|
|
1066
1064
|
</testsuite>
|
|
1067
|
-
<testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1068
|
-
<testcase classname="BrightnessService setOn should not allow to set value when it is updated from UI" name="BrightnessService setOn should not allow to set value when it is updated from UI" time="0.
|
|
1065
|
+
<testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.462" tests="11">
|
|
1066
|
+
<testcase classname="BrightnessService setOn should not allow to set value when it is updated from UI" name="BrightnessService setOn should not allow to set value when it is updated from UI" time="0.003">
|
|
1069
1067
|
</testcase>
|
|
1070
1068
|
<testcase classname="BrightnessService updateState should set On state to true when it is requested" name="BrightnessService updateState should set On state to true when it is requested" time="0.001">
|
|
1071
1069
|
</testcase>
|
|
1072
1070
|
<testcase classname="BrightnessService updateBrightness should set 100% brightness when maximum value is set" name="BrightnessService updateBrightness should set 100% brightness when maximum value is set" time="0.001">
|
|
1073
1071
|
</testcase>
|
|
1074
|
-
<testcase classname="BrightnessService updateBrightness should set 0% brightness when minimum value is set" name="BrightnessService updateBrightness should set 0% brightness when minimum value is set" time="0
|
|
1072
|
+
<testcase classname="BrightnessService updateBrightness should set 0% brightness when minimum value is set" name="BrightnessService updateBrightness should set 0% brightness when minimum value is set" time="0">
|
|
1075
1073
|
</testcase>
|
|
1076
1074
|
<testcase classname="BrightnessService updateBrightness should set brightness when it is requested" name="BrightnessService updateBrightness should set brightness when it is requested" time="0.001">
|
|
1077
1075
|
</testcase>
|
|
@@ -1083,109 +1081,109 @@
|
|
|
1083
1081
|
</testcase>
|
|
1084
1082
|
<testcase classname="BrightnessService onOnSet should revert changing of On state when sending Set command to device is failed" name="BrightnessService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
|
|
1085
1083
|
</testcase>
|
|
1086
|
-
<testcase classname="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" name="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" time="0
|
|
1084
|
+
<testcase classname="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" name="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" time="0">
|
|
1087
1085
|
</testcase>
|
|
1088
1086
|
<testcase classname="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" name="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" time="0.001">
|
|
1089
1087
|
</testcase>
|
|
1090
1088
|
</testsuite>
|
|
1091
|
-
<testsuite name="
|
|
1092
|
-
<testcase classname="
|
|
1089
|
+
<testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.442" tests="9">
|
|
1090
|
+
<testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
|
|
1093
1091
|
</testcase>
|
|
1094
|
-
<testcase classname="
|
|
1092
|
+
<testcase classname="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
1095
1093
|
</testcase>
|
|
1096
|
-
<testcase classname="
|
|
1094
|
+
<testcase classname="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
|
|
1097
1095
|
</testcase>
|
|
1098
|
-
<testcase classname="
|
|
1096
|
+
<testcase classname="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
|
|
1099
1097
|
</testcase>
|
|
1100
|
-
<testcase classname="
|
|
1098
|
+
<testcase classname="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletUsbService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
|
|
1101
1099
|
</testcase>
|
|
1102
|
-
<testcase classname="
|
|
1100
|
+
<testcase classname="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
1103
1101
|
</testcase>
|
|
1104
|
-
<testcase classname="
|
|
1102
|
+
<testcase classname="OutletUsbService onOnSet should send Set command to device when On value was changed to true" name="OutletUsbService onOnSet should send Set command to device when On value was changed to true" time="0.001">
|
|
1105
1103
|
</testcase>
|
|
1106
|
-
<testcase classname="
|
|
1104
|
+
<testcase classname="OutletUsbService onOnSet should send Set command to device when On value was changed to false" name="OutletUsbService onOnSet should send Set command to device when On value was changed to false" time="0">
|
|
1107
1105
|
</testcase>
|
|
1108
|
-
<testcase classname="
|
|
1106
|
+
<testcase classname="OutletUsbService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletUsbService onOnSet should revert changing of On state when sending Set command to device is failed" time="0">
|
|
1109
1107
|
</testcase>
|
|
1110
|
-
|
|
1108
|
+
</testsuite>
|
|
1109
|
+
<testsuite name="BrightnessService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.589" tests="11">
|
|
1110
|
+
<testcase classname="BrightnessService setOn should not allow to set value when it is updated from UI" name="BrightnessService setOn should not allow to set value when it is updated from UI" time="0.004">
|
|
1111
1111
|
</testcase>
|
|
1112
|
-
<testcase classname="BrightnessService
|
|
1112
|
+
<testcase classname="BrightnessService updateState should set On state to true when it is requested" name="BrightnessService updateState should set On state to true when it is requested" time="0.001">
|
|
1113
1113
|
</testcase>
|
|
1114
|
-
|
|
1115
|
-
<testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-25T09:15:02" time="0.489" tests="9">
|
|
1116
|
-
<testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
|
|
1114
|
+
<testcase classname="BrightnessService updateBrightness should set 100% brightness when maximum value is set" name="BrightnessService updateBrightness should set 100% brightness when maximum value is set" time="0.001">
|
|
1117
1115
|
</testcase>
|
|
1118
|
-
<testcase classname="
|
|
1116
|
+
<testcase classname="BrightnessService updateBrightness should set 0% brightness when minimum value is set" name="BrightnessService updateBrightness should set 0% brightness when minimum value is set" time="0.001">
|
|
1119
1117
|
</testcase>
|
|
1120
|
-
<testcase classname="
|
|
1118
|
+
<testcase classname="BrightnessService updateBrightness should set brightness when it is requested" name="BrightnessService updateBrightness should set brightness when it is requested" time="0.008">
|
|
1121
1119
|
</testcase>
|
|
1122
|
-
<testcase classname="
|
|
1120
|
+
<testcase classname="BrightnessService updateBrightness should revert changing of Brightness to value set from UI when sending Set command to device is failed" name="BrightnessService updateBrightness should revert changing of Brightness to value set from UI when sending Set command to device is failed" time="0.001">
|
|
1123
1121
|
</testcase>
|
|
1124
|
-
<testcase classname="
|
|
1122
|
+
<testcase classname="BrightnessService onOnSet should send Set command with max brightness value to device when On value was changed to true" name="BrightnessService onOnSet should send Set command with max brightness value to device when On value was changed to true" time="0.001">
|
|
1125
1123
|
</testcase>
|
|
1126
|
-
<testcase classname="
|
|
1124
|
+
<testcase classname="BrightnessService onOnSet should send Set command with min brightness value to device when On value was changed to false" name="BrightnessService onOnSet should send Set command with min brightness value to device when On value was changed to false" time="0.001">
|
|
1127
1125
|
</testcase>
|
|
1128
|
-
<testcase classname="
|
|
1126
|
+
<testcase classname="BrightnessService onOnSet should revert changing of On state when sending Set command to device is failed" name="BrightnessService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
|
|
1129
1127
|
</testcase>
|
|
1130
|
-
<testcase classname="
|
|
1128
|
+
<testcase classname="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" name="BrightnessService onBrightnessSet should send Set command to device when Brightness value was changed" time="0.001">
|
|
1131
1129
|
</testcase>
|
|
1132
|
-
<testcase classname="
|
|
1130
|
+
<testcase classname="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" name="BrightnessService onBrightnessSet should revert changing of Brightness when sending Set command to device is failed" time="0.001">
|
|
1133
1131
|
</testcase>
|
|
1134
1132
|
</testsuite>
|
|
1135
|
-
<testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1136
|
-
<testcase classname="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.
|
|
1133
|
+
<testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.467" tests="9">
|
|
1134
|
+
<testcase classname="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.002">
|
|
1137
1135
|
</testcase>
|
|
1138
1136
|
<testcase classname="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
1139
1137
|
</testcase>
|
|
1140
1138
|
<testcase classname="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
|
|
1141
1139
|
</testcase>
|
|
1142
|
-
<testcase classname="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0
|
|
1140
|
+
<testcase classname="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0">
|
|
1143
1141
|
</testcase>
|
|
1144
|
-
<testcase classname="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0
|
|
1142
|
+
<testcase classname="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0">
|
|
1145
1143
|
</testcase>
|
|
1146
|
-
<testcase classname="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0
|
|
1144
|
+
<testcase classname="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
|
|
1147
1145
|
</testcase>
|
|
1148
1146
|
<testcase classname="OutletCarService onOnSet should send Set command to device when On value was changed to true" name="OutletCarService onOnSet should send Set command to device when On value was changed to true" time="0.001">
|
|
1149
1147
|
</testcase>
|
|
1150
1148
|
<testcase classname="OutletCarService onOnSet should send Set command to device when On value was changed to false" name="OutletCarService onOnSet should send Set command to device when On value was changed to false" time="0">
|
|
1151
1149
|
</testcase>
|
|
1152
|
-
<testcase classname="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.
|
|
1150
|
+
<testcase classname="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
|
|
1153
1151
|
</testcase>
|
|
1154
1152
|
</testsuite>
|
|
1155
|
-
<testsuite name="BatteryStatusService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1156
|
-
<testcase classname="BatteryStatusService initialize should add Battery service when it is not added to accessory yet" name="BatteryStatusService initialize should add Battery service when it is not added to accessory yet" time="0.
|
|
1153
|
+
<testsuite name="BatteryStatusService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.401" tests="11">
|
|
1154
|
+
<testcase classname="BatteryStatusService initialize should add Battery service when it is not added to accessory yet" name="BatteryStatusService initialize should add Battery service when it is not added to accessory yet" time="0.002">
|
|
1157
1155
|
</testcase>
|
|
1158
1156
|
<testcase classname="BatteryStatusService initialize should use existing Battery service when it is already added to accessory" name="BatteryStatusService initialize should use existing Battery service when it is already added to accessory" time="0.001">
|
|
1159
1157
|
</testcase>
|
|
1160
|
-
<testcase classname="BatteryStatusService initialize should use existing display name of service when there is no name in configuration" name="BatteryStatusService initialize should use existing display name of service when there is no name in configuration" time="0
|
|
1158
|
+
<testcase classname="BatteryStatusService initialize should use existing display name of service when there is no name in configuration" name="BatteryStatusService initialize should use existing display name of service when there is no name in configuration" time="0">
|
|
1161
1159
|
</testcase>
|
|
1162
1160
|
<testcase classname="BatteryStatusService initialize should use name from configuration as a display name of service when there is name in configuration" name="BatteryStatusService initialize should use name from configuration as a display name of service when there is name in configuration" time="0">
|
|
1163
1161
|
</testcase>
|
|
1164
|
-
<testcase classname="BatteryStatusService initialize should add Battery characteristics when initializing accessory" name="BatteryStatusService initialize should add Battery characteristics when initializing accessory" time="0">
|
|
1162
|
+
<testcase classname="BatteryStatusService initialize should add Battery characteristics when initializing accessory" name="BatteryStatusService initialize should add Battery characteristics when initializing accessory" time="0.001">
|
|
1165
1163
|
</testcase>
|
|
1166
|
-
<testcase classname="BatteryStatusService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="BatteryStatusService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.
|
|
1164
|
+
<testcase classname="BatteryStatusService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="BatteryStatusService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.001">
|
|
1167
1165
|
</testcase>
|
|
1168
|
-
<testcase classname="BatteryStatusService updateStatusLowBattery should set low battery level when it is less than 20" name="BatteryStatusService updateStatusLowBattery should set low battery level when it is less than 20" time="0.
|
|
1166
|
+
<testcase classname="BatteryStatusService updateStatusLowBattery should set low battery level when it is less than 20" name="BatteryStatusService updateStatusLowBattery should set low battery level when it is less than 20" time="0.001">
|
|
1169
1167
|
</testcase>
|
|
1170
|
-
<testcase classname="BatteryStatusService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="BatteryStatusService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.
|
|
1168
|
+
<testcase classname="BatteryStatusService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" name="BatteryStatusService updateStatusLowBattery should set normal battery level when it is more than or equal to 20" time="0.002">
|
|
1171
1169
|
</testcase>
|
|
1172
|
-
<testcase classname="BatteryStatusService updateBatteryLevel should set battery level when it is called to be set" name="BatteryStatusService updateBatteryLevel should set battery level when it is called to be set" time="0.
|
|
1170
|
+
<testcase classname="BatteryStatusService updateBatteryLevel should set battery level when it is called to be set" name="BatteryStatusService updateBatteryLevel should set battery level when it is called to be set" time="0.033">
|
|
1173
1171
|
</testcase>
|
|
1174
|
-
<testcase classname="BatteryStatusService updateChargingState should set charging state to false when new value is false" name="BatteryStatusService updateChargingState should set charging state to false when new value is false" time="0.
|
|
1172
|
+
<testcase classname="BatteryStatusService updateChargingState should set charging state to false when new value is false" name="BatteryStatusService updateChargingState should set charging state to false when new value is false" time="0.001">
|
|
1175
1173
|
</testcase>
|
|
1176
|
-
<testcase classname="BatteryStatusService updateChargingState should set charging state to true when new value is true" name="BatteryStatusService updateChargingState should set charging state to true when new value is true" time="0
|
|
1174
|
+
<testcase classname="BatteryStatusService updateChargingState should set charging state to true when new value is true" name="BatteryStatusService updateChargingState should set charging state to true when new value is true" time="0">
|
|
1177
1175
|
</testcase>
|
|
1178
1176
|
</testsuite>
|
|
1179
|
-
<testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1180
|
-
<testcase classname="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.
|
|
1177
|
+
<testsuite name="OutletCarService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:15" time="0.466" tests="9">
|
|
1178
|
+
<testcase classname="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletCarService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
|
|
1181
1179
|
</testcase>
|
|
1182
1180
|
<testcase classname="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletCarService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
1183
1181
|
</testcase>
|
|
1184
|
-
<testcase classname="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0
|
|
1182
|
+
<testcase classname="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletCarService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0">
|
|
1185
1183
|
</testcase>
|
|
1186
|
-
<testcase classname="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.
|
|
1184
|
+
<testcase classname="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletCarService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.002">
|
|
1187
1185
|
</testcase>
|
|
1188
|
-
<testcase classname="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.
|
|
1186
|
+
<testcase classname="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletCarService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
|
|
1189
1187
|
</testcase>
|
|
1190
1188
|
<testcase classname="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletCarService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
1191
1189
|
</testcase>
|
|
@@ -1193,11 +1191,11 @@
|
|
|
1193
1191
|
</testcase>
|
|
1194
1192
|
<testcase classname="OutletCarService onOnSet should send Set command to device when On value was changed to false" name="OutletCarService onOnSet should send Set command to device when On value was changed to false" time="0.001">
|
|
1195
1193
|
</testcase>
|
|
1196
|
-
<testcase classname="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" time="0">
|
|
1194
|
+
<testcase classname="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" name="OutletCarService onOnSet should revert changing of On state when sending Set command to device is failed" time="0.001">
|
|
1197
1195
|
</testcase>
|
|
1198
1196
|
</testsuite>
|
|
1199
|
-
<testsuite name="EcoFlowHttpApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1200
|
-
<testcase classname="EcoFlowHttpApiManager acquireCertificate should return null when it is failed to send http request" name="EcoFlowHttpApiManager acquireCertificate should return null when it is failed to send http request" time="0.
|
|
1197
|
+
<testsuite name="EcoFlowHttpApiManager" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.278" tests="8">
|
|
1198
|
+
<testcase classname="EcoFlowHttpApiManager acquireCertificate should return null when it is failed to send http request" name="EcoFlowHttpApiManager acquireCertificate should return null when it is failed to send http request" time="0.025">
|
|
1201
1199
|
</testcase>
|
|
1202
1200
|
<testcase classname="EcoFlowHttpApiManager acquireCertificate should return null when response contains non '0' code in response" name="EcoFlowHttpApiManager acquireCertificate should return null when response contains non '0' code in response" time="0.002">
|
|
1203
1201
|
</testcase>
|
|
@@ -1207,19 +1205,19 @@
|
|
|
1207
1205
|
</testcase>
|
|
1208
1206
|
<testcase classname="EcoFlowHttpApiManager getAllQuotas should return null when it is failed to send http request" name="EcoFlowHttpApiManager getAllQuotas should return null when it is failed to send http request" time="0.002">
|
|
1209
1207
|
</testcase>
|
|
1210
|
-
<testcase classname="EcoFlowHttpApiManager getAllQuotas should return all quota data converted to typed object when request is successful" name="EcoFlowHttpApiManager getAllQuotas should return all quota data converted to typed object when request is successful" time="0.
|
|
1208
|
+
<testcase classname="EcoFlowHttpApiManager getAllQuotas should return all quota data converted to typed object when request is successful" name="EcoFlowHttpApiManager getAllQuotas should return all quota data converted to typed object when request is successful" time="0.005">
|
|
1211
1209
|
</testcase>
|
|
1212
1210
|
<testcase classname="EcoFlowHttpApiManager getQuotas should return null when it is failed to send http request" name="EcoFlowHttpApiManager getQuotas should return null when it is failed to send http request" time="0.002">
|
|
1213
1211
|
</testcase>
|
|
1214
|
-
<testcase classname="EcoFlowHttpApiManager getQuotas should return requested quota data converted to typed object when request is successful" name="EcoFlowHttpApiManager getQuotas should return requested quota data converted to typed object when request is successful" time="0.
|
|
1212
|
+
<testcase classname="EcoFlowHttpApiManager getQuotas should return requested quota data converted to typed object when request is successful" name="EcoFlowHttpApiManager getQuotas should return requested quota data converted to typed object when request is successful" time="0.004">
|
|
1215
1213
|
</testcase>
|
|
1216
1214
|
</testsuite>
|
|
1217
|
-
<testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1215
|
+
<testsuite name="OutletUsbService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.457" tests="7">
|
|
1218
1216
|
<testcase classname="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletUsbService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
|
|
1219
1217
|
</testcase>
|
|
1220
1218
|
<testcase classname="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletUsbService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
1221
1219
|
</testcase>
|
|
1222
|
-
<testcase classname="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.
|
|
1220
|
+
<testcase classname="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletUsbService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.001">
|
|
1223
1221
|
</testcase>
|
|
1224
1222
|
<testcase classname="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletUsbService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
|
|
1225
1223
|
</testcase>
|
|
@@ -1227,202 +1225,170 @@
|
|
|
1227
1225
|
</testcase>
|
|
1228
1226
|
<testcase classname="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletUsbService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0.001">
|
|
1229
1227
|
</testcase>
|
|
1230
|
-
<testcase classname="OutletUsbService onOnSet should not allow to set ON value" name="OutletUsbService onOnSet should not allow to set ON value" time="0.
|
|
1228
|
+
<testcase classname="OutletUsbService onOnSet should not allow to set ON value" name="OutletUsbService onOnSet should not allow to set ON value" time="0.002">
|
|
1231
1229
|
</testcase>
|
|
1232
1230
|
</testsuite>
|
|
1233
|
-
<testsuite name="
|
|
1234
|
-
<testcase classname="
|
|
1231
|
+
<testsuite name="OutletAcService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.533" tests="7">
|
|
1232
|
+
<testcase classname="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" name="OutletAcService updateOutputConsumption should set OutputConsumption when it is enabled in configuration" time="0.003">
|
|
1235
1233
|
</testcase>
|
|
1236
|
-
<testcase classname="
|
|
1234
|
+
<testcase classname="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" name="OutletAcService updateOutputConsumption should not set OutputConsumption when it is disabled in configuration" time="0.001">
|
|
1237
1235
|
</testcase>
|
|
1238
|
-
<testcase classname="
|
|
1236
|
+
<testcase classname="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" name="OutletAcService updateInputConsumption should set InputConsumption when it is enabled in configuration" time="0.002">
|
|
1239
1237
|
</testcase>
|
|
1240
|
-
<testcase classname="
|
|
1238
|
+
<testcase classname="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" name="OutletAcService updateInputConsumption should not set InputConsumption when it is disabled in configuration" time="0.001">
|
|
1241
1239
|
</testcase>
|
|
1242
|
-
<testcase classname="
|
|
1240
|
+
<testcase classname="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" name="OutletAcService updateBatteryLevel should set BatteryLevel when it is enabled in configuration" time="0.001">
|
|
1243
1241
|
</testcase>
|
|
1244
|
-
<testcase classname="
|
|
1242
|
+
<testcase classname="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" name="OutletAcService updateBatteryLevel should not set BatteryLevel when it is disabled in configuration" time="0">
|
|
1245
1243
|
</testcase>
|
|
1246
|
-
<testcase classname="
|
|
1244
|
+
<testcase classname="OutletAcService onOnSet should not allow to set ON value" name="OutletAcService onOnSet should not allow to set ON value" time="0.028">
|
|
1247
1245
|
</testcase>
|
|
1248
1246
|
</testsuite>
|
|
1249
|
-
<testsuite name="
|
|
1250
|
-
<testcase classname="
|
|
1247
|
+
<testsuite name="SwitchXboostServiceBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.339" tests="7">
|
|
1248
|
+
<testcase classname="SwitchXboostServiceBase initialize should add Switch service when it is not added to accessory yet" name="SwitchXboostServiceBase initialize should add Switch service when it is not added to accessory yet" time="0.003">
|
|
1251
1249
|
</testcase>
|
|
1252
|
-
<testcase classname="
|
|
1250
|
+
<testcase classname="SwitchXboostServiceBase initialize should use existing Switch service when it is already added to accessory" name="SwitchXboostServiceBase initialize should use existing Switch service when it is already added to accessory" time="0.001">
|
|
1253
1251
|
</testcase>
|
|
1254
|
-
<testcase classname="
|
|
1252
|
+
<testcase classname="SwitchXboostServiceBase initialize should add mandatory characteristics when initializing accessory" name="SwitchXboostServiceBase initialize should add mandatory characteristics when initializing accessory" time="0.001">
|
|
1255
1253
|
</testcase>
|
|
1256
|
-
<testcase classname="
|
|
1254
|
+
<testcase classname="SwitchXboostServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="SwitchXboostServiceBase cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.002">
|
|
1257
1255
|
</testcase>
|
|
1258
|
-
<testcase classname="
|
|
1256
|
+
<testcase classname="SwitchXboostServiceBase updateState should set On state to true when it is requested" name="SwitchXboostServiceBase updateState should set On state to true when it is requested" time="0.001">
|
|
1259
1257
|
</testcase>
|
|
1260
|
-
<testcase classname="
|
|
1258
|
+
<testcase classname="SwitchXboostServiceBase updateState should set On state to false when it is requested" name="SwitchXboostServiceBase updateState should set On state to false when it is requested" time="0.001">
|
|
1261
1259
|
</testcase>
|
|
1262
|
-
<testcase classname="
|
|
1260
|
+
<testcase classname="SwitchXboostServiceBase onOnSet should revert changing of On state when it is failed" name="SwitchXboostServiceBase onOnSet should revert changing of On state when it is failed" time="0.001">
|
|
1263
1261
|
</testcase>
|
|
1264
1262
|
</testsuite>
|
|
1265
|
-
<testsuite name="EcoFlowAccessoryWithQuotaBase" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1263
|
+
<testsuite name="EcoFlowAccessoryWithQuotaBase" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.264" tests="6">
|
|
1266
1264
|
<testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quota when is called before initializeDefaultValues" time="0.002">
|
|
1267
1265
|
</testcase>
|
|
1268
1266
|
<testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should get all quota when initialization of default values is requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should get all quota when initialization of default values is requested" time="0.001">
|
|
1269
1267
|
</testcase>
|
|
1270
1268
|
<testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when quota is not received" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when quota is not received" time="0.001">
|
|
1271
1269
|
</testcase>
|
|
1272
|
-
<testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received" time="0
|
|
1270
|
+
<testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received" time="0">
|
|
1273
1271
|
</testcase>
|
|
1274
1272
|
<testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
|
|
1275
1273
|
updating of initial values is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should initialize quotas with default values when they were not received and
|
|
1276
1274
|
updating of initial values is not requested" time="0.001">
|
|
1277
1275
|
</testcase>
|
|
1278
|
-
<testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when it is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when it is not requested" time="0">
|
|
1276
|
+
<testcase classname="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when it is not requested" name="EcoFlowAccessoryWithQuotaBase initializeDefaultValues should not update initial values when it is not requested" time="0.001">
|
|
1279
1277
|
</testcase>
|
|
1280
1278
|
</testsuite>
|
|
1281
|
-
<testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1279
|
+
<testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="0.34" tests="4">
|
|
1282
1280
|
<testcase classname="SwitchXboostService onOnSet should send Set command of MPPT moduleType to device
|
|
1283
1281
|
when X-Boost value was changed to true and service was initialized with MPPT setAcModuleType" name="SwitchXboostService onOnSet should send Set command of MPPT moduleType to device
|
|
1284
|
-
when X-Boost value was changed to true and service was initialized with MPPT setAcModuleType" time="0.
|
|
1282
|
+
when X-Boost value was changed to true and service was initialized with MPPT setAcModuleType" time="0.003">
|
|
1285
1283
|
</testcase>
|
|
1286
1284
|
<testcase classname="SwitchXboostService onOnSet should send Set command of INV moduleType to device
|
|
1287
1285
|
when X-Boost value was changed to true and service was initialized with INV setAcModuleType" name="SwitchXboostService onOnSet should send Set command of INV moduleType to device
|
|
1288
1286
|
when X-Boost value was changed to true and service was initialized with INV setAcModuleType" time="0.001">
|
|
1289
1287
|
</testcase>
|
|
1290
|
-
<testcase classname="SwitchXboostService onOnSet should send Set command of INV moduleType to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command of INV moduleType to device when X-Boost value was changed to false" time="0
|
|
1288
|
+
<testcase classname="SwitchXboostService onOnSet should send Set command of INV moduleType to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command of INV moduleType to device when X-Boost value was changed to false" time="0">
|
|
1291
1289
|
</testcase>
|
|
1292
1290
|
<testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
|
|
1293
1291
|
</testcase>
|
|
1294
1292
|
</testsuite>
|
|
1295
|
-
<testsuite name="MqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1293
|
+
<testsuite name="MqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:17" time="0.302" tests="12">
|
|
1296
1294
|
<testcase classname="MqttClient client should get null as client when is not set yet" name="MqttClient client should get null as client when is not set yet" time="0.001">
|
|
1297
1295
|
</testcase>
|
|
1298
1296
|
<testcase classname="MqttClient client should set client property when is not set yet" name="MqttClient client should set client property when is not set yet" time="0">
|
|
1299
1297
|
</testcase>
|
|
1300
1298
|
<testcase classname="MqttClient client should not set client property when it is already set" name="MqttClient client should not set client property when it is already set" time="0">
|
|
1301
1299
|
</testcase>
|
|
1302
|
-
<testcase classname="MqttClient isConnected should return false when mqtt is not connected" name="MqttClient isConnected should return false when mqtt is not connected" time="0
|
|
1300
|
+
<testcase classname="MqttClient isConnected should return false when mqtt is not connected" name="MqttClient isConnected should return false when mqtt is not connected" time="0">
|
|
1303
1301
|
</testcase>
|
|
1304
1302
|
<testcase classname="MqttClient isConnected should return true when mqtt is connected" name="MqttClient isConnected should return true when mqtt is connected" time="0">
|
|
1305
1303
|
</testcase>
|
|
1306
|
-
<testcase classname="MqttClient devices addDevice should add device to cache when there is no devices for serial number yet" name="MqttClient devices addDevice should add device to cache when there is no devices for serial number yet" time="0.
|
|
1304
|
+
<testcase classname="MqttClient devices addDevice should add device to cache when there is no devices for serial number yet" name="MqttClient devices addDevice should add device to cache when there is no devices for serial number yet" time="0.001">
|
|
1307
1305
|
</testcase>
|
|
1308
1306
|
<testcase classname="MqttClient devices addDevice should add device to cache when there is already device for serial number" name="MqttClient devices addDevice should add device to cache when there is already device for serial number" time="0.001">
|
|
1309
1307
|
</testcase>
|
|
1310
|
-
<testcase classname="MqttClient devices getDevices should return list of devices for serial number when there is any in cache" name="MqttClient devices getDevices should return list of devices for serial number when there is any in cache" time="0.
|
|
1308
|
+
<testcase classname="MqttClient devices getDevices should return list of devices for serial number when there is any in cache" name="MqttClient devices getDevices should return list of devices for serial number when there is any in cache" time="0.002">
|
|
1311
1309
|
</testcase>
|
|
1312
1310
|
<testcase classname="MqttClient devices getDevices should return empty array when there is no device for serial number in cache" name="MqttClient devices getDevices should return empty array when there is no device for serial number in cache" time="0">
|
|
1313
1311
|
</testcase>
|
|
1314
|
-
<testcase classname="MqttClient devices getDevices should return empty array when serial number is not defined" name="MqttClient devices getDevices should return empty array when serial number is not defined" time="0
|
|
1312
|
+
<testcase classname="MqttClient devices getDevices should return empty array when serial number is not defined" name="MqttClient devices getDevices should return empty array when serial number is not defined" time="0">
|
|
1315
1313
|
</testcase>
|
|
1316
1314
|
<testcase classname="MqttClient devices getAllDevices should return list of devices when there is any in cache" name="MqttClient devices getAllDevices should return list of devices when there is any in cache" time="0.001">
|
|
1317
1315
|
</testcase>
|
|
1318
1316
|
<testcase classname="MqttClient devices getAllDevices should return empty array when serial number is not defined" name="MqttClient devices getAllDevices should return empty array when serial number is not defined" time="0">
|
|
1319
1317
|
</testcase>
|
|
1320
1318
|
</testsuite>
|
|
1321
|
-
<testsuite name="
|
|
1322
|
-
<testcase classname="ComponentRenderer renderTextBox should render a textbox with required attribute when schema contains required attribute set to true" name="ComponentRenderer renderTextBox should render a textbox with required attribute when schema contains required attribute set to true" time="0.008">
|
|
1323
|
-
</testcase>
|
|
1324
|
-
<testcase classname="ComponentRenderer renderTextBox should render a textbox without required attribute when schema does not contain required attribute" name="ComponentRenderer renderTextBox should render a textbox without required attribute when schema does not contain required attribute" time="0.006">
|
|
1325
|
-
</testcase>
|
|
1326
|
-
<testcase classname="ComponentRenderer renderTextBox should render a textbox with placeholder attribute when schema does not contain description attribute" name="ComponentRenderer renderTextBox should render a textbox with placeholder attribute when schema does not contain description attribute" time="0.006">
|
|
1327
|
-
</testcase>
|
|
1328
|
-
<testcase classname="ComponentRenderer renderTextBox should set value of textbox when rendering" name="ComponentRenderer renderTextBox should set value of textbox when rendering" time="0.002">
|
|
1329
|
-
</testcase>
|
|
1330
|
-
<testcase classname="ComponentRenderer renderTextBox should call onChangeCallback with the new value when the textbox value changes" name="ComponentRenderer renderTextBox should call onChangeCallback with the new value when the textbox value changes" time="0.003">
|
|
1331
|
-
</testcase>
|
|
1332
|
-
<testcase classname="ComponentRenderer renderTextBox should call onChangeCallback with the new undefined value when the textbox value changes to undefined" name="ComponentRenderer renderTextBox should call onChangeCallback with the new undefined value when the textbox value changes to undefined" time="0.002">
|
|
1333
|
-
</testcase>
|
|
1334
|
-
<testcase classname="ComponentRenderer renderDropDown should render a dropdown with required attribute when schema contains required attribute set to true" name="ComponentRenderer renderDropDown should render a dropdown with required attribute when schema contains required attribute set to true" time="0.004">
|
|
1335
|
-
</testcase>
|
|
1336
|
-
<testcase classname="ComponentRenderer renderDropDown should render a dropdown without required attribute when schema does not contain required attribute" name="ComponentRenderer renderDropDown should render a dropdown without required attribute when schema does not contain required attribute" time="0.003">
|
|
1337
|
-
</testcase>
|
|
1338
|
-
<testcase classname="ComponentRenderer renderDropDown should set value of dropdown when rendering" name="ComponentRenderer renderDropDown should set value of dropdown when rendering" time="0.002">
|
|
1339
|
-
</testcase>
|
|
1340
|
-
<testcase classname="ComponentRenderer renderDropDown should call onChangeCallback with the new value when the dropdown value changes" name="ComponentRenderer renderDropDown should call onChangeCallback with the new value when the dropdown value changes" time="0.003">
|
|
1341
|
-
</testcase>
|
|
1342
|
-
<testcase classname="ComponentRenderer renderDropDown should call onChangeCallback with the new undefined value when the dropdown value changes to undefined" name="ComponentRenderer renderDropDown should call onChangeCallback with the new undefined value when the dropdown value changes to undefined" time="0.003">
|
|
1343
|
-
</testcase>
|
|
1344
|
-
</testsuite>
|
|
1345
|
-
<testsuite name="TemperatureSensorService" errors="0" failures="0" skipped="0" timestamp="2025-03-25T09:15:04" time="0.613" tests="4">
|
|
1319
|
+
<testsuite name="TemperatureSensorService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:17" time="0.444" tests="4">
|
|
1346
1320
|
<testcase classname="TemperatureSensorService initialize should add TemperatureSensor service when it is not added to accessory yet" name="TemperatureSensorService initialize should add TemperatureSensor service when it is not added to accessory yet" time="0.003">
|
|
1347
1321
|
</testcase>
|
|
1348
1322
|
<testcase classname="TemperatureSensorService initialize should use existing TemperatureSensor service when it is already added to accessory" name="TemperatureSensorService initialize should use existing TemperatureSensor service when it is already added to accessory" time="0.001">
|
|
1349
1323
|
</testcase>
|
|
1350
1324
|
<testcase classname="TemperatureSensorService initialize should add TemperatureSensor characteristics when initializing accessory" name="TemperatureSensorService initialize should add TemperatureSensor characteristics when initializing accessory" time="0">
|
|
1351
1325
|
</testcase>
|
|
1352
|
-
<testcase classname="TemperatureSensorService updateCurrentTemperature should set current temperature when it is requested" name="TemperatureSensorService updateCurrentTemperature should set current temperature when it is requested" time="0.
|
|
1326
|
+
<testcase classname="TemperatureSensorService updateCurrentTemperature should set current temperature when it is requested" name="TemperatureSensorService updateCurrentTemperature should set current temperature when it is requested" time="0.007">
|
|
1353
1327
|
</testcase>
|
|
1354
1328
|
</testsuite>
|
|
1355
|
-
<testsuite name="MqttDevice" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1356
|
-
<testcase classname="MqttDevice processReceivedMessage should ignore mqtt message when its topic is not supported" name="MqttDevice processReceivedMessage should ignore mqtt message when its topic is not supported" time="0.
|
|
1329
|
+
<testsuite name="MqttDevice" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:17" time="0.202" tests="8">
|
|
1330
|
+
<testcase classname="MqttDevice processReceivedMessage should ignore mqtt message when its topic is not supported" name="MqttDevice processReceivedMessage should ignore mqtt message when its topic is not supported" time="0.002">
|
|
1357
1331
|
</testcase>
|
|
1358
1332
|
<testcase classname="MqttDevice processReceivedMessage should notify quota subscribers when quota mqtt message is received" name="MqttDevice processReceivedMessage should notify quota subscribers when quota mqtt message is received" time="0.001">
|
|
1359
1333
|
</testcase>
|
|
1360
|
-
<testcase classname="MqttDevice processReceivedMessage should notify set_reply subscribers when set_reply mqtt message is received" name="MqttDevice processReceivedMessage should notify set_reply subscribers when set_reply mqtt message is received" time="0
|
|
1334
|
+
<testcase classname="MqttDevice processReceivedMessage should notify set_reply subscribers when set_reply mqtt message is received" name="MqttDevice processReceivedMessage should notify set_reply subscribers when set_reply mqtt message is received" time="0">
|
|
1361
1335
|
</testcase>
|
|
1362
|
-
<testcase classname="MqttDevice processReceivedMessage should log message when it is received" name="MqttDevice processReceivedMessage should log message when it is received" time="0.
|
|
1336
|
+
<testcase classname="MqttDevice processReceivedMessage should log message when it is received" name="MqttDevice processReceivedMessage should log message when it is received" time="0.008">
|
|
1363
1337
|
</testcase>
|
|
1364
1338
|
<testcase classname="MqttDevice subscribeOnMessage should ignore subscription to topic when it is not supported" name="MqttDevice subscribeOnMessage should ignore subscription to topic when it is not supported" time="0.001">
|
|
1365
1339
|
</testcase>
|
|
1366
1340
|
<testcase classname="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" name="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" time="0">
|
|
1367
1341
|
</testcase>
|
|
1368
|
-
<testcase classname="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" name="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" time="0">
|
|
1342
|
+
<testcase classname="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" name="MqttDevice subscribeOnMessage should subscribe on quota$ observable when subscribing on quota topic" time="0.001">
|
|
1369
1343
|
</testcase>
|
|
1370
1344
|
<testcase classname="MqttDevice subscribeOnMessage should subscribe on setReply$ observable when subscribing on set_reply topic" name="MqttDevice subscribeOnMessage should subscribe on setReply$ observable when subscribing on set_reply topic" time="0.001">
|
|
1371
1345
|
</testcase>
|
|
1372
1346
|
</testsuite>
|
|
1373
|
-
<testsuite name="MockMqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1374
|
-
<testcase classname="MockMqttClient initialize should mock connection when create new instance of mock mqtt client" name="MockMqttClient initialize should mock connection when create new instance of mock mqtt client" time="0.
|
|
1347
|
+
<testsuite name="MockMqttClient" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:16" time="1.52" tests="11">
|
|
1348
|
+
<testcase classname="MockMqttClient initialize should mock connection when create new instance of mock mqtt client" name="MockMqttClient initialize should mock connection when create new instance of mock mqtt client" time="0.005">
|
|
1375
1349
|
</testcase>
|
|
1376
|
-
<testcase classname="MockMqttClient endAsync should do nothing when ending connection and there were no subscribeAsync calls" name="MockMqttClient endAsync should do nothing when ending connection and there were no subscribeAsync calls" time="0.
|
|
1350
|
+
<testcase classname="MockMqttClient endAsync should do nothing when ending connection and there were no subscribeAsync calls" name="MockMqttClient endAsync should do nothing when ending connection and there were no subscribeAsync calls" time="0.154">
|
|
1377
1351
|
</testcase>
|
|
1378
|
-
<testcase classname="MockMqttClient endAsync should stop emitting quota when ending connection and there was subscription to quota topic" name="MockMqttClient endAsync should stop emitting quota when ending connection and there was subscription to quota topic" time="0.
|
|
1352
|
+
<testcase classname="MockMqttClient endAsync should stop emitting quota when ending connection and there was subscription to quota topic" name="MockMqttClient endAsync should stop emitting quota when ending connection and there was subscription to quota topic" time="0.403">
|
|
1379
1353
|
</testcase>
|
|
1380
1354
|
<testcase classname="MockMqttClient subscribeAsync should return empty array of subscriptions when subscribeAsync is called" name="MockMqttClient subscribeAsync should return empty array of subscriptions when subscribeAsync is called" time="0.001">
|
|
1381
1355
|
</testcase>
|
|
1382
1356
|
<testcase classname="MockMqttClient subscribeAsync should emit quota when there was subscription to quota topic" name="MockMqttClient subscribeAsync should emit quota when there was subscription to quota topic" time="0.251">
|
|
1383
1357
|
</testcase>
|
|
1384
|
-
<testcase classname="MockMqttClient subscribeAsync should emit quota from simulator when there was subscription to quota topic" name="MockMqttClient subscribeAsync should emit quota from simulator when there was subscription to quota topic" time="0.
|
|
1358
|
+
<testcase classname="MockMqttClient subscribeAsync should emit quota from simulator when there was subscription to quota topic" name="MockMqttClient subscribeAsync should emit quota from simulator when there was subscription to quota topic" time="0.153">
|
|
1385
1359
|
</testcase>
|
|
1386
|
-
<testcase classname="MockMqttClient subscribeAsync should not emit quota when there was no subscription to quota topic" name="MockMqttClient subscribeAsync should not emit quota when there was no subscription to quota topic" time="0.
|
|
1360
|
+
<testcase classname="MockMqttClient subscribeAsync should not emit quota when there was no subscription to quota topic" name="MockMqttClient subscribeAsync should not emit quota when there was no subscription to quota topic" time="0.251">
|
|
1387
1361
|
</testcase>
|
|
1388
1362
|
<testcase classname="MockMqttClient publishAsync should not emit set_reply message when simulator is not defined" name="MockMqttClient publishAsync should not emit set_reply message when simulator is not defined" time="0.001">
|
|
1389
1363
|
</testcase>
|
|
1390
|
-
<testcase classname="MockMqttClient publishAsync should not emit set_reply message when publishing to unknown topic" name="MockMqttClient publishAsync should not emit set_reply message when publishing to unknown topic" time="0">
|
|
1364
|
+
<testcase classname="MockMqttClient publishAsync should not emit set_reply message when publishing to unknown topic" name="MockMqttClient publishAsync should not emit set_reply message when publishing to unknown topic" time="0.005">
|
|
1391
1365
|
</testcase>
|
|
1392
1366
|
<testcase classname="MockMqttClient publishAsync should not emit set_reply message when there is no subscription for set_reply topic" name="MockMqttClient publishAsync should not emit set_reply message when there is no subscription for set_reply topic" time="0">
|
|
1393
1367
|
</testcase>
|
|
1394
1368
|
<testcase classname="MockMqttClient publishAsync should emit set_reply message when there is subscription for set_reply topic" name="MockMqttClient publishAsync should emit set_reply message when there is subscription for set_reply topic" time="0.003">
|
|
1395
1369
|
</testcase>
|
|
1396
1370
|
</testsuite>
|
|
1397
|
-
<testsuite name="AccessoryInformationService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1371
|
+
<testsuite name="AccessoryInformationService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.302" tests="5">
|
|
1398
1372
|
<testcase classname="AccessoryInformationService initialize should throw error when trying to access non initialized service" name="AccessoryInformationService initialize should throw error when trying to access non initialized service" time="0.003">
|
|
1399
1373
|
</testcase>
|
|
1400
|
-
<testcase classname="AccessoryInformationService initialize should add AccessoryInformation service when it is not added to accessory yet" name="AccessoryInformationService initialize should add AccessoryInformation service when it is not added to accessory yet" time="0.
|
|
1374
|
+
<testcase classname="AccessoryInformationService initialize should add AccessoryInformation service when it is not added to accessory yet" name="AccessoryInformationService initialize should add AccessoryInformation service when it is not added to accessory yet" time="0.001">
|
|
1401
1375
|
</testcase>
|
|
1402
1376
|
<testcase classname="AccessoryInformationService initialize should use existing AccessoryInformation service when it is already added to accessory" name="AccessoryInformationService initialize should use existing AccessoryInformation service when it is already added to accessory" time="0.001">
|
|
1403
1377
|
</testcase>
|
|
1404
1378
|
<testcase classname="AccessoryInformationService initialize should add information characteristics when initializing accessory" name="AccessoryInformationService initialize should add information characteristics when initializing accessory" time="0">
|
|
1405
1379
|
</testcase>
|
|
1406
|
-
<testcase classname="AccessoryInformationService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="AccessoryInformationService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.
|
|
1380
|
+
<testcase classname="AccessoryInformationService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" name="AccessoryInformationService cleanupCharacteristics should remove non registered characteristics when cleanup characteristics is called" time="0.001">
|
|
1407
1381
|
</testcase>
|
|
1408
1382
|
</testsuite>
|
|
1409
|
-
<testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1383
|
+
<testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.298" tests="3">
|
|
1410
1384
|
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" time="0.002">
|
|
1411
1385
|
</testcase>
|
|
1412
|
-
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" time="0
|
|
1413
|
-
</testcase>
|
|
1414
|
-
<testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
|
|
1415
|
-
</testcase>
|
|
1416
|
-
</testsuite>
|
|
1417
|
-
<testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-25T09:15:05" time="0.325" tests="3">
|
|
1418
|
-
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" time="0.004">
|
|
1419
|
-
</testcase>
|
|
1420
|
-
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" time="0.001">
|
|
1386
|
+
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" time="0">
|
|
1421
1387
|
</testcase>
|
|
1422
1388
|
<testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
|
|
1423
1389
|
</testcase>
|
|
1424
1390
|
</testsuite>
|
|
1425
|
-
<testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1391
|
+
<testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.394" tests="3">
|
|
1426
1392
|
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" time="0.003">
|
|
1427
1393
|
</testcase>
|
|
1428
1394
|
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" time="0.001">
|
|
@@ -1430,7 +1396,7 @@
|
|
|
1430
1396
|
<testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
|
|
1431
1397
|
</testcase>
|
|
1432
1398
|
</testsuite>
|
|
1433
|
-
<testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1399
|
+
<testsuite name="OutletService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.438" tests="3">
|
|
1434
1400
|
<testcase classname="OutletService onOnSet should send Set command of Switch cmdCode to device when Enabled value was changed to true" name="OutletService onOnSet should send Set command of Switch cmdCode to device when Enabled value was changed to true" time="0.003">
|
|
1435
1401
|
</testcase>
|
|
1436
1402
|
<testcase classname="OutletService onOnSet should send Set command of Switch cmdCode to device when Enabled value was changed to false" name="OutletService onOnSet should send Set command of Switch cmdCode to device when Enabled value was changed to false" time="0.001">
|
|
@@ -1438,86 +1404,118 @@
|
|
|
1438
1404
|
<testcase classname="OutletService onOnSet should revert changing of Enabled state when sending Set command to device is failed" name="OutletService onOnSet should revert changing of Enabled state when sending Set command to device is failed" time="0.001">
|
|
1439
1405
|
</testcase>
|
|
1440
1406
|
</testsuite>
|
|
1441
|
-
<testsuite name="
|
|
1407
|
+
<testsuite name="SwitchXboostService" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:18" time="0.297" tests="3">
|
|
1408
|
+
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to true" time="0.002">
|
|
1409
|
+
</testcase>
|
|
1410
|
+
<testcase classname="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" name="SwitchXboostService onOnSet should send Set command to device when X-Boost value was changed to false" time="0.001">
|
|
1411
|
+
</testcase>
|
|
1412
|
+
<testcase classname="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" name="SwitchXboostService onOnSet should revert changing of X-Boost state when sending Set command to device is failed" time="0.001">
|
|
1413
|
+
</testcase>
|
|
1414
|
+
</testsuite>
|
|
1415
|
+
<testsuite name="Delta2MaxAccessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.187" tests="1">
|
|
1442
1416
|
<testcase classname="Delta2MaxAccessory initialize should use Delta2Max-specific configuration when initializing accessory" name="Delta2MaxAccessory initialize should use Delta2Max-specific configuration when initializing accessory" time="0.004">
|
|
1443
1417
|
</testcase>
|
|
1444
1418
|
</testsuite>
|
|
1445
|
-
<testsuite name="Delta2Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1446
|
-
<testcase classname="Delta2Accessory initialize should use Delta2-specific configuration when initializing accessory" name="Delta2Accessory initialize should use Delta2-specific configuration when initializing accessory" time="0.
|
|
1419
|
+
<testsuite name="Delta2Accessory" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.23" tests="1">
|
|
1420
|
+
<testcase classname="Delta2Accessory initialize should use Delta2-specific configuration when initializing accessory" name="Delta2Accessory initialize should use Delta2-specific configuration when initializing accessory" time="0.004">
|
|
1421
|
+
</testcase>
|
|
1422
|
+
</testsuite>
|
|
1423
|
+
<testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.642" tests="3">
|
|
1424
|
+
<testcase classname="index should set function to window object when reference to file is loaded" name="index should set function to window object when reference to file is loaded" time="0.001">
|
|
1425
|
+
</testcase>
|
|
1426
|
+
<testcase classname="index renderEcoFlowPluginConfig should create renderer with name and devices sub-renderers when is called" name="index renderEcoFlowPluginConfig should create renderer with name and devices sub-renderers when is called" time="0.005">
|
|
1427
|
+
</testcase>
|
|
1428
|
+
<testcase classname="index renderEcoFlowPluginConfig should call settings manager render when is called" name="index renderEcoFlowPluginConfig should call settings manager render when is called" time="0.001">
|
|
1447
1429
|
</testcase>
|
|
1448
1430
|
</testsuite>
|
|
1449
|
-
<testsuite name="customCharacteristic" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1431
|
+
<testsuite name="customCharacteristic" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.223" tests="6">
|
|
1450
1432
|
<testcase classname="customCharacteristic InputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic InputConsumptionWattFactory should initialize UUID of characteristic" time="0.001">
|
|
1451
1433
|
</testcase>
|
|
1452
|
-
<testcase classname="customCharacteristic InputConsumptionWattFactory should use proper default value during initialization of characteristic" name="customCharacteristic InputConsumptionWattFactory should use proper default value during initialization of characteristic" time="0">
|
|
1434
|
+
<testcase classname="customCharacteristic InputConsumptionWattFactory should use proper default value during initialization of characteristic" name="customCharacteristic InputConsumptionWattFactory should use proper default value during initialization of characteristic" time="0.001">
|
|
1453
1435
|
</testcase>
|
|
1454
|
-
<testcase classname="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" time="0">
|
|
1436
|
+
<testcase classname="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic InputConsumptionWattFactory should create characteristic with correct properties" time="0.001">
|
|
1455
1437
|
</testcase>
|
|
1456
|
-
<testcase classname="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" time="0">
|
|
1438
|
+
<testcase classname="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" name="customCharacteristic OutputConsumptionWattFactory should initialize UUID of characteristic" time="0.001">
|
|
1457
1439
|
</testcase>
|
|
1458
1440
|
<testcase classname="customCharacteristic OutputConsumptionWattFactory should use proper default value during initialization of characteristic" name="customCharacteristic OutputConsumptionWattFactory should use proper default value during initialization of characteristic" time="0">
|
|
1459
1441
|
</testcase>
|
|
1460
|
-
<testcase classname="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" time="0
|
|
1442
|
+
<testcase classname="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" name="customCharacteristic OutputConsumptionWattFactory should create characteristic with correct properties" time="0">
|
|
1461
1443
|
</testcase>
|
|
1462
1444
|
</testsuite>
|
|
1463
|
-
<testsuite name="Logger" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1464
|
-
<testcase classname="Logger prefix should return origin prefix when is requested" name="Logger prefix should return origin prefix when is requested" time="0.
|
|
1445
|
+
<testsuite name="Logger" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:19" time="0.189" tests="7">
|
|
1446
|
+
<testcase classname="Logger prefix should return origin prefix when is requested" name="Logger prefix should return origin prefix when is requested" time="0.001">
|
|
1465
1447
|
</testcase>
|
|
1466
1448
|
<testcase classname="Logger info should add device name as prefix and call origin method when is called" name="Logger info should add device name as prefix and call origin method when is called" time="0.001">
|
|
1467
1449
|
</testcase>
|
|
1468
|
-
<testcase classname="Logger success should add device name as prefix and call origin method when is called" name="Logger success should add device name as prefix and call origin method when is called" time="0">
|
|
1450
|
+
<testcase classname="Logger success should add device name as prefix and call origin method when is called" name="Logger success should add device name as prefix and call origin method when is called" time="0.001">
|
|
1469
1451
|
</testcase>
|
|
1470
1452
|
<testcase classname="Logger warn should add device name as prefix and call origin method when is called" name="Logger warn should add device name as prefix and call origin method when is called" time="0.001">
|
|
1471
1453
|
</testcase>
|
|
1472
|
-
<testcase classname="Logger error should add device name as prefix and call origin method when is called" name="Logger error should add device name as prefix and call origin method when is called" time="0
|
|
1454
|
+
<testcase classname="Logger error should add device name as prefix and call origin method when is called" name="Logger error should add device name as prefix and call origin method when is called" time="0">
|
|
1473
1455
|
</testcase>
|
|
1474
|
-
<testcase classname="Logger debug should add device name as prefix and call origin method when is called" name="Logger debug should add device name as prefix and call origin method when is called" time="0
|
|
1456
|
+
<testcase classname="Logger debug should add device name as prefix and call origin method when is called" name="Logger debug should add device name as prefix and call origin method when is called" time="0">
|
|
1475
1457
|
</testcase>
|
|
1476
1458
|
<testcase classname="Logger log should add device name as prefix and call origin method when is called" name="Logger log should add device name as prefix and call origin method when is called" time="0">
|
|
1477
1459
|
</testcase>
|
|
1478
1460
|
</testsuite>
|
|
1479
|
-
<testsuite name="MachineIdProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-
|
|
1480
|
-
<testcase classname="MachineIdProvider getMachineId should return valid machineId when there are no issues" name="MachineIdProvider getMachineId should return valid machineId when there are no issues" time="0.
|
|
1461
|
+
<testsuite name="MachineIdProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.204" tests="3">
|
|
1462
|
+
<testcase classname="MachineIdProvider getMachineId should return valid machineId when there are no issues" name="MachineIdProvider getMachineId should return valid machineId when there are no issues" time="0.001">
|
|
1481
1463
|
</testcase>
|
|
1482
|
-
<testcase classname="MachineIdProvider getMachineId should return UUID when it is not possible to get machineId" name="MachineIdProvider getMachineId should return UUID when it is not possible to get machineId" time="0
|
|
1464
|
+
<testcase classname="MachineIdProvider getMachineId should return UUID when it is not possible to get machineId" name="MachineIdProvider getMachineId should return UUID when it is not possible to get machineId" time="0">
|
|
1483
1465
|
</testcase>
|
|
1484
|
-
<testcase classname="MachineIdProvider getMachineId should log error when it is not possible to get machineId" name="MachineIdProvider getMachineId should log error when it is not possible to get machineId" time="0
|
|
1466
|
+
<testcase classname="MachineIdProvider getMachineId should log error when it is not possible to get machineId" name="MachineIdProvider getMachineId should log error when it is not possible to get machineId" time="0">
|
|
1485
1467
|
</testcase>
|
|
1486
1468
|
</testsuite>
|
|
1487
|
-
<testsuite name="
|
|
1488
|
-
<testcase classname="
|
|
1469
|
+
<testsuite name="ComponentRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:17" time="2.803" tests="11">
|
|
1470
|
+
<testcase classname="ComponentRenderer renderTextBox should render a textbox with required attribute when schema contains required attribute set to true" name="ComponentRenderer renderTextBox should render a textbox with required attribute when schema contains required attribute set to true" time="0.013">
|
|
1489
1471
|
</testcase>
|
|
1490
|
-
<testcase classname="
|
|
1472
|
+
<testcase classname="ComponentRenderer renderTextBox should render a textbox without required attribute when schema does not contain required attribute" name="ComponentRenderer renderTextBox should render a textbox without required attribute when schema does not contain required attribute" time="0.005">
|
|
1491
1473
|
</testcase>
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
<testcase classname="
|
|
1474
|
+
<testcase classname="ComponentRenderer renderTextBox should render a textbox with placeholder attribute when schema does not contain description attribute" name="ComponentRenderer renderTextBox should render a textbox with placeholder attribute when schema does not contain description attribute" time="0.004">
|
|
1475
|
+
</testcase>
|
|
1476
|
+
<testcase classname="ComponentRenderer renderTextBox should set value of textbox when rendering" name="ComponentRenderer renderTextBox should set value of textbox when rendering" time="0.003">
|
|
1477
|
+
</testcase>
|
|
1478
|
+
<testcase classname="ComponentRenderer renderTextBox should call onChangeCallback with the new value when the textbox value changes" name="ComponentRenderer renderTextBox should call onChangeCallback with the new value when the textbox value changes" time="0.005">
|
|
1495
1479
|
</testcase>
|
|
1496
|
-
<testcase classname="
|
|
1480
|
+
<testcase classname="ComponentRenderer renderTextBox should call onChangeCallback with the new undefined value when the textbox value changes to undefined" name="ComponentRenderer renderTextBox should call onChangeCallback with the new undefined value when the textbox value changes to undefined" time="0.004">
|
|
1481
|
+
</testcase>
|
|
1482
|
+
<testcase classname="ComponentRenderer renderDropDown should render a dropdown with required attribute when schema contains required attribute set to true" name="ComponentRenderer renderDropDown should render a dropdown with required attribute when schema contains required attribute set to true" time="0.007">
|
|
1483
|
+
</testcase>
|
|
1484
|
+
<testcase classname="ComponentRenderer renderDropDown should render a dropdown without required attribute when schema does not contain required attribute" name="ComponentRenderer renderDropDown should render a dropdown without required attribute when schema does not contain required attribute" time="0.005">
|
|
1485
|
+
</testcase>
|
|
1486
|
+
<testcase classname="ComponentRenderer renderDropDown should set value of dropdown when rendering" name="ComponentRenderer renderDropDown should set value of dropdown when rendering" time="0.004">
|
|
1487
|
+
</testcase>
|
|
1488
|
+
<testcase classname="ComponentRenderer renderDropDown should call onChangeCallback with the new value when the dropdown value changes" name="ComponentRenderer renderDropDown should call onChangeCallback with the new value when the dropdown value changes" time="0.004">
|
|
1489
|
+
</testcase>
|
|
1490
|
+
<testcase classname="ComponentRenderer renderDropDown should call onChangeCallback with the new undefined value when the dropdown value changes to undefined" name="ComponentRenderer renderDropDown should call onChangeCallback with the new undefined value when the dropdown value changes to undefined" time="0.005">
|
|
1497
1491
|
</testcase>
|
|
1498
1492
|
</testsuite>
|
|
1499
|
-
<testsuite name="
|
|
1500
|
-
<testcase classname="
|
|
1493
|
+
<testsuite name="PluginConfigRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.259" tests="2">
|
|
1494
|
+
<testcase classname="PluginConfigRenderer render should call sub-renderers one render is called" name="PluginConfigRenderer render should call sub-renderers one render is called" time="0.002">
|
|
1501
1495
|
</testcase>
|
|
1502
|
-
<testcase classname="
|
|
1496
|
+
<testcase classname="PluginConfigRenderer render should initialize configuration inside context wgen it is not defined" name="PluginConfigRenderer render should initialize configuration inside context wgen it is not defined" time="0">
|
|
1503
1497
|
</testcase>
|
|
1504
1498
|
</testsuite>
|
|
1505
|
-
<testsuite name="
|
|
1506
|
-
<testcase classname="
|
|
1499
|
+
<testsuite name="DeviceInfo" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.24" tests="2">
|
|
1500
|
+
<testcase classname="DeviceInfo connectionKey should initialize connectionKey when creating device info" name="DeviceInfo connectionKey should initialize connectionKey when creating device info" time="0.001">
|
|
1501
|
+
</testcase>
|
|
1502
|
+
<testcase classname="DeviceInfo accessKey should initialize accessKey when creating device info" name="DeviceInfo accessKey should initialize accessKey when creating device info" time="0">
|
|
1507
1503
|
</testcase>
|
|
1508
1504
|
</testsuite>
|
|
1509
|
-
<testsuite name="
|
|
1510
|
-
<testcase classname="
|
|
1505
|
+
<testsuite name="BatteryStatusProvider" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.379" tests="2">
|
|
1506
|
+
<testcase classname="BatteryStatusProvider getStatusLowBattery should return normal battery status when current battery level is not lower discharging limit plus 5% buffer" name="BatteryStatusProvider getStatusLowBattery should return normal battery status when current battery level is not lower discharging limit plus 5% buffer" time="0.001">
|
|
1511
1507
|
</testcase>
|
|
1512
|
-
<testcase classname="
|
|
1508
|
+
<testcase classname="BatteryStatusProvider getStatusLowBattery should return low battery status when current battery level is lower discharging limit plus 5% buffer" name="BatteryStatusProvider getStatusLowBattery should return low battery status when current battery level is lower discharging limit plus 5% buffer" time="0.001">
|
|
1513
1509
|
</testcase>
|
|
1514
|
-
|
|
1510
|
+
</testsuite>
|
|
1511
|
+
<testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="0.397" tests="1">
|
|
1512
|
+
<testcase classname="index should return origin prefix when is requested" name="index should return origin prefix when is requested" time="0.001">
|
|
1515
1513
|
</testcase>
|
|
1516
1514
|
</testsuite>
|
|
1517
|
-
<testsuite name="
|
|
1518
|
-
<testcase classname="
|
|
1515
|
+
<testsuite name="PluginConfigNameRenderer" errors="0" failures="0" skipped="0" timestamp="2025-03-31T07:40:20" time="1.853" tests="2">
|
|
1516
|
+
<testcase classname="PluginConfigNameRenderer render should render a textbox for name property when is called" name="PluginConfigNameRenderer render should render a textbox for name property when is called" time="0.009">
|
|
1519
1517
|
</testcase>
|
|
1520
|
-
<testcase classname="
|
|
1518
|
+
<testcase classname="PluginConfigNameRenderer render should updatePluginConfig when value of textbox is changed" name="PluginConfigNameRenderer render should updatePluginConfig when value of textbox is changed" time="0.005">
|
|
1521
1519
|
</testcase>
|
|
1522
1520
|
</testsuite>
|
|
1523
1521
|
</testsuites>
|