From 25e6fc8a5bc2cae8a062076ca460348835846d0a Mon Sep 17 00:00:00 2001 From: grakiss Date: Thu, 16 Nov 2017 09:18:14 +0000 Subject: [cvp-web] Bugfix: Total num of test cases should be fixed JIRA: DOVETAIL-552 The total num of test cases is decided by the number of the test cases users uploaded to the Web now. The total num should be fixed. For example, the total num of mandatory test cases should be 215. The total num of optional test cases should be 63. Change-Id: I6f7055bbeceb80f831af7d800b1a5aca4e165c45 Signed-off-by: grakiss --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 86930ad0..4c569525 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ var sdist develop-eggs .installed.cfg -lib +# lib lib64 __pycache__ -- cgit 1.2.3-korg