Skip to content

Commit d7870c1

Browse files
committed
Define FIPS requirement field
1 parent 9548b96 commit d7870c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/testing/define/requirements.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ type Requirements struct {
121121
// Sudo defines that this test must run under superuser permissions. On Mac and Linux the
122122
// test gets executed under sudo and on Windows it gets run under Administrator.
123123
Sudo bool `json:"sudo"`
124+
125+
// FIPS defines that this test must be run in an environment that is configured for FIPS,
126+
// e.g. a Linux VM with OpenSSL configured with the FIPS provider.
127+
FIPS bool `json:"fips"`
124128
}
125129

126130
// Validate returns an error if not valid.

0 commit comments

Comments
 (0)