From a9f63a9cd08f67dcb4cab0879f2d89cea164201d Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Thu, 9 Jan 2020 17:49:41 -0500 Subject: [PATCH] gpu: nvgpu: unit: ptimer: update SWUTS Add Targets keyword Update Test Type JIRA NVGPU-4818 Change-Id: I6c9bace91725df937e367074e08e4c181c60d1be Signed-off-by: Philip Elcan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2278495 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/units/ptimer/nvgpu-ptimer.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/userspace/units/ptimer/nvgpu-ptimer.h b/userspace/units/ptimer/nvgpu-ptimer.h index da889a9b8..89dfe22f6 100644 --- a/userspace/units/ptimer/nvgpu-ptimer.h +++ b/userspace/units/ptimer/nvgpu-ptimer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -78,6 +78,8 @@ int test_free_env(struct unit_module *m, * * Test Type: Feature Based * + * Targets: gops_ptimer.read_ptimer + * * Input: None * * Steps: @@ -116,6 +118,8 @@ int test_read_ptimer(struct unit_module *m, * * Test Type: Feature Based * + * Targets: gops_ptimer.isr + * * Input: None * * Steps: @@ -154,7 +158,9 @@ int test_ptimer_isr(struct unit_module *m, * * Description: Verify the scale_ptimer() and ptimer_scalingfactor10x() APIs. * - * Test Type: Feature Based + * Test Type: Feature Based, Boundary Values + * + * Targets: scale_ptimer, ptimer_scalingfactor10x * * Input: None *