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 c2d812a commit 2ced379Copy full SHA for 2ced379
testing/integration/upgrade_standalone_fips_test.go
@@ -20,10 +20,10 @@ import (
20
"github.com/elastic/elastic-agent/testing/upgradetest"
21
)
22
23
-// This file contains upgrade tests that pertain to FIPS-compliant Agent artifacts.
+// This file contains upgrade tests that pertain to FIPS-capable Agent artifacts.
24
25
-// TestStandaloneUpgradeFIPStoFIPS ensures that upgrading a FIPS-compliant Agent
26
-// results in the new (post-upgrade) Agent to also be FIPS-compliant.
+// TestStandaloneUpgradeFIPStoFIPS ensures that upgrading a FIPS-capable Agent
+// results in the new (post-upgrade) Agent to also be FIPS-capable.
27
func TestStandaloneUpgradeFIPStoFIPS(t *testing.T) {
28
define.Require(t, define.Requirements{
29
Group: StandaloneUpgrade,
0 commit comments