fix cloud mode
This commit is contained in:
@ -18,11 +18,6 @@
|
||||
import org.codehaus.groovy.runtime.IOGroovyMethods
|
||||
|
||||
suite("test_calc_crc") {
|
||||
|
||||
if (isCloudMode()) {
|
||||
return
|
||||
}
|
||||
|
||||
def calc_file_crc_on_tablet = { ip, port, tablet ->
|
||||
return curl("GET", String.format("http://%s:%s/api/calc_crc?tablet_id=%s", ip, port, tablet))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user