Skip to content

Commit 17455e8

Browse files
committed
Update e2e for Sanity_Performance
1 parent ce93c66 commit 17455e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
cd sriov/tests
6868
cp /config/*.yaml ./
6969
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"
7171
echo "generated=true" >> $GITHUB_ENV
7272
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'"
7474
for testname in $(echo "${tests[@]}" | tr ' ' '\n' | sort -u); do
7575
test_string="${test_string} ${testname}"
7676
echo "Testing ${testname}"

0 commit comments

Comments
 (0)