Login   Register  
PHP Classes
elePHPant
Icontem

File: Test_Files/ci.ini

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of hwrProgs  >  NabiCI  >  Test_Files/ci.ini  >  Download  
File: Test_Files/ci.ini
Role: Auxiliary data
Content type: text/plain
Description: ci.ini
Class: NabiCI
Continuous integration framework
Author: By
Last change:
Date: 2010-01-31 12:49
Size: 1,136 bytes
 

Contents

Class file image Download
;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