@@ -432,7 +432,7 @@ def openThreadTestSuite(devicegoup, name, board)
432
432
dir(' matter' )
433
433
{
434
434
sh ' pwd '
435
- stashFolder = ' OpenThreadExamples-' + name+ " -app- " + board
435
+ stashFolder = ' OpenThreadExamples-' + name+ ' - ' + board
436
436
echo " unstash folder: " + stashFolder
437
437
unstash stashFolder
438
438
unstash ' ChipTool'
@@ -452,7 +452,7 @@ def openThreadTestSuite(devicegoup, name, board)
452
452
}
453
453
454
454
455
- def ci_path= " ${ WORKSPACE} /matter/out/CSA/" + name+ " -app /OpenThread/standard/"
455
+ def ci_path= " ${ WORKSPACE} /matter/out/CSA/" + name+ " /OpenThread/standard/"
456
456
echo " ci_path: " + ci_path
457
457
458
458
withEnv([ ' TEST_SCRIPT_REPO=matter-scripts' ,
@@ -532,7 +532,7 @@ def utfThreadTestSuite(devicegoup,testbed_name,app_name, matter_type , board, te
532
532
dir(' matter' )
533
533
{
534
534
sh ' pwd '
535
- stashFolder = ' OpenThreadExamples-' + app_name+ " -app- " + board
535
+ stashFolder = ' OpenThreadExamples-' + app_name+ ' - ' + board
536
536
echo " unstash folder: " + stashFolder
537
537
unstash stashFolder
538
538
unstash ' ChipTool'
@@ -547,7 +547,7 @@ def utfThreadTestSuite(devicegoup,testbed_name,app_name, matter_type , board, te
547
547
echo $chiptoolPath
548
548
'''
549
549
550
- sh " cp out/CSA/${ app_name} -app /OpenThread/standard/${ board} /*.s37 ../manifest"
550
+ sh " cp out/CSA/${ app_name} /OpenThread/standard/${ board} /*.s37 ../manifest"
551
551
552
552
}
553
553
@@ -641,7 +641,7 @@ def utfWiFiTestSuite(devicegoup, testbed_name, app_name, matter_type, board, wif
641
641
642
642
dir(' matter' )
643
643
{
644
- stashFolder = ' WiFiExamples-' + app_name+ ' -app- ' + board+ ' -' + wifi_module
644
+ stashFolder = ' WiFiExamples-' + app_name+ ' -' + board+ ' -' + wifi_module
645
645
unstash stashFolder
646
646
unstash ' ChipTool'
647
647
unstash ' BootLoader'
@@ -655,7 +655,7 @@ def utfWiFiTestSuite(devicegoup, testbed_name, app_name, matter_type, board, wif
655
655
echo $chiptoolPath
656
656
'''
657
657
658
- sh " cp out/${ app_name} -app_wifi_ ${ wifi_module} /${ board} /*.s37 ../manifest"
658
+ sh " cp out/${ app_name} _wifi_ ${ wifi_module} /${ board} /*.s37 ../manifest"
659
659
660
660
}
661
661
@@ -894,14 +894,14 @@ def pipeline()
894
894
// even openthread test in parallel, they actually run in sequence as they are using same raspi
895
895
def parallelNodes = [:]
896
896
897
- parallelNodes[' Junit lighting BRD4161A' ] = { this . openThreadTestSuite(' qa-yinyi-1' ,' lighting' ,' BRD4161A' ) }
898
- // parallelNodes['Junit lighting BRD4187A'] = { this.openThreadTestSuite('qa-yinyi-1','lighting','BRD4187A') }
897
+ parallelNodes[' Junit lighting BRD4161A' ] = { this . openThreadTestSuite(' qa-yinyi-1' ,' lighting-app ' ,' BRD4161A' ) }
898
+ // parallelNodes['Junit lighting BRD4187A'] = { this.openThreadTestSuite('qa-yinyi-1','lighting-app ','BRD4187A') }
899
899
900
- parallelNodes[' lighting Thread BRD4187C' ] = { this . utfThreadTestSuite(' utf_matter_thread' ,' matter_thread' ,' lighting' ,' thread' ,' BRD4187C' ,' ' ," /manifest-4187-thread" ," --tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread.yaml" ) }
901
- parallelNodes[' lighting Thread BRD4161A' ] = { this . utfThreadTestSuite(' utf_matter_thread' ,' matter_thread' ,' lighting' ,' thread' ,' BRD4161A' ,' ' ," /manifest-4161-thread" ," --tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread_4161.yaml" ) }
902
- parallelNodes[' lighting Thread BRD2703A' ] = { this . utfThreadTestSuite(' utf_matter_thread_2' ,' matter_thread_2' ,' lighting' ,' thread' ,' BRD2703A' ,' ' ," /manifest-2703-thread" ," --tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread.yaml" ) }
900
+ parallelNodes[' lighting Thread BRD4187C' ] = { this . utfThreadTestSuite(' utf_matter_thread' ,' matter_thread' ,' lighting-app ' ,' thread' ,' BRD4187C' ,' ' ," /manifest-4187-thread" ," --tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread.yaml" ) }
901
+ parallelNodes[' lighting Thread BRD4161A' ] = { this . utfThreadTestSuite(' utf_matter_thread' ,' matter_thread' ,' lighting-app ' ,' thread' ,' BRD4161A' ,' ' ," /manifest-4161-thread" ," --tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread_4161.yaml" ) }
902
+ parallelNodes[' lighting Thread BRD2703A' ] = { this . utfThreadTestSuite(' utf_matter_thread_2' ,' matter_thread_2' ,' lighting-app ' ,' thread' ,' BRD2703A' ,' ' ," /manifest-2703-thread" ," --tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence_thread.yaml" ) }
903
903
904
- parallelNodes[' lighting rs9116 BRD4161A' ] = { this . utfWiFiTestSuite(' utf_matter_ci' ,' INT0014944' ,' lighting' ,' wifi' ,' BRD4161A' ,' rs911x' ,' ' ," /manifest" ," --tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence.yaml" ) }
904
+ parallelNodes[' lighting rs9116 BRD4161A' ] = { this . utfWiFiTestSuite(' utf_matter_ci' ,' INT0014944' ,' lighting-app ' ,' wifi' ,' BRD4161A' ,' rs911x' ,' ' ," /manifest" ," --tmconfig tests/.sequence_manager/test_execution_definitions/matterci_test_sequence.yaml" ) }
905
905
906
906
parallelNodes. failFast = false
907
907
parallel parallelNodes
0 commit comments