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

change shot number to have bolo and rtc, fix rtc if node=0

parent 1824dbfc
No related branches found
No related tags found
1 merge request!71change shot number to have bolo and rtc, fix rtc if node=0, removed AUG tests
Pipeline #43393 passed
......@@ -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
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment