summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Goyal <nigoyal@redhat.com>2020-04-21 11:16:51 +0530
committerNitin Goyal <nigoyal@redhat.com>2020-04-21 12:51:46 +0530
commit190329a1601c4c41857eeb9f968a1b0bcdff9c1a (patch)
tree1f835bd26c193de937e62f7ab3f3bfbd4ed00912
parentdc362dd464c74791190296b2409565f2447417cc (diff)
[Config] Add pytest markers
Change-Id: I27c64b78b52099696a99c50a07d8006ba385dd9e Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index d56a5920..ac64f0fb 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -3,3 +3,5 @@ markers =
tier0: Tier0 functional test cases
tier1: Tier1 functional test cases
tier2: Tier2 functional test cases
+ tier3: Tier3 non functional test cases
+ scaleUp: ScaleUp non functional test case