Commit 17455e8 1 parent ce93c66 commit 17455e8 Copy full SHA for 17455e8
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ jobs:
67
67
cd sriov/tests
68
68
cp /config/*.yaml ./
69
69
if [[ "${mode}" == "full" ]]; then
70
- pytest -v --html=report.html --self-contained-html SR_IOV_* common --ignore-glob="*test_SR_IOV_Performance .py"
70
+ pytest -v --html=report.html --self-contained-html SR_IOV_* common --ignore-glob="*test_SR_IOV_Sanity_Performance .py"
71
71
echo "generated=true" >> $GITHUB_ENV
72
72
elif [[ ${#tests[@]} -ne 0 ]]; then
73
- test_string="pytest -v --html=report.html --self-contained-html --ignore-glob='*test_SR_IOV_Performance .py'"
73
+ test_string="pytest -v --html=report.html --self-contained-html --ignore-glob='*test_SR_IOV_Sanity_Performance .py'"
74
74
for testname in $(echo "${tests[@]}" | tr ' ' '\n' | sort -u); do
75
75
test_string="${test_string} ${testname}"
76
76
echo "Testing ${testname}"
You can’t perform that action at this time.
0 commit comments