Skip to content

Commit 67e9695

Browse files
Merge pull request #446 from kstrenkova/change-tobiko-test-definition
[tobiko] Use pytestAddopts for test path
2 parents 61b5194 + da581ee commit 67e9695

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zuul.d/jobs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
# Tobiko
101101
cifmw_test_operator_tobiko_workflow:
102102
- stepName: 'podified-functional'
103-
testenv: 'functional -- tobiko/tests/functional/podified/test_topology.py'
103+
testenv: 'functional'
104+
pytestAddopts: "tobiko/tests/functional/podified/test_topology.py"
104105
numProcesses: 2
105106
- stepName: 'sanity'
106107
testenv: 'sanity'

0 commit comments

Comments
 (0)