[main]
bio_test doatstart
bio_test all_02
bio_test doattheend


// Startup section.
[doatstart]
clean_all_bio_msgs


// Shutdown section.
[doattheend]


// wapp tests.
[all_02]
gen_msg_from_file iacp\iacp_all_02.txt
check_used_bif 1000552f
bio_client_parse
bio_client_process
dump_parsed_message
//
// check mail settings in msg store
check_pop3_named all_02_pop3 Demonic
check_smtp_named all_02_smtp Demonic
//
// check commdb tables for correct entries
bio_commdb DialOutIsp all_02_commdb_dialoutisp_table
bio_commdb IAP all_02_commdb_iap_table
bio_commdb Proxies all_02_commdb_proxies_table


[all_02_pop3]
chk_pop3_loginname diskono
chk_pop3_password sprocket
chk_pop3_serveraddress pop3.demon.co.uk
chk_pop3_useraddress mal@sprocket.co.uk


[all_02_smtp]
chk_smtp_serveraddress post.demon.co.uk
chk_smtp_emailaddress mal@sprocket.co.uk


[all_02_commdb_dialoutisp_table]
commdb_check text Name "Demonic"
commdb_check text LoginName "diskono"
//commdb_check text IfAuthName "diskono"
commdb_check text LoginPass "sprattler"
//commdb_check text IfAuthPass "sprattler"
commdb_check text DefaultTelNum "+44 845 2121666"
commdb_check text IpNameServer1 "158.152.1.58"
commdb_check text IpNameServer2 "158.152.1.43"
commdb_check bool UseLoginScript true
commdb_check bool EnableSWComp false


[all_02_commdb_iap_table]
commdb_check text Name "Demonic"
commdb_check text IAPServiceType "DialOutISP"
commdb_check text IAPBearerType "ModemBearer"


[all_02_commdb_proxies_table]
commdb_check text ProxyServerName "111.222.333.444"
commdb_check uint PortNumber 54321
commdb_check text Exceptions "10.11.12.13; 100.101.102.103"
commdb_check text ProtocolName "HTTP"
