nutestsuite¶
-
nutestsuite.NUTestSuite(bambou.nurest_object.NUMetaRESTObject,):
A Test Suite is grouping a number of diagnostic Tests that can be run consecutively from a given source (NSGateway or VPort) toward a specified destination.
Attributes¶
name
(Mandatory): The name given by the operator to the Test Suite.last_updated_by
: ID of the user who last updated the object.last_updated_date
: Time stamp when this object was last updated.description
: An operator given description of the Test Suite.embedded_metadata
: Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.underlay_test
: Flag to define if this Test Suite is the internal ‘Underlay Tests’ Test Suiteenterprise_id
: The ID of the Enterprise to which this Test Suite belongs to.entity_scope
: Specify if scope of entity is Data center or Enterprise levelcreation_date
: Time stamp when this object was created.owner
: Identifies the user that has created this object.external_id
: External object ID. Used for integration with third party systems
Children¶
class | fetcher |
nupermission.NUPermission | permissions |
nutest.NUTest | tests |
nutestsuiterun.NUTestSuiteRun | test_suite_runs |
numetadata.NUMetadata | metadatas |
nuglobalmetadata.NUGlobalMetadata | global_metadatas |