Skip to content

Commit

Permalink
1. Pre-compiled end-to-end gpu driver validation
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 10, 2024
1 parent bd7372b commit 7397a94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/cases/nvidia-driver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
#! /bin/bash
# This test case runs the operator installation / test case with the default options.

echo "#3.SHIVA Number == $#"
echo "SHIVA"
echo "Script name: $0"
i=1
for arg in "$@"; do
echo "KUMAR =$i $arg"
i=$((i + 1))
done
echo "SHIVA"

if [[ $# -le 1 ]]; then
echo "Error: $0 must be called with driver options"
exit 1
Expand Down

0 comments on commit 7397a94

Please sign in to comment.