Skip to content

Commit d80cadd

Browse files
authored
Add another OpenStack cloud metadata error to skip (#3857)
1 parent 10716d3 commit d80cadd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/integration/logs_ingestion_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ func testMonitoringLogsAreShipped(
140140
"add_cloud_metadata: received error failed requesting openstack metadata: Get \\\"https://169.254.169.254/2009-04-04/meta-data/instance-id\\\": dial tcp 169.254.169.254:443: connect: connection refused", // okay for the openstack metadata to not work
141141
"add_cloud_metadata: received error failed requesting openstack metadata: Get \\\"https://169.254.169.254/2009-04-04/meta-data/hostname\\\": dial tcp 169.254.169.254:443: connect: connection refused", // okay for the cloud metadata to not work
142142
"add_cloud_metadata: received error failed requesting openstack metadata: Get \\\"https://169.254.169.254/2009-04-04/meta-data/placement/availability-zone\\\": dial tcp 169.254.169.254:443: connect: connection refused", // okay for the cloud metadata to not work
143+
"add_cloud_metadata: received error failed requesting openstack metadata: Get \\\"https://169.254.169.254/2009-04-04/meta-data/instance-type\\\": dial tcp 169.254.169.254:443: connect: connection refused", // okay for the cloud metadata to not work
143144
"add_cloud_metadata: received error failed with http status code 404", // okay for the cloud metadata to not work
144145
"add_cloud_metadata: received error failed fetching EC2 Identity Document: operation error ec2imds: GetInstanceIdentityDocument, http response error StatusCode: 404, request to EC2 IMDS failed", // okay for the cloud metadata to not work
145146
})

0 commit comments

Comments
 (0)