diff options
author | selias <samelias@cisco.com> | 2016-08-24 17:36:16 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-08-26 08:23:51 +0000 |
commit | 54fc7b549da8d1cc979b9b4e69159e23b472480b (patch) | |
tree | 43a210ad3d5ed135487e9fc395d115081e69e135 /resources/traffic_scripts | |
parent | 2e070f982606a7846984d38a8b0f58c12df6824f (diff) |
CSIT-252 IPFIX - ipv6 functional scale
- add packet and session scale tests to IPFIX IPv6 test suite
Change-Id: I2fd41da94b541901255827810132fb3aa90aef1a
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/traffic_scripts')
-rwxr-xr-x | resources/traffic_scripts/ipfix_sessions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/traffic_scripts/ipfix_sessions.py b/resources/traffic_scripts/ipfix_sessions.py index 385d21362b..2994916144 100755 --- a/resources/traffic_scripts/ipfix_sessions.py +++ b/resources/traffic_scripts/ipfix_sessions.py @@ -167,8 +167,8 @@ def main(): # do not print details for sent packets verbose = False - print("Sending more than one packet. Details will be filtered for\ - # all packets sent.") + print("Sending more than one packet. Details will be filtered for " + "all packets sent.") ignore = [] for x in range(sessions): |