We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f5d90 commit 585a32fCopy full SHA for 585a32f
pkg/testing/define/requirements.go
@@ -121,6 +121,10 @@ type Requirements struct {
121
// Sudo defines that this test must run under superuser permissions. On Mac and Linux the
122
// test gets executed under sudo and on Windows it gets run under Administrator.
123
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"`
128
}
129
130
// Validate returns an error if not valid.
0 commit comments