######## The values are entered in the order mentioned just before every input types ##### # TestType, DisplayName, DisplayID, ResourceBundle, CollectionGenerator, MinBeaconVersion, TestVersion, IsDeprecated, AvailMetric, AvailMetricColumn## test_metadata=SMTP,SMTP,SMTP_TEST_NAME,oracle.sysman.eml.gensvc.test.smtp.resources.SMTPTestResource,oracle.sysman.emSDK.testMetadata.GenericCollectionGenerator,3.0,1.0,N,smtp_response,status ######### Enter the grouping of test property information here ######### # GroupName, DisplayOrder, DisplayName, DisplayID ############################# #test_group1=STRAY,0,STRAY,SMTP_TEST_GROUP_NAME ######### For every group there will be one or more properties associated with it ######### #PropertyName, GroupName, DisplayOrder, DisplayName, DisplayID, PropertyType, Level, VariesPerBeacon, isPassword, encrypted, defaultIntValue, defaultMinValue #test_group1_prop1=smtp_address,0,SMTP Service Address,SMTP_TEST_ADDR,1,Y,N,N,N,0,0 #test_group1_prop2=smtp_sender_id,1,SMTP Send Email ID,SMTP_TEST_SEND_EMAIL,1,Y,N,N,N,0,0 #test_group1_prop3=smtp_recepient_id,2,SMTP Receive Email ID,SMTP_TEST_RECV_EMAIL,1,Y,N,N,N,0,0 #test_group1_prop4=numretries,4,Number of Retries,SMTP_NUM_RETRIES,2,Y,N,N,N,6,0 #test_group1_prop5=retryinterval,5,Retry Time Interval,SMTP_RETRY_INTERVAL,2,Y,N,N,N,5,0 ######### Each test will have a set of properties which needs to be pushed to the beacon ######### #PropertyName, GroupName, DisplayOrder, DisplayName, DisplayID, PropertyType, Level, VariesPerBeacon, isPassword, encrypted, defaultIntValue, defaultMinValue stray_prop1=smtp_address,0,SMTP Service Address,SMTP_TEST_ADDR,1,N,N,N,N,0,0 stray_prop2=smtp_sender_id,1,SMTP Send Email ID,SMTP_TEST_SEND_EMAIL,1,N,N,N,N,0,0 stray_prop3=smtp_recipient_id,2,SMTP Receive Email ID,SMTP_TEST_RECV_EMAIL,1,N,N,N,N,0,0 stray_prop4=numretries,3,Number of Retries,SMTP_NUM_RETRIES,2,Y,N,N,N,6,0 stray_prop5=retryinterval,4,Retry Time Interval,SMTP_RETRY_INTERVAL,2,Y,N,N,N,5,0 ######### For every test there will be one or more metrics ######### # Metric Name, Order, Transaction Level, IsInteractive test_metric1=smtp_response,0,TXN,Y ######### For every metric there will be one or more metric columns ######### # Metric Column Name, Order test_metric1_column1=status,1 test_metric1_column2=timing,2 test_metric1_column3=connect_time,3 test_metric1_column4=send_time,4 ######### Each test will have a set of properties which needs to be pushed to the beacon ######### # TargetType, TypeMetaVer, MetricName, PropertyName, Scope, isOptional, isEncrypted test_metric_prop1 = oracle_beacon,3.0,smtp_response,TxnName,USER,N,N test_metric_prop2 = oracle_beacon,3.0,smtp_response,BeaconName,USER,N,N test_metric_prop3 = oracle_beacon,3.0,smtp_response,smtp_address,USER,N,N test_metric_prop4 = oracle_beacon,3.0,smtp_response,smtp_sender_id,USER,N,N test_metric_prop5 = oracle_beacon,3.0,smtp_response,smtp_recipient_id,USER,N,N test_metric_prop6 = oracle_beacon,3.0,smtp_response,numretries,USER,Y,N test_metric_prop7 = oracle_beacon,3.0,smtp_response,retryinterval,USER,Y,N ######### Define the metric that will get promoted to upper level service ######### # SrcMetric, SrcMetricColumn, SrcMetricKey, EvalFunc, Critical, Warning, DestMetric, DestMetricColumn, DestMetricKey, IsDefaultChart test_promotion1=smtp_response,timing,N/A,EVAL_AVG_VALUE,5000,2000,Performance,PerformanceValue,timing,Y ######### Define the metric threshold values ######### #MetricName, MetricColumn, MetricKey, Critical, Warning test_default_threshold1=smtp_response,timing,N/A,5000,2000 test_default_threshold2=smtp_response,connect_time,N/A,2000,100 test_default_threshold3=smtp_response,send_time,N/A,5000,2000 test_default_threshold4=smtp_response,status,N/A,0,0,EQ ######### Beacon Metrics ######### #MetricName, Number of metric columns, procedure Beacon_Metric=smtp_response,4,test_procedure ######### Beacon Column Metrics ######### #MetricColumnName, Metric Column Label, Metric Column Label ,Metric Column LabelDescription , Metric Column Label NLSID Beacon_Metric_Col1=status,Status,beacon_smtp_status,Status Desc, SMTP_STATUS_DESC Beacon_Metric_Col2=timing,Timing,beacon_smtp_response_time,Timing Desc, SMTP_TIMING_DESC Beacon_Metric_Col3=connect_time,Connect Time,beacon_smtp_connect_time,Connect Time Desc, SMTP_CONNECT_TIME_DESC Beacon_Metric_Col4=send_time,Send Time,beacon_smtp_send_time,Send Time Desc, SMTP_SEND_TIME_DESC ######### Enable the test ######### # Test Name, Service Name, Version enable_test1=SMTP,generic_service,1.0