add package common with module utils 94/594/1
authorHans Feldt <hans.feldt@ericsson.com>
Tue, 19 May 2015 08:32:34 +0000 (10:32 +0200)
committerHans Feldt <hans.feldt@ericsson.com>
Tue, 19 May 2015 08:35:43 +0000 (10:35 +0200)
commitbc5339353682d737e5d5d948642028fab3bd186a
tree45d24bf997248906305b182619e8a79067c800a2
parentfca312912a5b0f3f9815db22affbd2b5244fc7c4
add package common with module utils

The utils module supports finding subclasses of a class. This
is used to find Runner and Scenarios types. utils.py originates from
rally but is stripped down and slightly modified (some dependencies
removed).

Change-Id: Ibc196698e1212899b0836988d0345696b00c5caf
JIRA: -
Signed-off-by: Hans Feldt <hans.feldt@ericsson.com>
yardstick/common/__init__.py [new file with mode: 0644]
yardstick/common/utils.py [new file with mode: 0644]