Page MenuHomeFreeBSD

testing: workaround pytest parser but in pytest-atf-wrapper.
ClosedPublic

Authored by melifaro on Jun 27 2022, 3:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 8, 7:07 AM
Unknown Object (File)
Mon, Jun 1, 3:15 PM
Unknown Object (File)
Mon, Jun 1, 1:55 AM
Unknown Object (File)
May 30 2026, 11:24 PM
Unknown Object (File)
May 28 2026, 11:52 PM
Unknown Object (File)
Apr 29 2026, 9:39 AM
Unknown Object (File)
Apr 27 2026, 9:29 AM
Unknown Object (File)
Apr 22 2026, 7:44 AM
Subscribers

Details

Summary

Problem:

parsing of plugin args breaks after having any path-like argument (--atf --atf-file /dev/null works, but --atf --atf-file /dev/null --atf-cleanup does not).

Pytest issues: 3097, 6904 and probably others.

This diff implements the suggested workaround - passing values in form --arg=value instead of --arg value.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46135
Build 43024: arc lint + arc unit