Skip to content
Snippets Groups Projects
Commit caf98c2e authored by felmer's avatar felmer
Browse files

adaptation to changed get-experiment-info command

SVN: 5375
parent 8352cff3
No related branches found
No related tags found
No related merge requests found
......@@ -550,9 +550,7 @@ function assert_correct_experiment_info {
echo ==== assert correct experiment info ====
local res=$WORK/client-result.txt
call_in_dir check-results.sh $LIMS_CLIENT/ > $res
assert_pattern_present $res 1 "Processing instruction for procedure type 'DATA_ACQUISITION'"
assert_pattern_present $res 1 "Path: processing-dir"
assert_pattern_present $res 1 "Description: Processing parameters from file .*processing-parameters.txt"
assert_pattern_present $res 1 "DATA_ACQUISITION\tprocessing-dir\tProcessing parameters from file .*processing-parameters.txt"
assert_pattern_present $res 2 ".*NEMO.*EXP1.*IMAGE\/.*3VCP[[:digit:]].*microX.*3VCP[[:digit:]]"
assert_pattern_present $res 5 ".*NEMO.*EXP1.*IMAGE_ANALYSIS_DATA.*3VCP[[:digit:]].*microX.*3VCP[[:digit:]]"
......
CL=./bis.sh
$CL login -u test -p unimportant
$CL get-experiment-info NEMO EXP1
$CL list-processing-instructions NEMO EXP1
$CL list-experiment-datasets NEMO EXP1
$CL logout
\ No newline at end of file
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