-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
35 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
# github.com/aws/amazon-vpc-cni-k8s/pkg/awsutils [github.com/aws/amazon-vpc-cni-k8s/pkg/awsutils.test] | ||
pkg/awsutils/awsutils_test.go:174:53: cannot use mockMetadata (variable of type FakeIMDS) as EC2MetadataIface value in struct literal: FakeIMDS does not implement EC2MetadataIface (missing method GetMetadata) | ||
pkg/awsutils/awsutils_test.go:174:76: cannot use mockEC2 (variable of type *mock_ec2wrapper.MockEC2) as *ec2.Client value in struct literal | ||
pkg/awsutils/awsutils_test.go:203:54: cannot use mockMetadata (variable of type FakeIMDS) as EC2MetadataIface value in struct literal: FakeIMDS does not implement EC2MetadataIface (missing method GetMetadata) | ||
pkg/awsutils/awsutils_test.go:203:77: cannot use mockEC2 (variable of type *mock_ec2wrapper.MockEC2) as *ec2.Client value in struct literal | ||
pkg/awsutils/awsutils_test.go:222:53: cannot use mockMetadata (variable of type FakeIMDS) as EC2MetadataIface value in struct literal: FakeIMDS does not implement EC2MetadataIface (missing method GetMetadata) | ||
pkg/awsutils/awsutils_test.go:238:53: cannot use mockMetadata (variable of type FakeIMDS) as EC2MetadataIface value in struct literal: FakeIMDS does not implement EC2MetadataIface (missing method GetMetadata) | ||
pkg/awsutils/awsutils_test.go:256:53: cannot use mockMetadata (variable of type FakeIMDS) as EC2MetadataIface value in struct literal: FakeIMDS does not implement EC2MetadataIface (missing method GetMetadata) | ||
pkg/awsutils/awsutils_test.go:270:45: cannot use mockEC2 (variable of type *mock_ec2wrapper.MockEC2) as *ec2.Client value in struct literal | ||
pkg/awsutils/awsutils_test.go:295:45: cannot use mockEC2 (variable of type *mock_ec2wrapper.MockEC2) as *ec2.Client value in struct literal | ||
pkg/awsutils/awsutils_test.go:362:46: cannot use mockEC2 (variable of type *mock_ec2wrapper.MockEC2) as *ec2.Client value in struct literal | ||
pkg/awsutils/awsutils_test.go:362:46: too many errors | ||
make: *** [Makefile:220: unit-test] Error 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters