From 56da53f03a41077f3e3f62abef62854cd307e7a4 Mon Sep 17 00:00:00 2001 From: Olivier Sauter <Olivier.Sauter@epfl.ch> Date: Wed, 10 Jun 2020 10:08:15 +0200 Subject: [PATCH] change shot number to have bolo and rtc, fix rtc if node=0 --- matlab/run_gdat_tests.m | 6 +++++- matlab/tests/test_requestnames_tcv.m | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/matlab/run_gdat_tests.m b/matlab/run_gdat_tests.m index d49813b7..94191dbb 100644 --- a/matlab/run_gdat_tests.m +++ b/matlab/run_gdat_tests.m @@ -18,8 +18,12 @@ import matlab.unittest.selectors.HasName; addpath(genpath(fullfile(fileparts(mfilename('fullpath')),'tests'))); addpath(genpath(fullfile(fileparts(mfilename('fullpath')),'TCV_IMAS'))); +% aug cannot be tested without a tunnel created +% $$$ suite_all = [matlab.unittest.TestSuite.fromClass(?test_requestnames_tcv),... +% $$$ matlab.unittest.TestSuite.fromClass(?test_requestnames_aug),... +% $$$ matlab.unittest.TestSuite.fromClass(?test_tcv_get_ids)]; + suite_all = [matlab.unittest.TestSuite.fromClass(?test_requestnames_tcv),... - matlab.unittest.TestSuite.fromClass(?test_requestnames_aug),... matlab.unittest.TestSuite.fromClass(?test_tcv_get_ids)]; switch test_case diff --git a/matlab/tests/test_requestnames_tcv.m b/matlab/tests/test_requestnames_tcv.m index 14b97770..4799d2a2 100644 --- a/matlab/tests/test_requestnames_tcv.m +++ b/matlab/tests/test_requestnames_tcv.m @@ -1,15 +1,15 @@ classdef test_requestnames_tcv < test_requestnames % everything is implemented in superclass! - + properties Machine = 'TCV'; end - + properties(TestParameter) % parameters that will vary during tests - shot = {'48836'}; + shot = {'65565'}; requests_fast = get_all_gdat_requests('TCV','fast'); requests_slow = get_all_gdat_requests('TCV','slow'); end - -end \ No newline at end of file + +end -- GitLab