;comments begin with ';'
;This is the configuration file for the NabiCI Continuous Integration System.
;This file is prepared to demonstrate a test running
;the ci.ini file must be in the directory NabiCI for run the test Loop, see the user guide.
;NOTE: COMPLETE THE NECESSARY VALUES FOR TASKS as described in the user guide!
[test_loop]
tasks = task_system_test syntax_check_linewise_a syntax_check_linewise_b systemlist url_list task_url_a task_url_b
;deadline in minutes
deadline = 3
[task_system_test]
task_mode = system
call =
expected_result= NabiCI
[syntax_check_linewise_a]
task_mode=system_linewise
call =
expected_result=No syntax errors detected in
[syntax_check_linewise_b]
task_mode=system_linewise
call =
expected_result=No syntax errors detected in
[systemlist]
task_mode=system_list
call_list =
expected_result=No syntax errors
[url_list]
task_mode=url_list
url_list =
expected_result=berlin
[task_url_a]
task_mode = url
url = www.google.de
expected_result = google
[task_url_b]
task_mode = url
url = www.hwr-berlin.de
expected_result= berlin
|