Lines Matching defs:octane
8 class octane(object):
9 """Build v8 and run octane with it on client"""
17 # download octane to client
18 src = '%s/octane.tar.bz2' % SERVER_TEST_ROOT
19 dst = '%s/octane.tar.bz2' % scratch_cli
21 'Error occurred while sending octane to client.\n')
23 # unpack octane
25 run_check(client, cmd, 'Error occurred while unpacking octane')
29 # Octane needs to run in PATH_TO/octane.
30 wd = '%s/octane' % self.scratch_cli
42 return [{'description': 'Octane V2',