Skip to content

Commit

Permalink
update .cirrus.yml - add jail_ip parameter to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Nov 17, 2024
1 parent f1212ae commit a7fbb5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ iocage_tests_task:
- pkg
install_iocage_script:
- python3 setup.py install
test_script: pytest --zpool=pool tests/functional_tests --junit-xml=reports/pytest-report.xml -rA --image
ifconfig_script: ifconfig
test_script: pytest --zpool=pool tests/functional_tests --junit-xml=reports/pytest-report.xml -rA --image --jail_ip=192.168.2.2
always:
pytest_results_artifacts:
path: reports/*.xml
Expand Down

0 comments on commit a7fbb5b

Please sign in to comment.