gpu: nvgpu: unit: allow automation to specify test level

Pass parameters from the wrapper script nvgpu_submit_unit.sh to the
lower level script nvgpu_unit.sh so that GVS/VRLs can pass down parameters.

JIRA NVGPU-3200

Change-Id: I8395e63f07cbac7cac52a13e6d848ea6e02daa6b
Signed-off-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2099679
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Philip Elcan
2019-04-17 11:38:26 -04:00
committed by mobile promotions
parent de1edcc1ee
commit 73bd8e4646

View File

@@ -28,7 +28,7 @@
this_script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )"
pushd $this_script_dir/nvgpu_unit
./unit.sh
./unit.sh $*
rc=$?
popd
exit $rc