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

Commit

Permalink
Merge pull request #110 from mdelapenya/enrich-test-names
Browse files Browse the repository at this point in the history
chore: enrich test names
  • Loading branch information
mdelapenya authored Apr 24, 2020
2 parents fee7463 + 6af97b7 commit aac52dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e/features/metricbeat/apache.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: As a Metricbeat developer I want to check that the Apache module works as expected

Scenario Outline: Check module is sending metrics to Elasticsearch without errors
Scenario Outline: Check Apache-<apache_version> is sending metrics to Elasticsearch without errors
Given Apache "<apache_version>" is running for metricbeat
And metricbeat is installed and configured for Apache module
And metricbeat waits "20" seconds for the service
Expand Down
2 changes: 1 addition & 1 deletion e2e/features/metricbeat/mysql.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: As a Metricbeat developer I want to check that the MySQL module works as expected

Scenario Outline: Check module is sending metrics to Elasticsearch without errors
Scenario Outline: Check <variant>-<version> is sending metrics to Elasticsearch without errors
Given "<variant>" v<version>, variant of "MySQL", is running for metricbeat
And metricbeat is installed and configured for "<variant>", variant of the "MySQL" module
And metricbeat waits "20" seconds for the service
Expand Down
2 changes: 1 addition & 1 deletion e2e/features/metricbeat/redis.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@redis
Feature: As a Metricbeat developer I want to check that the Redis module works as expected

Scenario Outline: Check module is sending metrics to Elasticsearch without errors
Scenario Outline: Check Redis-<redis_version> is sending metrics to Elasticsearch without errors
Given Redis "<redis_version>" is running for metricbeat
And metricbeat is installed and configured for Redis module
And metricbeat waits "20" seconds for the service
Expand Down
2 changes: 1 addition & 1 deletion e2e/features/metricbeat/vsphere.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: As a Metricbeat developer I want to check that the vSphere module works as expected

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

0 comments on commit aac52dc

Please sign in to comment.