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
F102543555: D35614.diff
Wed, Nov 13, 8:30 PM
F102529701: D35614.id107436.diff
Wed, Nov 13, 3:50 PM
Unknown Object (File)
Fri, Nov 8, 4:40 PM
Unknown Object (File)
Tue, Nov 5, 8:54 AM
Unknown Object (File)
Mon, Oct 21, 8:39 AM
Unknown Object (File)
Wed, Oct 16, 8:00 PM
Unknown Object (File)
Tue, Oct 15, 3:18 AM
Unknown Object (File)
Oct 13 2024, 11:45 PM
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