ignore python3 cache, generated code files
authorYaroslav Brustinov <[email protected]>
Fri, 4 Mar 2016 01:46:39 +0000 (03:46 +0200)
committerYaroslav Brustinov <[email protected]>
Fri, 4 Mar 2016 01:46:39 +0000 (03:46 +0200)
commita842b4cfd27f03db83c0bb8ed10816465cc510ad
tree34596b6959c36a2e16f9dc29131f72a20ba03b34
parentf749b4358cfedd1ef7e0b58f69f63ee4d00554ea
ignore python3 cache, generated code files
add option to export Profile (and thus stream too) to Python code
add for each profile in functional tests generating it to Python code and comparing to same pcap result
add loading Prifile via add_streams()
fix IMIX rates in HLTAPI used with line % and bps
Scapy packet builder: fixes to load of pcap/yaml - use MAC from pcap (with flag), remove FCS (with flag), support for VM with offsets by name
40 files changed:
.gitignore
scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py
scripts/automation/trex_control_plane/stl/examples/hlt_udp_simple.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_hltapi.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_packet_builder_scapy.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
scripts/exp/hlt_david1.pcap
scripts/exp/hlt_david2.pcap
scripts/exp/hlt_imix_default.pcap
scripts/exp/hlt_ip_ranges.pcap [new file with mode: 0644]
scripts/exp/pcap.pcap
scripts/exp/pcap_with_vm.pcap
scripts/exp/udp_1pkt_pcap.pcap
scripts/exp/udp_1pkt_pcap_relative_path.pcap
scripts/exp/udp_1pkt_simple.pcap
scripts/exp/udp_3pkt_pcap.pcap
scripts/stl/hlt/hlt_4vlans.py
scripts/stl/hlt/hlt_david1.py
scripts/stl/hlt/hlt_david2.py
scripts/stl/hlt/hlt_david3.py
scripts/stl/hlt/hlt_david4.py
scripts/stl/hlt/hlt_framesize_vm.py
scripts/stl/hlt/hlt_imix_4rates.py
scripts/stl/hlt/hlt_imix_default.py
scripts/stl/hlt/hlt_ip_ranges.py
scripts/stl/hlt/hlt_ipv6_default.py
scripts/stl/hlt/hlt_ipv6_ranges.py
scripts/stl/hlt/hlt_l3_length_vm.py
scripts/stl/hlt/hlt_mac_ranges.py
scripts/stl/hlt/hlt_tcp_ranges.py
scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py
scripts/stl/hlt/hlt_udp_ports.py
scripts/stl/hlt/hlt_udp_random_ports.py
scripts/stl/hlt/hlt_vlan_default.py
scripts/stl/hlt/hlt_vlans_vm.py
scripts/stl/hlt/hlt_wentong1.py
scripts/stl/hlt/hlt_wentong2.py
scripts/stl/pcap_with_vm.py
scripts/stl/udp_1pkt_tuple_gen_split.py