Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TEST] [NODE API] negativeTesttivxCreateNodeByKernelName negative tes…
…t case -Negative test case which passes NULL Kernel name to the tivxCreateNodeByKernelName API and prints Error messagee. [TEST] [NODE API] negativeTesttivxCreateNodeByStructure negative test case -Negative test case which passes unacceptable ENUM name to the vxCreateNodeByStructure API and prints Error messagee. [TEST] [REFERENCE] negativeTestGetReferenceParent1 negative test case -Negative test case which passes context to the tivxGetReferenceParent API and expects NULL return value. [TEST] [REFERENCE] negativeTestSetTimestamp negative test case -Negative test case which passes NULL reference tivxSetReferenceAttribute API and expects Invalid reference. [TEST] [REFERENCE] negativetestSetTimestamp1 negative test case -Negative test case which passes TIVX_REFERENCE_TIMESTAMP, TIVX_REFERENCE_INVALID and a non defined ENUM to the tivxSetReferenceAttribute API and expects error setting reference timestamp, error setting reference validity and respectively. [TEST] [REFERENCE] negativeTestvxReferenceExportHandle negative test case -Negative test case which passes VX_TYPE_PYRAMID to the tivxReferenceExportHandle API and expects Unsupported type. [TEST] [REFERENCE] negativeTestvxIsReferenceMetaFormatEqual1 negative test case -Negative test case which passes 1st NULL image to the tivxIsReferenceMetaFormatEqual API and expects NULL return value. [TEST] [REFERENCE] negativeTestvxIsReferenceMetaFormatEqual2 negative test case -Negative test case which passes 2nd NULL image to the tivxIsReferenceMetaFormatEqual API and expects NULL return value. [TEST] [REFERENCE] negativeTestvxIsReferenceMetaFormatEqual3 negative test case -Negative test case which passes 1st NULL context to the tivxIsReferenceMetaFormatEqual API and expects NULL return value. [TEST] [REFERENCE] negativeTesttivxReferenceImportHandle negative test case -Negative test case which passes VX_TYPE_PYRAMID to the tivxReferenceImportHandle API and expects Unsupported type. [TEST] [REFERENCE] negativeTesttivxReferenceImportHandle1 negative test case -Negative test case which passes wrong size and type is PYRAMID to the tivxReferenceImportHandle API and expects memory size mismatch. [TEST] [REFERENCE] negativeTesttivxReferenceImportHandle2 negative test case -Negative test case which passes wrong size and type is KERNEL to the tivxReferenceImportHandle API and expects memory size mismatch. [TEST] [REFERENCE] negativeTestGetStatus1 negative test case -Removed white space and extra lines [TEST] [REFERENCE] testGetContext Test case - Removed white space and extra lines [TEST] [REFERENCE] negativeTestvxIsReferenceMetaFormatEqual3 negative test case - Removed the unwanted APIs [TEST] [REFERENCE] negativeTesttivxReferenceImportHandle negative test case - Removed white spaces and extra lines [TEST] [REFERENCE] negativeTesttivxReferenceImportHandle1 negative test case -Removed the comment [TEST] [REFERENCE] negativeTesttivxReferenceImportHandle2 negative test case -Removed the comment -Removed the unwanted APIs [TEST] [OBJARRAY] negativeTestGetObjectArrayItem1 negative test case -Negative test case which passes VX_TYPE_IMAGE enum type to vxCreateObjectArray API and expects an error.. [TEST] [NODE] negativeTestGetNodeParameterNumBufByIndex negative test case -Negative test case which passes NULL node to the tivxSetNodeParameterNumBufByIndex and tivxGetNodeParameterNumBufByIndex API and expects Invalid node return value. [TEST] [NODE] negativeTestGetNodeParameterNumBufByIndex negative test case -Negative test case which passes larger index value to the tivxSetNodeParameterNumBufByIndex and tivxGetNodeParameterNumBufByIndex API and expects Invalid parameters return value. [TEST] [NODE_API] negativeTesttivxCreateNodeByStructure1 negative test case -Negative test case which passes a graph to the tivxCreateNodeByKernelEnum API to achieve coverage for vxCreateNodeByStructure. [TEST] [OBB_ARRAY] Moved the file to test_internal directory [TEST] [NODE] negativeTestGetNodeParameterNumBufByIndex2 negative test case -Negative test case which covers vxSetNodeTarget and tivxSetNodeParameterNumBufByIndex API and expects VX_ERROR_NOT_SUPPORTED [TEST] [REFERENCE] Review fixes done [TEST] [MAIN_HEADER] Added tivxInternalObjArray [TEST] [OBJECT ARRAY] New Test cases depending on Framework headers moved here [TEST] [OBJECT ARRAY] Reverted to original contents, moved new Test cases to internal directory
- Loading branch information