mirror of https://github.com/BOINC/boinc.git
test_uc.php now tests to make sure that the water level functionality is correct. There should be 3 scheduler_requests in test_uc.php's output.
svn path=/trunk/boinc/; revision=137
This commit is contained in:
parent
31990745de
commit
b814574c85
|
@ -14,7 +14,7 @@
|
|||
add_platform(null);
|
||||
add_user(null);
|
||||
add_app("upper_case");
|
||||
create_work("-appname upper_case -wu_name uc_wu -wu_template uc_wu -result_template uc_result -nresults 2 input input");
|
||||
create_work("-appname upper_case -rsc_iops 180000000000.0 -rsc_fpops 0.0 -wu_name uc_wu -wu_template uc_wu -result_template uc_result -nresults 5 input input input input input");
|
||||
start_feeder();
|
||||
run_client();
|
||||
stop_feeder();
|
||||
|
@ -22,4 +22,7 @@
|
|||
check_results_done();
|
||||
compare_file("uc_wu_0_0", "uc_correct_output");
|
||||
compare_file("uc_wu_1_0", "uc_correct_output");
|
||||
compare_file("uc_wu_2_0", "uc_correct_output");
|
||||
compare_file("uc_wu_3_0", "uc_correct_output");
|
||||
compare_file("uc_wu_4_0", "uc_correct_output");
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue