summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Crickenberger <spiffxp@gmail.com>2017-01-30 12:58:40 -0500
committerGitHub <noreply@github.com>2017-01-30 12:58:40 -0500
commit33de429402597f7e7e7754fda7eb83b29db818a5 (patch)
tree860765289bd67b26729840da4edae02249823689
parent2cb35f20ab39a66e9d86bdecaa66e397d19f76c8 (diff)
parent3964b560d5ce7631c78c249d54b420c6de94a917 (diff)
Merge pull request #299 from msau42/e2e-volume-label
Update e2e doc to add [Volume] label.
-rw-r--r--contributors/devel/e2e-tests.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md
index 9d83f7f9..78176f44 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -480,6 +480,15 @@ breaking changes, it does *not* block the merge-queue, and thus should run in
some separate test suites owned by the feature owner(s)
(see [Continuous Integration](#continuous-integration) below).
+In order to simplify running component-specific test suites, it may also be
+necessary to tag tests with a component label. The component may include
+standard and non-standard tests, so the `[Feature:.+]` label is not sufficient for
+this purpose. These component labels have no impact on the standard e2e test
+suites. The following component labels have been defined:
+
+ - `[Volume]`: All tests related to volumes and storage: volume plugins,
+attach/detatch controller, persistent volume controller, etc.
+
### Viper configuration and hierarchichal test parameters.
The future of e2e test configuration idioms will be increasingly defined using viper, and decreasingly via flags.