Skip to content

Commit

Permalink
[CI] Enable test discovery again (#15452)
Browse files Browse the repository at this point in the history
* [YAML] Move back TestDiscovery to the CI section

* Update generated code
  • Loading branch information
vivien-apple authored Feb 24, 2022
1 parent 6b60c91 commit 924c01c
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 550 deletions.
2 changes: 1 addition & 1 deletion examples/chip-tool/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
function getManualTests()
{
const DeviceDiscovery = [
'TestDiscovery',
'Test_TC_DD_1_5',
'Test_TC_DD_1_6',
'Test_TC_DD_1_7',
Expand Down Expand Up @@ -449,6 +448,7 @@ function getTests()
'TestClusterComplexTypes',
'TestConstraints',
'TestDelayCommands',
'TestDiscovery',
'TestLogCommands',
'TestSaveAs',
'TestConfigVariables',
Expand Down
8 changes: 0 additions & 8 deletions src/app/tests/suites/TestDiscovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ tests:
- name: "CommissioningTimeout"
value: 120

- label: "Wait Commissionable advertisement"
cluster: "DelayCommands"
command: "WaitForCommissionableAdvertisement"

- label: "Check Instance Name"
cluster: "DiscoveryCommands"
command: "FindCommissionable"
Expand Down Expand Up @@ -297,10 +293,6 @@ tests:
- name: "CommissioningTimeout"
value: 120

- label: "Wait Commissionable advertisement"
cluster: "DelayCommands"
command: "WaitForCommissionableAdvertisement"

- label: "Check Instance Name"
cluster: "DiscoveryCommands"
command: "FindCommissionable"
Expand Down
Loading

0 comments on commit 924c01c

Please sign in to comment.