Skip to content

Commit 5bf1f82

Browse files
committed
add method to get template list in ASTFProfile low level class
Signed-off-by: Leo Ma <[email protected]>
1 parent 0215fdd commit 5bf1f82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/cisco/trex/stateful/api/lowlevel/ASTFProfile.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,8 @@ public void printStats() {
237237
}
238238
LOGGER.info("total for all templates - cps:{} bps:{}", totalCps, totalBps);
239239
}
240+
241+
public List<ASTFTemplate> getAstfTemplateList() {
242+
return this.astfTemplateList;
243+
}
240244
}

0 commit comments

Comments
 (0)