Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit aac52dc

Browse files
authored
Merge pull request #110 from mdelapenya/enrich-test-names
chore: enrich test names
2 parents fee7463 + 6af97b7 commit aac52dc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

e2e/features/metricbeat/apache.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: As a Metricbeat developer I want to check that the Apache module works as expected
22

3-
Scenario Outline: Check module is sending metrics to Elasticsearch without errors
3+
Scenario Outline: Check Apache-<apache_version> is sending metrics to Elasticsearch without errors
44
Given Apache "<apache_version>" is running for metricbeat
55
And metricbeat is installed and configured for Apache module
66
And metricbeat waits "20" seconds for the service

e2e/features/metricbeat/mysql.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: As a Metricbeat developer I want to check that the MySQL module works as expected
22

3-
Scenario Outline: Check module is sending metrics to Elasticsearch without errors
3+
Scenario Outline: Check <variant>-<version> is sending metrics to Elasticsearch without errors
44
Given "<variant>" v<version>, variant of "MySQL", is running for metricbeat
55
And metricbeat is installed and configured for "<variant>", variant of the "MySQL" module
66
And metricbeat waits "20" seconds for the service

e2e/features/metricbeat/redis.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@redis
22
Feature: As a Metricbeat developer I want to check that the Redis module works as expected
33

4-
Scenario Outline: Check module is sending metrics to Elasticsearch without errors
4+
Scenario Outline: Check Redis-<redis_version> is sending metrics to Elasticsearch without errors
55
Given Redis "<redis_version>" is running for metricbeat
66
And metricbeat is installed and configured for Redis module
77
And metricbeat waits "20" seconds for the service

e2e/features/metricbeat/vsphere.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Feature: As a Metricbeat developer I want to check that the vSphere module works as expected
22

3-
Scenario Outline: Check module is sending metrics to Elasticsearch without errors
3+
Scenario Outline: Check vSphere-<vsphere_version> is sending metrics to Elasticsearch without errors
44
Given vSphere "<vsphere_version>" is running for metricbeat
55
And metricbeat is installed and configured for vSphere module
66
And metricbeat waits "120" seconds for the service

0 commit comments

Comments
 (0)