132 |
Sample base on placeholder
133 |
for BatchTimeout {this.state.BatchTimeout}
134 |
for MaxMessageCount {this.state.MaxMessageCount}
135 |
for AbsoluteMaxBytes {this.state.AbsoluteMaxBytes}
136 |
for PreferredMaxBytes {this.state.PreferredMaxBytess}
137 |
$probedir{this.state.Path}/{this.state.PrepareCLI} $BatchTimeout $MaxMessageCount $AbsoluteMaxBytes $PreferredMaxBytes
138 |
docker network connect net_test prometheus
139 |
$probedir{this.state.Path}/{this.state.StartCLI} up createChannel -i 2.2
140 |
$probedir{this.state.Path}/{this.state.CCDeployCLI} deployCC -d $BatchTimeout
141 |
sleep {this.state.CoolDown}
142 |
docker run --name tape -e TAPE_LOGLEVEL=debug --network host -v $probedir:/config ghcr.io/hyperledger-twgc/tape tape -c /config/config.yaml -n {this.state.TapeCount}
143 |
docker network disconnect net_test prometheus
144 |
docker rm tape
145 |
$probedir{this.state.Path}/{this.state.ShutDownCLI} down
146 |
sleep {this.state.CoolDown}
147 |