blob: 8b610b50b1d7747a7d38c9dc24f498524b8cd800 [file] [log] [blame] [edit]
import sys, os
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import testpy
def GetConfiguration(context, root):
return testpy.ParallelTestConfiguration(context, root, 'parallel')