Merge "Add smoke, components, features and performance test suite for Yatdstick"
[yardstick.git] / yardstick / definitions.py
1 import os
2
3 dirname = os.path.dirname
4 YARDSTICK_ROOT_PATH = dirname(dirname(os.path.abspath(__file__)))
5 YARDSTICK_ROOT_PATH += os.path.sep