File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,7 @@ steps:
7171 image : " ${IMAGE_UBUNTU_X86_64_FIPS}"
7272 instanceType : " m5.2xlarge"
7373 matrix :
74- - default
75- - upgrade
76- - upgrade-flavor
77- - standalone-upgrade
78- - fleet
79- # FIPS tests don't have other groups enabled in order to save resources
74+ - fleet # currently there is only a single test in the fleet group, add more tests once they have been defined
8075
8176 - label : " fips:x86_64:sudo:{{matrix}}"
8277 depends_on :
@@ -97,10 +92,6 @@ steps:
9792 image : " ${IMAGE_UBUNTU_X86_64_FIPS}"
9893 instanceType : " m5.2xlarge"
9994 matrix :
100- - default
101- - upgrade
102- - upgrade-flavor
103- - standalone-upgrade
10495 - fleet
10596
10697 - label : " fips:arm64:non-sudo:{{matrix}}"
@@ -122,10 +113,6 @@ steps:
122113 image : " ${IMAGE_UBUNTU_ARM64_FIPS}"
123114 instanceType : " m6g.2xlarge"
124115 matrix :
125- - default
126- - upgrade
127- - upgrade-flavor
128- - standalone-upgrade
129116 - fleet
130117
131118 - label : " fips:arm64:sudo:{{matrix}}"
@@ -147,10 +134,6 @@ steps:
147134 image : " ${IMAGE_UBUNTU_ARM64_FIPS}"
148135 instanceType : " m6g.2xlarge"
149136 matrix :
150- - default
151- - upgrade
152- - upgrade-flavor
153- - standalone-upgrade
154137 - fleet
155138
156139 - label : ESS FIPS stack cleanup
Original file line number Diff line number Diff line change @@ -75,12 +75,13 @@ func TestFIPSAgentConnectingToFIPSFleetServerInECHFRH(t *testing.T) {
7575 if item .PolicyID == cloudAgentPolicyID {
7676 agentStatus = item .Status
7777 agentIsFIPS = item .LocalMetadata .Elastic .Agent .FIPS
78+ break
7879 }
7980 }
8081
8182 // Check that this Agent is online (i.e. healthy) and is FIPS-capable. This
8283 // will prove that a FIPS-capable Agent is able to connect to a FIPS-capable
8384 // Fleet Server, with both running in ECH.
84- require .Equal (t , "online" , agentStatus )
8585 require .Equal (t , true , agentIsFIPS )
86+ require .Equal (t , "online" , agentStatus )
8687}
You can’t perform that action at this time.
0 commit comments