From a898f0a65f0c0215fc938739df01513cf84f30f8 Mon Sep 17 00:00:00 2001 From: Dinesh Kumar Sellappan Date: Mon, 16 Oct 2023 10:37:14 -0700 Subject: [PATCH] added npu marker added npu marker Signed-off-by: Dinesh Kumar Sellappan --- tests/pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pytest.ini b/tests/pytest.ini index 5fc853f8..e0b032ec 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,3 +1,4 @@ [pytest] markers = - dpu: mark DPU specific tests \ No newline at end of file + dpu: mark DPU specific tests + npu: mark NPU specific tests \ No newline at end of file