-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented the CloudAssert interface for AWS. The following tests are enabled and passing: TestAwsCreateSimplePod TestAwsCreatePeerPodWithJob TestAwsCreatePeerPodAndCheckUserLogs TestAwsCreatePeerPodAndCheckWorkDirLogs TestAwsCreatePeerPodAndCheckEnvVariableLogsWithImageOnly TestAwsCreatePeerPodAndCheckEnvVariableLogsWithDeploymentOnly TestAwsCreatePeerPodAndCheckEnvVariableLogsWithImageAndDeployment TestAwsCreatePeerPodWithLargeImage TestAwsDeletePod Those three are not passing, so kept them disabled: TestAwsCreatePodWithConfigMap TestAwsCreatePodWithSecret TestAwsCreatePeerPodContainerWithExternalIPAccess And finally the following tests seem more complex and might require changes, so I did not check whether they are passing or not: TestAwsCreatePeerPodWithPVC TestAwsCreatePeerPodWithAuthenticatedImagewithValidCredentials TestAwsCreatePeerPodWithAuthenticatedImageWithInvalidCredentials TestAwsCreatePeerPodWithAuthenticatedImageWithoutCredentials Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
- Loading branch information
Showing
2 changed files
with
144 additions
and
3 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
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