######### 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=POP,POP,POP_TEST_NAME,oracle.sysman.eml.gensvc.test.pop.resources.POPTestResource,oracle.sysman.emSDK.testMetadata.GenericCollectionGenerator,3.0,1.0,N,pop_response,status ######### Enter the grouping of test property information here ######### # GroupName, DisplayOrder, DisplayName, DisplayID ############################# #test_group1=STRAY,0,General,POP_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=pop_host,0,POP Host Address,POP_HOST,1,Y,N,N,N,0,0 #test_group1_prop2=pop_user_name,1,POP Email ID,POP_USER_NAME,1,Y,N,N,N,0,0 #test_group1_prop3=pop_password,2,POP password,POP_PASSWORD,1,Y,N,Y,Y,0,0 #test_group1_prop4=numretries,3,Number of Retries,POP_NUMRETRIES,2,Y,N,N,N,6,0 #test_group1_prop5=retryinterval,4,Retry Time Interval,POP_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=pop_host,0,POP Host Address,POP_HOST,1,N,N,N,N,0,0 stray_prop2=pop_user_name,1,POP Email ID,POP_USER_NAME,1,N,N,N,N,0,0 stray_prop3=pop_password,2,POP password,POP_PASSWORD,1,N,N,Y,Y,0,0 stray_prop4=numretries,3,Number of Retries,POP_NUMRETRIES,2,Y,N,N,N,6,0 stray_prop5=retryinterval,4,Retry Time Interval,POP_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=pop_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=login_time,4 test_metric1_column5=read_email_time,5 ######### 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,pop_response,TxnName,USER,N,N test_metric_prop2 = oracle_beacon,3.0,pop_response,BeaconName,USER,N,N test_metric_prop3 = oracle_beacon,3.0,pop_response,pop_host,USER,N,N test_metric_prop4 = oracle_beacon,3.0,pop_response,pop_user_name,USER,N,N test_metric_prop5 = oracle_beacon,3.0,pop_response,pop_password,USER,N,Y test_metric_prop6 = oracle_beacon,3.0,pop_response,numretries,USER,Y,N test_metric_prop7 = oracle_beacon,3.0,pop_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=pop_response,timing,N/A,EVAL_AVG_VALUE,10000,5000,Performance,PerformanceValue,timing,Y ######### Define the metric threshold values ######### # MetricName, MetricColumn, MetricKey, Critical, Warning test_default_threshold1=pop_response,timing,N/A,10000,5000 test_default_threshold2=pop_response,connect_time,N/A,2000,100 test_default_threshold3=pop_response,login_time,N/A,5000,2000 test_default_threshold4=pop_response,read_email_time,N/A,5000,2000 test_default_threshold5=pop_response,status,N/A,0,0,EQ ######### Enable the test ######### # Test Name, Service Name, Version enable_test1=POP,generic_service,1.0 ######### Beacon Metrics ######### #MetricName, Number of metric columns, procedure Beacon_Metric=pop_response,5,test_procedure ######### Beacon Column Metrics ######### #MetricColumnName, Metric Column Label, Metric Column Label ,Metric Column LabelDescripyion , Metric Column Label NLSID Beacon_Metric_Col1=status,Status,beacon_pop_status,Status Desc, POP_STATUS_DESC Beacon_Metric_Col2=timing,Timing,beacon_pop_response_time,Timing Desc, POP_TIMING_DESC Beacon_Metric_Col3=connect_time,Connect Time,beacon_pop_connect_time,Connect Time Desc, POP_CONNECT_TIME_DESC Beacon_Metric_Col4=login_time,Send Time,beacon_pop_login_time,Login Time Desc, POP_LOGIN_TIME_DESC Beacon_Metric_Col5=read_email_time,Read Email Time,beacon_read_email_time,Read Email Time Desc, POP_READ_EMAIL_TIME_DESC