Skip to content

Commit

Permalink
jenkins: Update test to simplify debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Dec 2, 2024
1 parent c4251cd commit 4e12b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/test_fwcfg64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ mkdir -p "${test_name}"

unzip -o "${AUTO_HCK_WORKSPACE_PATH}/latest/*hlkx" -d "${test_name}"

cat "${test_name}/hck/data/PackageInfo.xml"
# Check that HLK package contains the expected test results
grep -e '<TestRollup Passed="2" Failed="0" NotRun="22" />' "${test_name}/hck/data/PackageInfo.xml"
1 change: 1 addition & 0 deletions jenkins/test_igb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ mkdir -p "${test_name}"

unzip -o "${AUTO_HCK_WORKSPACE_PATH}/latest/*hlkx" -d "${test_name}"

cat "${test_name}/hck/data/PackageInfo.xml"
# Check that HLK package contains the expected test results
grep -e '<TestRollup Passed="1" Failed="0" NotRun="137" />' "${test_name}/hck/data/PackageInfo.xml"

0 comments on commit 4e12b97

Please sign in to comment.