Skip to content

Commit

Permalink
examples/trex: change dir name
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroki Shirokura <[email protected]>
  • Loading branch information
slankdev committed Nov 24, 2023
1 parent 36d7440 commit ae558bb
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/trex/dual_node_single_instance/tcp_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def create_profile(self, cps):
dist_server=ip_gen_s)

# template
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps,limit=cps)
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps)
temp_s = ASTFTCPServerTemplate(program=prog_s)
template = ASTFTemplate(client_template=temp_c, server_template=temp_s)

Expand Down
2 changes: 1 addition & 1 deletion examples/trex/dual_node_single_instance/tcp_openclose.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create_profile(self, cps):
dist_server=ip_gen_s)

# template
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps,limit=cps)
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps)
temp_s = ASTFTCPServerTemplate(program=prog_s)
template = ASTFTemplate(client_template=temp_c, server_template=temp_s)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def create_profile(self, cps):
dist_server=ip_gen_s)

# template
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps,limit=cps)
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps)
temp_s = ASTFTCPServerTemplate(program=prog_s)
template = ASTFTemplate(client_template=temp_c, server_template=temp_s)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create_profile(self, cps):
dist_server=ip_gen_s)

# template
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps,limit=cps)
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps)
temp_s = ASTFTCPServerTemplate(program=prog_s)
template = ASTFTemplate(client_template=temp_c, server_template=temp_s)

Expand Down
2 changes: 1 addition & 1 deletion examples/trex/single_node_dual_instance/tcp_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def create_profile(self, cps):
dist_server=ip_gen_s)

# template
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps,limit=cps)
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps)
temp_s = ASTFTCPServerTemplate(program=prog_s)
template = ASTFTemplate(client_template=temp_c, server_template=temp_s)

Expand Down
2 changes: 1 addition & 1 deletion examples/trex/single_node_dual_instance/tcp_openclose.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create_profile(self, cps):
dist_server=ip_gen_s)

# template
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps,limit=cps)
temp_c = ASTFTCPClientTemplate(program=prog_c, ip_gen=ip_gen, cps=cps)
temp_s = ASTFTCPServerTemplate(program=prog_s)
template = ASTFTemplate(client_template=temp_c, server_template=temp_s)

Expand Down

0 comments on commit ae558bb

Please sign in to comment.