From f2d021c72b38845954755bab54aa13b4b2aad725 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 19 Jan 2017 16:58:46 +0800 Subject: Refactor loader classes - rename BaseLoader to YamlFileLoader as base class of QTIP specs loader - create an abstract BaseLoader - create FileLoader for logfile collector Change-Id: I0c992cd847fc0dce4fdd73a13c1cdbc406c84532 Signed-off-by: Yujun Zhang --- qtip/base/constant.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtip/base/constant.py') diff --git a/qtip/base/constant.py b/qtip/base/constant.py index 58cc0cc1..ddd07e9d 100644 --- a/qtip/base/constant.py +++ b/qtip/base/constant.py @@ -64,8 +64,8 @@ class PlanProp(BaseProp): class CollectorProp(BaseProp): LOGS = 'logs' FILENAME = 'filename' - PATTERNS = 'patterns' - MATCH = 'match' + GREP = 'grep' + REGEX = 'regex' CAPTURE = 'capture' -- cgit 1.2.3-korg