######## 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=SIEBEL,SIEBEL,SIEBEL,oracle.sysman.eml.gensvc.test.siebel.resources.SiebelResourceBundle,oracle.sysman.emSDK.testMetadata.GenericCollectionGenerator,3.2,1.0,N,siebel_response,status ######### 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,isHidden stray_prop1=retryinterval,0,Retry Time Interval,SIEBEL_RETRY_INTERVAL,2,Y,N,N,N,5,0,Y stray_prop2=txnDetails,1,Transaction,SIEBEL_TXN,1,Y,N,N,N,0,0,Y stray_prop3=timeoutduration,2,Duration (ms),SIEBEL_DURATION,1,Y,N,N,N,300000,300000 ######### For every test there will be one or more metrics ######### # Metric Name, Order, Transaction Level, IsInteractive test_metric1=siebel_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=message,3 ######### Each test will have a set of properties which needs to be pushed to the beacon ######### # TargetType, TypeMetaVer, MetricName, PropertyName, Scope, isOptional test_metric_prop1 = oracle_beacon,3.2,siebel_response,TxnName,USER,N test_metric_prop2 = oracle_beacon,3.2,siebel_response,BeaconName,USER,N test_metric_prop3 = oracle_beacon,3.2,siebel_response,txnDetails,USER,N test_metric_prop4 = oracle_beacon,3.2,siebel_response,retryinterval,USER,N test_metric_prop5 = oracle_beacon,3.2,siebel_response,timeoutduration,USER,Y ######### Define the metric that will get promoted to upper level service ######### # SrcMetric, SrcMetricColumn, SrcMetricKey, EvalFunc, Critical, Warning, DestMetric, DestMetricColumn, DestMetricKey, IsDefaultChart test_promotion1=siebel_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=siebel_response,timing,N/A,5000,2000 test_default_threshold4=siebel_response,status,N/A,0,0,EQ ######### Beacon Metrics ######### #MetricName, Number of metric columns, procedure Beacon_Metric=siebel_response,2,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_siebel_status,Status Desc, SIEBEL_STATUS_DESC Beacon_Metric_Col2=timing,Timing,beacon_siebel_response_time,Timing Desc, SIEBEL_TIMING_DESC ######### Enable the test ######### # Test Name, Service Name, Version #enable_test1=SIEBEL,website,1.0 #enable_test1=SIEBEL,generic_service,1.0