Deprecate unused drivers sample and yardstick 85/29285/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Thu, 23 Feb 2017 13:59:07 +0000 (21:59 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 27 Feb 2017 13:46:53 +0000 (21:46 +0800)
- yardstick driver will not be implemented in Danube release
- sample driver is no longer continued

Change-Id: I22a86fe22b08c85b2a18ef70443d725bc4a25246
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
qtip/driver/sample.py [deleted file]
qtip/driver/yardstick.py [deleted file]

diff --git a/qtip/driver/sample.py b/qtip/driver/sample.py
deleted file mode 100644 (file)
index 9b34794..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-##############################################################################
-# Copyright (c) 2016 ZTE Corp and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-
-from base import BaseDriver
-
-
-class SampleDriver(BaseDriver):
-    """sample driver that generates random data for testing"""
diff --git a/qtip/driver/yardstick.py b/qtip/driver/yardstick.py
deleted file mode 100644 (file)
index 83f1b3d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-##############################################################################
-# Copyright (c) 2016 ZTE Corp and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-from base import BaseDriver
-
-
-class YardstickDriver(BaseDriver):
-    """driver for running performance test with yardstick"""