Test Class
The definition of a Test.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
Test
Constructor
Test(*, test_type: Union[str, azure.mgmt.testbase.models._test_base_enums.TestType], commands: List[azure.mgmt.testbase.models._models_py3.Command], is_active: Optional[bool] = None, **kwargs)
Parameters
- test_type
- str or <xref:test_base.models.TestType>
Required
Required. The type of the test. Possible values include: "OutOfBoxTest", "FunctionalTest".
- is_active
- bool
Required
Indicates if this test is active.It doesn't schedule test for not active Test.
Variables
- validation_run_status
- str or <xref:test_base.models.ValidationRunStatus>
The status of the validation run of the package. Possible values include: "Unknown", "Pending", "Passed", "Failed".
Feedback
Submit and view feedback for