[main]
bio_test doatstart
bio_test iap_03
bio_test doattheend


// Startup section.
[doatstart]
clean_all_bio_msgs


// Shutdown section.
[doattheend]


// wapp tests.
[iap_03]
gen_msg_from_file iacp\iacp_iap_03.txt
check_used_bif 1000552f
bio_client_parse
bio_client_process
dump_parsed_message
//
// check commdb tables for correct entries
bio_commdb DialOutIsp iap_03_commdb_dialoutisp_table
bio_commdb IAP iap_03_commdb_iap_table
bio_commdb Proxies iap_03_commdb_proxies_table


[iap_03_commdb_dialoutisp_table]
commdb_check text Name "Demon"
commdb_check text DefaultTelNum "+447818044588"
commdb_check bool UseLoginScript "true"
commdb_check bool EnableSWComp "false"


[iap_03_commdb_iap_table]
commdb_check text Name "Demon"
commdb_check text IAPServiceType "DialOutISP"
commdb_check text IAPBearerType "ModemBearer"


[iap_03_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"
