@@ -520,9 +520,9 @@ func TestAWSCentOS8ProvisioningE2E(t *testing.T) {
520520 runScenarios (t , selector , params , AWSManifest , fmt .Sprintf ("aws-%s" , * testRunIdentifier ))
521521}
522522
523- // TestAWSProvisioningE2EWithEbsEncryptionEnabled - a test suite that exercises AWS provider with ebs encryption enabled
523+ // TestAWSEbsEncryptionEnabledProvisioningE2E - a test suite that exercises AWS provider with ebs encryption enabled
524524// by requesting nodes with different combination of container runtime type, container runtime version and the OS flavour.
525- func TestAWSProvisioningE2EWithEbsEncryptionEnabled (t * testing.T ) {
525+ func TestAWSEbsEncryptionEnabledProvisioningE2E (t * testing.T ) {
526526 t .Parallel ()
527527
528528 // test data
@@ -540,8 +540,8 @@ func TestAWSProvisioningE2EWithEbsEncryptionEnabled(t *testing.T) {
540540 scenario := scenario {
541541 name : "AWS with ebs encryption enabled" ,
542542 osName : "ubuntu" ,
543- containerRuntime : "docker " ,
544- kubernetesVersion : "v1.15.6 " ,
543+ containerRuntime : "containerd " ,
544+ kubernetesVersion : "v1.20.1 " ,
545545 executor : verifyCreateAndDelete ,
546546 }
547547 testScenario (t , scenario , fmt .Sprintf ("aws-%s" , * testRunIdentifier ), params , AWSEBSEncryptedManifest , false )
@@ -685,7 +685,7 @@ func TestPacketProvisioningE2E(t *testing.T) {
685685 t .Fatal ("unable to run the test suite, PACKET_PROJECT_ID environment variable cannot be empty" )
686686 }
687687
688- selector := Not (OsSelector ("sles" , "rhel" ))
688+ selector := Not (OsSelector ("sles" , "rhel" , "amzn2" ))
689689
690690 // act
691691 params := []string {
@@ -893,7 +893,7 @@ func TestDeploymentControllerUpgradesMachineE2E(t *testing.T) {
893893 name : "MachineDeployment upgrade" ,
894894 osName : "ubuntu" ,
895895 containerRuntime : "docker" ,
896- kubernetesVersion : "1.16.2 " ,
896+ kubernetesVersion : "1.19.1 " ,
897897 executor : verifyCreateUpdateAndDelete ,
898898 }
899899 testScenario (t , scenario , * testRunIdentifier , params , HZManifest , false )
0 commit comments