CSIT-233 IPv4 IPFIX - baseline tests 15/2415/11
authorselias <samelias@cisco.com>
Thu, 11 Aug 2016 08:02:33 +0000 (10:02 +0200)
committerJan Gelety <jgelety@cisco.com>
Thu, 25 Aug 2016 21:34:48 +0000 (21:34 +0000)
commitf2711a847cd8de8dadce1049747e78f96bcae031
treee6f0fb27e22c6d32fb4c0241e54a253eaad0ecbe
parent53ce7d17816de6516f3c21bd01835b8c1c474c79
CSIT-233 IPv4 IPFIX - baseline tests

 - add scapy classes for parsing IPFIX packets
 - add vat scripts and keywords for settings up IPFIX
 - add IPv4 IPFIX test suite

Change-Id: I80ab76ca361c7920a01a46ad720b1c04acd0d147
Signed-off-by: selias <samelias@cisco.com>
12 files changed:
resources/libraries/python/Classify.py
resources/libraries/python/IPFIXSetup.py [new file with mode: 0644]
resources/libraries/python/IPFIXUtil.py [new file with mode: 0644]
resources/libraries/python/PacketVerifier.py
resources/libraries/robot/ipfix.robot [new file with mode: 0644]
resources/templates/vat/classify_add_session_generic.vat [new file with mode: 0644]
resources/templates/vat/ipfix_exporter_set.vat [new file with mode: 0644]
resources/templates/vat/ipfix_interface_enable.vat [new file with mode: 0644]
resources/templates/vat/ipfix_stream_set.vat [new file with mode: 0644]
resources/templates/vat/ipfix_table_add.vat [new file with mode: 0644]
resources/traffic_scripts/ipfix_check.py [new file with mode: 0755]
tests/func/ipfix/ipfix_ipv4.robot [new file with mode: 0644]