@@ -71,78 +71,63 @@ tests:
71
71
attribute : " StartDate"
72
72
response :
73
73
constraints :
74
- type : epoch_s
74
+ type : date
75
75
76
- - label : " Step 7: TH reads the TimeReference attribute from the DUT"
76
+ - label : " Step 7: TH reads the CalendarPeriods attribute from the DUT"
77
77
PICS : ECAL.S.A0005
78
78
command : " readAttribute"
79
- attribute : " TimeReference"
80
- response :
81
- constraints :
82
- type : enum8
83
- minValue : 0
84
- maxValue : 2
85
-
86
- - label : " Step 8: TH reads the CalendarPeriods attribute from the DUT"
87
- PICS : ECAL.S.A0006
88
- command : " readAttribute"
89
79
attribute : " CalendarPeriods"
90
80
response :
91
81
constraints :
92
82
type : list
83
+ minLength : 1
84
+ maxLength : 4
93
85
94
- - label : " Step 9 : TH reads the SpecialDays attribute from the DUT"
95
- PICS : ECAL.S.A0008
86
+ - label : " Step 8 : TH reads the SpecialDays attribute from the DUT"
87
+ PICS : ECAL.S.A0006
96
88
command : " readAttribute"
97
89
attribute : " SpecialDays"
98
90
response :
99
91
constraints :
100
92
type : list
93
+ maxLength : 50
101
94
102
- - label : " Step 10 : TH reads the CurrentDay attribute from the DUT"
95
+ - label : " Step 9 : TH reads the CurrentDay attribute from the DUT"
103
96
PICS : ECAL.S.A0007
104
97
command : " readAttribute"
105
98
attribute : " CurrentDay"
106
99
response :
107
100
constraints :
108
101
type : DayStruct
109
102
110
- - label : " Step 11 : TH reads the NextDay attribute from the DUT"
111
- PICS : ECAL.S.A0009
103
+ - label : " Step 10 : TH reads the NextDay attribute from the DUT"
104
+ PICS : ECAL.S.A0008
112
105
command : " readAttribute"
113
106
attribute : " NextDay"
114
107
response :
115
108
constraints :
116
109
type : DayStruct
117
110
118
- - label : " Step 12 : TH reads the CurrentTransition attribute from the DUT"
119
- PICS : ECAL.S.A000A
111
+ - label : " Step 11 : TH reads the CurrentTransition attribute from the DUT"
112
+ PICS : ECAL.S.A0009
120
113
command : " readAttribute"
121
114
attribute : " CurrentTransition"
122
115
response :
123
116
constraints :
124
117
type : TransitionStruct
125
118
126
- - label : " Step 13: TH reads the PeakPeriodStatus attribute from the DUT"
127
- PICS : ECAL.S.A000B && ECAL.S.F03
128
- command : " readAttribute"
129
- attribute : " PeakPeriodStatus"
130
- response :
131
- constraints :
132
- type : PeakPeriodStatusStruct
133
-
134
- - label : " Step 14: TH reads the PeakPeriodStartTime attribute from the DUT"
135
- PICS : ECAL.S.A000B && ECAL.S.F03
119
+ - label : " Step 12: TH reads the CurrentPeakPeriod attribute from the DUT"
120
+ PICS : ECAL.S.A000A
136
121
command : " readAttribute"
137
- attribute : " PeakPeriodStartTime "
122
+ attribute : " CurrentPeakPeriod "
138
123
response :
139
124
constraints :
140
- type : epoch_s
125
+ type : PeakPeriodStruct
141
126
142
- - label : " Step 15 : TH reads the PeakPeriodEndTime attribute from the DUT"
143
- PICS : ECAL.S.A000D && ECAL.S.F03
127
+ - label : " Step 13 : TH reads the NextPeakPeriod attribute from the DUT"
128
+ PICS : ECAL.S.A000B
144
129
command : " readAttribute"
145
- attribute : " PeakPeriodEndTime "
130
+ attribute : " NextPeakPeriod "
146
131
response :
147
132
constraints :
148
- type : epoch_s
133
+ type : PeakPeriodStruct
0 commit comments