Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
gdat
Commits
00464641
Commit
00464641
authored
3 years ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
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
!110
Add test coverage and update test scripts
Pipeline
#83195
passed
3 years ago
Stage: test
Stage: post-test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
matlab/tests/test_tcv_get_ids.m
+1
-1
1 addition, 1 deletion
matlab/tests/test_tcv_get_ids.m
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
4
−
4
View file @
00464641
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
matlab/tests/test_tcv_get_ids.m
+
1
−
1
View file @
00464641
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment