Skip to content

Commit

Permalink
Merge pull request kubernetes#299 from msau42/e2e-volume-label
Browse files Browse the repository at this point in the history
Update e2e doc to add [Volume] label.
  • Loading branch information
spiffxp authored Jan 30, 2017
2 parents 2cb35f2 + 3964b56 commit 33de429
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contributors/devel/e2e-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 33de429

Please sign in to comment.