forked from TrueCloudLab/frostfs-testcases
7 lines
116 B
Python
7 lines
116 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
ROOT='../..'
|
||
|
|
||
|
RESOURCES="%s/resources/lib" % ROOT
|
||
|
TESTSUITES="%s/testsuites/integration" % ROOT
|