node/test/system-ca/test.cfg.py
2025-03-05 15:27:26 +00:00

6 lines
200 B
Python

import sys, os
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import testpy
def GetConfiguration(context, root):
return testpy.ParallelTestConfiguration(context, root, 'system-ca')