Skip to content
Snippets Groups Projects
Commit 0a523dbd authored by tpylak's avatar tpylak
Browse files

fix integration tests

SVN: 17264
parent 289d8010
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ function integration_tests_screening { ...@@ -129,7 +129,7 @@ function integration_tests_screening {
prepare_data_first_phase prepare_data_first_phase
switch_dss "on" datastore_server_screening switch_dss "on" datastore_server_screening
sleep 30 sleep 30
assertSpotSizes "0x0,24x16" assertSpotSizes "24x16,24x16"
prepare_data_second_phase prepare_data_second_phase
sleep 15 sleep 15
...@@ -142,8 +142,8 @@ function integration_tests_screening { ...@@ -142,8 +142,8 @@ function integration_tests_screening {
local datasets=`find $DSS_INCOMING_PARENT_DIR/store -name "original" | wc -l | tr -d " "`; local datasets=`find $DSS_INCOMING_PARENT_DIR/store -name "original" | wc -l | tr -d " "`;
assert_equals "Wrong number of registered datasets" 5 $datasets assert_equals "Wrong number of registered datasets" 5 $datasets
# TODO: uncomment and add a check if the results are correct
assertSpotSizes "24x16,24x16,24x16" assertSpotSizes "24x16,24x16,24x16"
# TODO: add a check if the results are correct
test_screening_api test_screening_api
switch_dss "off" datastore_server_screening switch_dss "off" datastore_server_screening
......
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