From a7ecd72f98701508736be1b4d8d487a17d2211c8 Mon Sep 17 00:00:00 2001 From: Timotej Ecimovic Date: Mon, 8 Aug 2022 22:12:58 -0400 Subject: [PATCH] Keep tests in sync with the changes on master. --- examples/darwin-framework-tool/templates/tests/ciTests.json | 1 + src/app/tests/suites/ciTests.json | 5 ++++- src/app/tests/suites/manualTests.json | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/examples/darwin-framework-tool/templates/tests/ciTests.json b/examples/darwin-framework-tool/templates/tests/ciTests.json index 0cf791852da4a6..09a6749c50ab6b 100644 --- a/examples/darwin-framework-tool/templates/tests/ciTests.json +++ b/examples/darwin-framework-tool/templates/tests/ciTests.json @@ -10,6 +10,7 @@ "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", diff --git a/src/app/tests/suites/ciTests.json b/src/app/tests/suites/ciTests.json index 6b982c14c8ce3e..552ddbc5d04ae6 100644 --- a/src/app/tests/suites/ciTests.json +++ b/src/app/tests/suites/ciTests.json @@ -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", @@ -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", diff --git a/src/app/tests/suites/manualTests.json b/src/app/tests/suites/manualTests.json index 09714dcaf69edc..aa9e46c9c9dedd 100644 --- a/src/app/tests/suites/manualTests.json +++ b/src/app/tests/suites/manualTests.json @@ -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"], @@ -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", @@ -363,7 +363,7 @@ "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",