@@ -160,53 +160,62 @@ var _ = Describe("Atlas Third-Party Integrations Controller", Ordered, Label("in
160
160
})
161
161
},
162
162
Entry ("Test[datadog]: Datadog integration with a parent project" ,
163
+ Label ("datadog" ),
163
164
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/datadog.sample.yml" )),
164
165
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/datadog.update.yml" )),
165
166
"atlas-datadog-integ" ,
166
167
),
167
168
Entry ("Test[msteams]: Microsoft Teams integration with a parent project" ,
169
+ Label ("msteams" ),
168
170
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/msteams.sample.yml" )),
169
171
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/msteams.update.yml" )),
170
172
"atlas-msteams-integ" ,
171
173
),
172
174
Entry ("Test[newrelic]: New Relic integration with a parent project" ,
175
+ Label ("newrelic" ),
173
176
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/newrelic.sample.yml" )),
174
177
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/newrelic.update.yml" )),
175
178
"atlas-newrelic-integ" ,
176
179
),
177
180
Entry ("Test[opsgenie]: Ops Genie integration with a parent project" ,
181
+ Label ("opsgenie" ),
178
182
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/opsgenie.sample.yml" )),
179
183
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/opsgenie.update.yml" )),
180
184
"atlas-opsgenie-integ" ,
181
185
),
182
186
Entry ("Test[pagerduty]: PagerDuty integration with a parent project" ,
187
+ Label ("pagerduty" ),
183
188
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/pagerduty.sample.yml" )),
184
189
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/pagerduty.update.yml" )),
185
190
"atlas-pagerduty-integ" ,
186
191
),
187
192
Entry ("Test[prometheus]: Prometheus integration with a parent project" ,
193
+ Label ("prometheus" ),
188
194
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/prometheus.sample.yml" )),
189
195
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/prometheus.update.yml" )),
190
196
"atlas-prometheus-integ" ,
191
197
),
192
198
Entry ("Test[slack]: Slack integration with a parent project" ,
199
+ Label ("slack" ),
193
200
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/slack.sample.yml" )),
194
201
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/slack.update.yml" )),
195
202
"atlas-slack-integ" ,
196
203
),
197
204
Entry ("Test[victorops]: Victor Ops integration with a parent project" ,
205
+ Label ("victorops" ),
198
206
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/victorops.sample.yml" )),
199
207
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/victorops.update.yml" )),
200
208
"atlas-victorops-integ" ,
201
209
),
202
210
Entry ("Test[webhook]: Webhooks integration with a parent project" ,
211
+ Label ("webhook" ),
203
212
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/webhook.sample.yml" )),
204
213
yml .MustParseObjects (yml .MustOpen (integrations , "integrations/webhook.update.yml" )),
205
214
"atlas-webhook-integ" ,
206
215
),
207
216
)
208
217
209
- It ("Can handle isolated integrations" , func () {
218
+ It ("Can handle isolated integrations" , Label ( "isolated-integration" ), func () {
210
219
project := akov2.AtlasProject {
211
220
TypeMeta : v1.TypeMeta {Kind : "AtlasProject" , APIVersion : akov2 .GroupVersion .String ()},
212
221
ObjectMeta : v1.ObjectMeta {Name : "atlas-project" , Namespace : testNamespace .Name },
0 commit comments