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