Skip to content

Commit

Permalink
Update http_https.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fbellom authored Dec 20, 2017
1 parent 9e28adb commit c621372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/astf/http_https.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_profile(self):

return ASTFProfile(default_ip_gen=ip_gen,
cap_list=[ASTFCapInfo(file="../avl/delay_10_http_browsing_0.pcap",cps=1),
cap_list=[ASTFCapInfo(file="avl/delay_10_https_0.pcap",cps=2)])
ASTFCapInfo(file="avl/delay_10_https_0.pcap",cps=2)])


def register():
Expand Down

0 comments on commit c621372

Please sign in to comment.