-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
542d7ec
commit eeba018
Showing
3 changed files
with
83 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
From d15282e64506cb8d43f79b6e06029d23a2d14699 Mon Sep 17 00:00:00 2001 | ||
From: "Restyled.io" <[email protected]> | ||
Date: Mon, 13 Jan 2025 18:53:53 +0000 | ||
Subject: [PATCH] Restyled by prettier-yaml | ||
|
||
--- | ||
src/app/tests/suites/certification/PICS.yaml | 7 +++++-- | ||
.../suites/certification/Test_TC_TSTAT_2_1.yaml | 12 +++++++++--- | ||
2 files changed, 14 insertions(+), 5 deletions(-) | ||
|
||
diff --git a/src/app/tests/suites/certification/PICS.yaml b/src/app/tests/suites/certification/PICS.yaml | ||
index c748234b..9faf23bd 100644 | ||
--- a/src/app/tests/suites/certification/PICS.yaml | ||
+++ b/src/app/tests/suites/certification/PICS.yaml | ||
@@ -6498,10 +6498,13 @@ PICS: | ||
- label: "Does the device implement the NumberOfSchedules attribute?" | ||
id: TSTAT.S.A004b | ||
|
||
- - label: "Does the device implement the NumberOfScheduleTransitions attribute?" | ||
+ - label: | ||
+ "Does the device implement the NumberOfScheduleTransitions attribute?" | ||
id: TSTAT.S.A004c | ||
|
||
- - label: "Does the device implement the NumberOfScheduleTransitionPerDay attribute?" | ||
+ - label: | ||
+ "Does the device implement the NumberOfScheduleTransitionPerDay | ||
+ attribute?" | ||
id: TSTAT.S.A004d | ||
|
||
- label: "Does the device implement the ActivePresetHandle attribute?" | ||
diff --git a/src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml b/src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml | ||
index 6d343860..8bd64481 100644 | ||
--- a/src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml | ||
+++ b/src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml | ||
@@ -763,7 +763,9 @@ tests: | ||
constraints: | ||
type: int8u | ||
|
||
- - label: "Step 56: TH reads the NumberOfScheduleTransitions attribute from the DUT" | ||
+ - label: | ||
+ "Step 56: TH reads the NumberOfScheduleTransitions attribute from the | ||
+ DUT" | ||
PICS: TSTAT.S.F07 && TSTAT.S.A004c | ||
command: "readAttribute" | ||
attribute: "NumberOfScheduleTransitions" | ||
@@ -771,7 +773,9 @@ tests: | ||
constraints: | ||
type: int8u | ||
|
||
- - label: "Step 57: TH reads the NumberOfScheduleTransitionPerDay attribute from the DUT" | ||
+ - label: | ||
+ "Step 57: TH reads the NumberOfScheduleTransitionPerDay attribute from | ||
+ the DUT" | ||
PICS: TSTAT.S.F07 && TSTAT.S.A004d | ||
command: "readAttribute" | ||
attribute: "NumberOfScheduleTransitionPerDay" | ||
@@ -811,7 +815,9 @@ tests: | ||
constraints: | ||
type: list | ||
|
||
- - label: "Step 62: TH reads the SetpointHoldExpiryTimestamp attribute from the DUT" | ||
+ - label: | ||
+ "Step 62: TH reads the SetpointHoldExpiryTimestamp attribute from the | ||
+ DUT" | ||
PICS: TSTAT.S.A0052 | ||
command: "readAttribute" | ||
attribute: "SetpointHoldExpiryTimestamp" | ||
-- | ||
2.47.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters