File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,22 @@ func TestLifecycleSharedVPC(t *testing.T) {
106
106
})
107
107
}
108
108
109
+ // TestLifecycleComplex runs the test on a complex cluster
110
+ func TestLifecycleComplex (t * testing.T ) {
111
+ runLifecycleTestAWS (& LifecycleTestOptions {
112
+ t : t ,
113
+ SrcDir : "complex" ,
114
+ })
115
+ }
116
+
117
+ // TestLifecycleExternlLB runs the test on a cluster with external load balancers and target groups attached
118
+ func TestLifecycleExternalLB (t * testing.T ) {
119
+ runLifecycleTestAWS (& LifecycleTestOptions {
120
+ t : t ,
121
+ SrcDir : "externallb" ,
122
+ })
123
+ }
124
+
109
125
// TestLifecycleSharedSubnet runs the test on a shared subnet
110
126
func TestLifecycleSharedSubnet (t * testing.T ) {
111
127
runLifecycleTestAWS (& LifecycleTestOptions {
You can’t perform that action at this time.
0 commit comments