forked from centreon/centreon-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
117 lines (99 loc) · 3.42 KB
/
behat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
default:
extensions:
Behat\MinkExtension:
base_url: http://127.0.0.1/centreon
sessions:
default:
selenium2: ~
Centreon\Test\Behat\Extensions\ContainerExtension:
gherkin:
cache: ~
suites:
generate_poller_features:
paths: [ %paths.base%/features/GeneratePoller.feature ]
contexts:
- GeneratePollerContext
pagination_select2:
paths: [ %paths.base%/features/PaginationSelect2.feature ]
contexts:
- PaginationSelect2Context
save_search_select2:
paths: [ %paths.base%/features/SaveSearchSelect2.feature ]
contexts:
- SaveSearchSelect2Context
select_all_select2:
paths: [ %paths.base%/features/SelectAllSelect2.feature ]
contexts:
- SelectAllSelect2Context
empty_default_configuration:
paths: [ %paths.base%/features/EmptyDefaultConfiguration.feature ]
contexts:
- EmptyDefaultConfigurationContext
generate_service_contact_configuration:
paths: [ %paths.base%/features/GenerateServiceContact.feature ]
contexts:
- GenerateServiceContactContext
centreon_engine_restart:
paths: [ %paths.base%/features/RestartCentreonEngine.feature ]
contexts:
- RestartCentreonEngineContext
acknowledgement:
paths: [ %paths.base%/features/Acknowledgement.feature ]
contexts:
- AcknowledgementContext
acknowledgement_timeout:
paths: [ %paths.base%/features/AcknowledgementTimeout.feature ]
contexts:
- AcknowledgementTimeoutContext
recovery_notification_delay:
paths: [ %paths.base%/features/RecoveryNotificationDelay.feature ]
contexts:
- RecoveryNotificationDelayContext
partitioning:
paths: [ %paths.base%/features/Partitioning.feature ]
contexts:
- PartitioningContext
centreon_knowledge_base:
paths: [ %paths.base%/features/CentreonWithKnowledge.feature ]
contexts:
- CentreonWithKnowledgeContext
disable_fields_on_blocked_objects:
paths: [ %paths.base%/features/DisableFieldsOnBlockedObjects.feature ]
contexts:
- DisableFieldsOnBlockedObjectsContext
backup:
paths: [ %paths.base%/features/Backup.feature ]
contexts:
- BackupContext
meta_services_api:
paths: [ %paths.base%/features/MetaServicesApi.feature ]
contexts:
- MetaServicesApiContext
influxdb:
paths: [ %paths.base%/features/Influxdb.feature ]
contexts:
- InfluxdbContext
meta_services_downtime:
paths: [ %paths.base%/features/DowntimeService.feature ]
contexts:
- DowntimeServiceContext
limit_metric_in_chart:
paths: [ %paths.base%/features/LimitMetricInChart.feature ]
contexts:
- LimitMetricInChartContext
show_disabled_hosts_services:
paths: [ %paths.base%/features/ShowDisabledHostsServices.feature ]
contexts:
- ShowDisabledHostsServicesContext
save_search_filter:
paths: [ %paths.base%/features/SaveSearchFilter.feature ]
contexts:
- SaveSearchFilterContext
timezone_display_host_monitoring:
paths: [ %paths.base%/features/TimezoneInMonitoring.feature ]
contexts:
- TimezoneInMonitoringContext
downtime_start_and_stop:
paths: [ %paths.base%/features/DowntimeStartAndStop.feature ]
contexts:
- DowntimeStartAndStopContext