Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
OnosSystemTest
/
5c735ca9c5b5fa5e44145ff71fd8bd7cd150c8a5
/
.
/
TestON
/
tests
/
COMPflow
/
Dependency
/
FlowBatch.py
blob: ac749d52ceb7268191384d6219331e093315adcf [
file
] [
log
] [
blame
]
suibin zhang
d0f09b3
2016-03-29 00:57:57 -0700
[
diff
] [
blame
]
1
class
FlowBatch
():
2
3
batchSize
=
0
4
batchJson
=
{}
5
6
def
createBatchJson
(
main
,
batchSize
):