[main]
bio_test doatstart
bio_test all_01
bio_test doattheend


// Startup section.
[doatstart]
clean_all_bio_msgs


// Shutdown section.
[doattheend]


// wapp tests.
[all_01]
gen_msg_from_file iacp\iacp_all_01.txt
check_used_bif 1000552f
bio_client_parse
bio_client_process
dump_parsed_message
//
// check mail settings in msg store
check_pop3_named all_01_pop3 Home
check_smtp_named all_01_smtp Home
//
// check commdb tables for correct entries
bio_commdb DialOutIsp all_01_commdb_dialoutisp_table
bio_commdb IAP all_01_commdb_iap_table


[all_01_pop3]
chk_pop3_loginname pop628812
chk_pop3_password uiqtest
chk_pop3_serveraddress pop.home.se
chk_pop3_useraddress uiqtest@home.se


[all_01_smtp]
chk_smtp_serveraddress smtp.home.se
chk_smtp_emailaddress uiqtest@home.se


[all_01_commdb_dialoutisp_table]
commdb_check text Name "Home"
commdb_check text LoginName "pop628812"
//commdb_check text IfAuthName "pop628812"
commdb_check text LoginPass "uiqtest"
//commdb_check text IfAuthPass "uiqtest"
commdb_check text DefaultTelNum "+46187000100"

[all_01_commdb_iap_table]
commdb_check text Name "Home"
commdb_check text IAPServiceType "DialOutISP"
commdb_check text IAPBearerType "ModemBearer"

