Skip to content
Snippets Groups Projects
Commit 7edfa139 authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

Change test names

parent 868d92b0
No related branches found
No related tags found
1 merge request!110Add test coverage and update test scripts
......@@ -11,7 +11,7 @@ variables:
# no build for gdat, so don't define jobs for build phase
# test jobs
test-matlab-9.6.0-TCV:
TCV-960:
extends: .test-template
tags:
- lac8-gituser
......@@ -25,7 +25,7 @@ test-matlab-9.6.0-TCV:
junit: test_${TBXTARGET}_${TESTCASE}_2019a.xml
cobertura: test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml
test-matlab-9.6.0-IMAS:
IMAS-960:
extends: .test-template
tags:
- lac8-gituser
......@@ -39,26 +39,18 @@ test-matlab-9.6.0-IMAS:
junit: test_${TBXTARGET}_${TESTCASE}_2019a.xml
cobertura: test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml
test-matlab-9.2.0-TCV:
TCV-920:
extends: .test-template
variables:
MATLABCMD: matlab920
TESTCASE: tcv
test-matlab-9.2.0-IMAS:
IMAS-920:
extends: .test-template
variables:
MATLABCMD: matlab920
TESTCASE: imas
#test-matlab-9.8.0-all:
# extends: test-matlab-9.8.0
# variables:
# TESTCASE: all
# only:
# - schedules
# - web
# Post test report collection
code-coverage-960:
extends: .code-coverage-960-template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment