Page MenuHomeFreeBSD

kyua: map require.diskspace to required_disk_space
Needs ReviewPublic

Authored by ngie on May 28 2023, 5:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 24, 6:54 PM
Unknown Object (File)
Dec 2 2024, 12:27 AM
Unknown Object (File)
Oct 12 2024, 2:22 PM
Unknown Object (File)
Oct 5 2024, 7:04 PM
Unknown Object (File)
Oct 5 2024, 6:01 PM
Unknown Object (File)
Oct 3 2024, 12:14 AM
Unknown Object (File)
Oct 1 2024, 12:59 PM
Unknown Object (File)
Oct 1 2024, 10:26 AM
Subscribers

Details

Summary

Prior to this change, despite what contrib/kyua/NEWS stated, kyua did
not technically support mapping the required.diskspace ATF metadata
property to the kyua required_disk_space metadata property. This
change makes the required mapping so using the documented metadata key
results in desired behavior when the requirement is specified in ATF
tests.

Add a testcase for the change.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51743
Build 48634: arc lint + arc unit

Event Timeline

ngie requested review of this revision.May 28 2023, 5:47 AM
ngie edited the summary of this revision. (Show Details)
ngie added a subscriber: tests.
ngie retitled this revision from Pipe through require.diskspace from atf-sh to kyua: map require.diskspace to required_disk_space.