Skip to content

Commit f82aa27

Browse files
fix: Use new framework in TA tests (ADDON-78658) (#383)
### Description (PR description goes here) ### Checklist - [ ] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releases test - [ ] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done (for each selected checkbox, the corresponding test results link should be listed here)
2 parents 22b1382 + f8c7263 commit f82aa27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,8 +1243,7 @@ jobs:
12431243
- name: Run spl2 tests
12441244
run: |
12451245
echo "Running SPL2 Tests"
1246-
cp -R /spl2-processor-cli/* .
1247-
pytest -s --junitxml test-results/report.xml --log-file=spl2_tests.log --pyargs spl2_testing_framework.cli_based_spl2_tests
1246+
spl2_tests_run cli -o log_cli=true --log-cli-level=INFO --verbose --junitxml test-results/report.xml
12481247
- name: Test Report
12491248
id: test_report
12501249
uses: dorny/test-reporter@v1.9.1

0 commit comments

Comments
 (0)