Skip to content
Snippets Groups Projects
Commit 00464641 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

change imas test to tcv_imas since only tcv2ids is tested there

parent 2a068b50
No related branches found
No related tags found
1 merge request!110Add test coverage and update test scripts
Pipeline #83195 passed
...@@ -25,13 +25,13 @@ TCV-960: ...@@ -25,13 +25,13 @@ TCV-960:
junit: test_${TBXTARGET}_${TESTCASE}_2019a.xml junit: test_${TBXTARGET}_${TESTCASE}_2019a.xml
cobertura: test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml cobertura: test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml
IMAS-960: TCV_IMAS-960:
extends: .test-template extends: .test-template
tags: tags:
- lac8-gituser - lac8-gituser
variables: variables:
MATLABCMD: matlab960 MATLABCMD: matlab960
TESTCASE: imas TESTCASE: tcv_imas
artifacts: artifacts:
paths: paths:
- test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml - test_${TBXTARGET}_${TESTCASE}_2019a_cov.xml
...@@ -49,11 +49,11 @@ TCV-920: ...@@ -49,11 +49,11 @@ TCV-920:
junit: test_${TBXTARGET}_${TESTCASE}_2017a.xml junit: test_${TBXTARGET}_${TESTCASE}_2017a.xml
IMAS-920: TCV_IMAS-920:
extends: .test-template extends: .test-template
variables: variables:
MATLABCMD: matlab920 MATLABCMD: matlab920
TESTCASE: imas TESTCASE: tcv_imas
artifacts: artifacts:
reports: reports:
junit: test_${TBXTARGET}_${TESTCASE}_2017a.xml junit: test_${TBXTARGET}_${TESTCASE}_2017a.xml
......
classdef (TestTags={'imas','tcv'},SharedTestFixtures={... classdef (TestTags={'tcv_imas'},SharedTestFixtures={...
check_mds,check_gdatpaths})... check_mds,check_gdatpaths})...
test_tcv_get_ids < matlab.unittest.TestCase test_tcv_get_ids < matlab.unittest.TestCase
% Tests link between TCV data to matlab ids structure and ids empty structure % Tests link between TCV data to matlab ids structure and ids empty structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment