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)
Sun, Sep 6, 8:38 PM
Unknown Object (File)
Sat, Sep 5, 8:08 PM
Unknown Object (File)
Sat, Sep 5, 10:35 AM
Unknown Object (File)
Sat, Sep 5, 4:28 AM
Unknown Object (File)
Fri, Sep 4, 11:56 PM
Unknown Object (File)
Thu, Sep 3, 11:43 PM
Unknown Object (File)
Thu, Sep 3, 11:35 PM
Unknown Object (File)
Thu, Sep 3, 11:17 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