Skip to content

Commit

Permalink
Keep tests in sync with the changes on master.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Aug 12, 2022
1 parent 269f91a commit cc9f245
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion examples/darwin-framework-tool/templates/tests/ciTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"Test_TC_DGTHREAD_2_2",
"Test_TC_DGTHREAD_2_3",
"Test_TC_DGTHREAD_2_4",
"Test_TC_CC_7_2",
"Test_TC_APPLAUNCHER_3_7",
"Test_TC_APPLAUNCHER_3_8",
"Test_TC_APPLAUNCHER_3_9",
"Test_TC_BINFO_2_1",
"Test_TC_SWTCH_2_1"
]
}
}
5 changes: 4 additions & 1 deletion src/app/tests/suites/ciTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"Test_TC_MEDIAPLAYBACK_1_7",
"Test_TC_AUDIOOUTPUT_1_8",
"Test_TC_TGTNAV_1_9",
"Test_TC_TGTNAV_8_2",
"Test_TC_APBSC_1_10",
"Test_TC_CONTENTLAUNCHER_1_11",
"Test_TC_ALOGIN_1_12",
Expand Down Expand Up @@ -202,13 +203,15 @@
],
"Subscriptions": ["TestSubscribe_OnOff"],
"DoorLock": [
"DL_UsersAndCredentials",
"DL_LockUnlock",
"DL_Schedules",
"Test_TC_DRLK_2_2",
"Test_TC_DRLK_2_3",
"Test_TC_DRLK_2_4",
"Test_TC_DRLK_2_5",
"Test_TC_DRLK_2_7"
"Test_TC_DRLK_2_7",
"Test_TC_DRLK_2_9"
],
"Groups": [
"TestGroupMessaging",
Expand Down
9 changes: 6 additions & 3 deletions src/app/tests/suites/manualTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@
"GeneralDiagnostics": [
"Test_TC_DGGEN_2_2",
"Test_TC_DGGEN_2_3",
"Test_TC_DGGEN_3_1",
"Test_TC_DGGEN_3_2"
"Test_TC_DGGEN_3_1"
],
"Identify": ["Test_TC_I_3_1", "Test_TC_I_3_2"],
"IlluminanceMeasurement": ["Test_TC_ILL_2_2", "Test_TC_ILL_3_1"],
Expand Down Expand Up @@ -150,6 +149,7 @@
"Test_TC_CHANNEL_5_4",
"Test_TC_CHANNEL_5_5",
"Test_TC_CHANNEL_5_6",
"Test_TC_KEYPADINPUT_3_1",
"Test_TC_MEDIAPLAYBACK_6_5",
"Test_TC_MEDIAPLAYBACK_6_7",
"Test_TC_AUDIOOUTPUT_7_3",
Expand Down Expand Up @@ -363,7 +363,10 @@
"Test_TC_ACL_2_9",
"Test_TC_ACL_2_10"
],
"UserLabel": ["Test_TC_ULABEL_3_1"],
"UserLabel": [
"Test_TC_ULABEL_2_1",
"Test_TC_ULABEL_3_1"
],
"BridgedDeviceBasicInformation": [
"Test_TC_BRBINFO_1_1",
"Test_TC_BRBINFO_2_1",
Expand Down

0 comments on commit cc9f245

Please sign in to comment.