######## 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=NNTP,NNTP,NNTP_TEST_NAME,oracle.sysman.eml.gensvc.test.nntp.resources.NNTPTestResource,oracle.sysman.emSDK.testMetadata.GenericCollectionGenerator,3.0,1.0,N,nntp_response,status ######### Enter the grouping of test property information here ######### # GroupName, DisplayOrder, DisplayName, DisplayID ############################# ######### 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 ######### Each test will have a set of stray properties which needs to be pushed to the beacon ######### #PropertyName, GroupName, DisplayOrder, DisplayName, DisplayID, PropertyType, Level, VariesPerBeacon, isPassword, encrypted, defaultIntValue, defaultMinValue stray_prop1=nntp_address,0,NNTP Service Address,NNTP_TEST_ADDR,1,N,N,N,N,0,0 stray_prop2=nntp_newsgroup,1,NNTP News Group,NNTP_NEWSGROUP,1,N,N,N,N,0,0 stray_prop3=numretries,2,Number of Retries,NNTP_NUM_RETRIES,2,Y,N,N,N,6,0 stray_prop4=retryinterval,3,Retry Time Interval,NNTP_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=nntp_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 test_metric1_column5=retrieve_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,nntp_response,TxnName,USER,N,N test_metric_prop2=oracle_beacon,3.0,nntp_response,BeaconName,USER,N,N test_metric_prop3=oracle_beacon,3.0,nntp_response,nntp_address,USER,N,N test_metric_prop4=oracle_beacon,3.0,nntp_response,nntp_newsgroup,USER,N,N test_metric_prop5=oracle_beacon,3.0,nntp_response,numretries,USER,Y,N test_metric_prop6=oracle_beacon,3.0,nntp_response,retryinterval,USER,Y,N ######### Enable the test ######### # Test Name, Service Name, Version enable_test1=NNTP,generic_service,1.0 ######### Define the metric that will get promoted to upper level service ######### # SrcMetric, SrcMetricColumn, SrcMetricKey, EvalFunc, Critical, Warning, DestMetric, DestMetricColumn, DestMetricKey, IsDefaultChart test_promotion1=nntp_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=nntp_response,timing,N/A,5000,2000 test_default_threshold2=nntp_response,connect_time,N/A,2000,500 test_default_threshold3=nntp_response,send_time,N/A,5000,2000 test_default_threshold4=nntp_response,retrieve_time,N/A,5000,2000 test_default_threshold5=nntp_response,status,N/A,0,0,EQ ######### Beacon Metrics ######### #MetricName, Number of metric columns, procedure Beacon_Metric=nntp_response,5,test_procedure ######### Beacon Column Metrics ######### #MetricColumnName, Metric Column Label, Metric Column Label ,Metric Column Label Description , Metric Column Label NLSID Beacon_Metric_Col1=status,Status,beacon_nntp_status,Status Desc, NNTP_STATUS_DESC Beacon_Metric_Col2=timing,Timing,beacon_nntp_response_time,Timing Desc, NNTP_TIMING_DESC Beacon_Metric_Col3=connect_time,Connect Time,beacon_nntp_connect_time,Connect Time Desc, NNTP_CONNECT_TIME_DESC Beacon_Metric_Col4=send_time,Send Time,beacon_nntp_send_time,Send Time Desc, NNTP_SEND_TIME_DESC Beacon_Metric_Col5=retrieve_time,Retrieve Time,beacon_nntp_send_time,Retrieve Time Desc, NNTP_RETRIEVE_TIME_DESC