From 2a748126e0be8a2f920b0000bb3b62f6588f347a Mon Sep 17 00:00:00 2001 From: vamahaja Date: Mon, 30 Mar 2020 13:48:41 +0530 Subject: [TestFix] Add pytest marker for tier2 test cases Change-Id: I43ebf7f489f0e80f33992edc7cea6a54dcc8a531 Signed-off-by: vamahaja --- pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 30b9c9ed..d56a5920 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,4 @@ markers = tier0: Tier0 functional test cases tier1: Tier1 functional test cases + tier2: Tier2 functional test cases -- cgit