Skip to content

Commit

Permalink
Added Manual Scripts (#19728)
Browse files Browse the repository at this point in the history
* Added Manual scripts

* Added Auto generated file

* 1.Undo style changes to tests.yaml
2.Upping timeout for darwin build

* 1.Reformating tests.yaml file.

* 1.Undo formating changes on tests.yaml

* 1.Restyling yaml test scripts.

* 1.reverting changes to test.yaml

* Restyled by prettier-yaml

* 1.Updating test ids in tests.yaml

Co-authored-by: kvikrambhat <vikrambhat@outlook.com>
Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
3 people authored and pull[bot] committed Jul 14, 2022
1 parent 97eea76 commit 4259673
Show file tree
Hide file tree
Showing 47 changed files with 8,833 additions and 6,662 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
--chip-tool ./out/darwin-x64-chip-tool${CHIP_TOOL_VARIANT}-${BUILD_VARIANT}/chip-tool \
--target-skip-glob '{TestGroupMessaging,Test_TC_DIAG_TH_NW_1_1,Test_TC_DIAG_TH_NW_1_2,Test_TC_DIAG_TH_NW_2_2,Test_TC_DIAG_TH_NW_2_3,Test_TC_DIAG_TH_NW_2_6,Test_TC_DIAG_TH_NW_2_7,Test_TC_DIAG_TH_NW_2_8,Test_TC_DIAG_TH_NW_2_9}' \
--target-skip-glob '{TestGroupMessaging,Test_TC_DIAG_TH_NW_2_1,Test_TC_DIAG_TH_NW_2_2,Test_TC_DIAG_TH_NW_2_3,Test_TC_DIAG_TH_NW_2_4}' \
run \
--iterations 1 \
--test-timeout-seconds 120 \
Expand Down
10 changes: 5 additions & 5 deletions examples/darwin-framework-tool/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ function getTests() {
// TODO: TestGroupMessaging does not work on Darwin for now.
tests.disable('TestGroupMessaging');

// TODO: Test_TC_DIAG_TH_NW_1_1 does not work on Darwin for now.
tests.disable('Test_TC_DIAG_TH_NW_1_1');

// TODO: Test_TC_DIAG_TH_NW_1_2 does not work on Darwin for now.
tests.disable('Test_TC_DIAG_TH_NW_1_2');
// TODO: Test_TC_DIAG_TH_NW_2_1 does not work on Darwin for now.
tests.disable('Test_TC_DIAG_TH_NW_2_1');

// TODO: Test_TC_DIAG_TH_NW_2_2 does not work on Darwin for now.
tests.disable('Test_TC_DIAG_TH_NW_2_2');

// TODO: Test_TC_DIAG_TH_NW_2_3 does not work on Darwin for now.
tests.disable('Test_TC_DIAG_TH_NW_2_3');

// TODO: Test_TC_DIAG_TH_NW_2_4 does not work on Darwin for now.
tests.disable('Test_TC_DIAG_TH_NW_2_4');

// TODO: Test_TC_CC_9_1 does not work on Darwin for now.
// But is disabled in CI, so we can't disable it here.
//tests.disable('Test_TC_CC_9_1');
Expand Down
86 changes: 0 additions & 86 deletions src/app/tests/suites/certification/Test_TC_BI_1_1.yaml

This file was deleted.

Loading

0 comments on commit 4259673

Please sign in to comment.