MCPcopy Create free account
hub / github.com/apache/trafficserver / create_pushfile

Function create_pushfile

tests/gold_tests/bigobj/bigobj.test.py:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57
58def create_pushfile():
59 f = open(Test.RunDirectory + "/objfile", "w")
60 f.write(header)
61 f.write("x" * obj_bytes)
62 f.close()
63 return True
64
65
66ipv4flag = ""

Callers 1

bigobj.test.pyFile · 0.85

Calls 2

writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected