Commit 8be5eff7 authored by Benjamin Blanc's avatar Benjamin Blanc

Up

parent 7dfd1d12
...@@ -157,6 +157,8 @@ class ScalabilityTestRunner(): ...@@ -157,6 +157,8 @@ class ScalabilityTestRunner():
self.random_path = test_configuration['random_path'] self.random_path = test_configuration['random_path']
# create an obfuscated link to the testsuite directory # create an obfuscated link to the testsuite directory
self.testnode.log("self.testnode.config['link_to_testsuite_directory']\
: %s" %(self.testnode.config['link_to_testsuite_directory']))
self.ofuscated_link_path = os.path.join( self.ofuscated_link_path = os.path.join(
self.testnode.config['link_to_testsuite_directory'], self.testnode.config['link_to_testsuite_directory'],
self.random_path) self.random_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment