From 90585b57234a98637e426563afcc81a3c6122fdf Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Tue, 22 Jan 2019 19:50:08 -0800 Subject: Adds the [LinuxOnly] tag If a test is known to be using Linux-specific features (e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled `[LinuxOnly]`. When using Windows nodes, this tag should be added to the `skip` argument. This tag was proposed during [1][2]. Depends-On: https://github.com/kubernetes/kubernetes/pull/73204 [1] https://groups.google.com/forum/#!topic/kubernetes-sig-testing/ii5584-Tkqk [2] https://docs.google.com/document/d/1z8MQpr_jTwhmjLMUaqQyBk1EYG_Y_3D4y4YdMJ7V1Kk/edit#heading=h.ukbaidczvy3r --- contributors/devel/e2e-tests.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 20698c49..e01a896f 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -574,6 +574,11 @@ test suite for [Conformance Testing](conformance-tests.md). This test must meet a number of [requirements](conformance-tests.md#conformance-test-requirements) to be eligible for this tag. This tag does not supersed any other labels. + - `[LinuxOnly]`: If a test is known to be using Linux-specific features +(e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled +`[LinuxOnly]`. When using Windows nodes, this tag should be added to the +`skip` argument. + - The following tags are not considered to be exhaustively applied, but are intended to further categorize existing `[Conformance]` tests, or tests that are being considered as candidate for promotion to `[Conformance]` as we work to -- cgit v1.2.3