sas
TestedEntity

An instance of this class binds a test suite to the entities it tests (such as a VPLS service or an LSP).



public class TestedEntity

Properties
contextFdns The list of SAPs/Sites used by OAM Context Creation.

type=Set (Pointer)
access=read-only

continuously

type=boolean
default=false

id The unique identifier of this tested entity in the context of the test suite.

type=long
access=read-create
default=0
minimum=1
maximum=99000000000

spanObjectPointer A pointer to the parent spanEnabled object.

type=string
access=read-only
default=
minimum=0
maximum=252

testGeneration Indicates the current status of Test generation for the entity.

type=sas.GenerationState
access=read-only
default=notGenerating
Displayed(tab/group)=Test Generation State

testSuite The parent test suite.

type=Pointer
access=read-only
default=
Displayed(tab/group)=Test Suite

testedEntity The pointer to an entity tested by this test suite.

type=Pointer
access=read-create
Mandatory on create

testedEntityClassName Specifies the class name of the tested entity.

type=string
access=read-only
default=
maximum=252

testedEntityDisplay A display value of the tested entity. This value is set by the testedEntity and provides a user readable string that identifies the tested object uniquely.

type=string
access=read-only
minimum=0
maximum=252
Displayed(tab/group)=Tested Entity

testedEntityType Specifies the policy used to control the type of objects allowed to use this test policy to test themselves.

type=sas.TestedEntityType
access=read-only
default=vpls
Displayed(tab/group)=Entity Type

testedEntitymodified

type=boolean
default=false
Displayed(tab/group)=Test Re-generation locked

validator

type=boolean
access=read-only
Displayed(tab/group)=Test Suite Validation

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

execute

Start executing this TestedEntity. Only the tests for this testedEntity are executed...other tests in the test suite are not executed.
Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
instanceFullName : string - the full name of the object.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false