diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/automation/trex_control_plane/console/trex_console.py | 2 | ||||
-rw-r--r-- | scripts/exp/stl_vm_enable0-0-ex.erf | bin | 0 -> 880 bytes | |||
-rw-r--r-- | scripts/exp/stl_vm_enable1-0-ex.erf | bin | 0 -> 6160 bytes | |||
-rw-r--r-- | scripts/exp/stl_vm_enable2-0-ex.erf | bin | 0 -> 4488 bytes | |||
-rw-r--r-- | scripts/exp/udp_64B_vm6-ex.pcap | bin | 0 -> 1544 bytes | |||
-rw-r--r-- | scripts/exp/udp_64B_vm7-ex.pcap | bin | 0 -> 1544 bytes | |||
-rw-r--r-- | scripts/exp/udp_64B_vm8-ex.pcap | bin | 0 -> 1544 bytes | |||
-rw-r--r-- | scripts/exp/udp_64B_vm9-ex.pcap | bin | 0 -> 2304 bytes | |||
-rw-r--r-- | scripts/run-gtest-clean | 3 |
9 files changed, 4 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/console/trex_console.py b/scripts/automation/trex_control_plane/console/trex_console.py index fe6dfe12..1d94afb7 100755 --- a/scripts/automation/trex_control_plane/console/trex_console.py +++ b/scripts/automation/trex_control_plane/console/trex_console.py @@ -483,9 +483,11 @@ class TRexConsole(TRexGeneralCmd): self.tui.show() self.stateless_client.set_verbose(save_verbose) + def help_tui (self): do_tui("-h") + # quit function def do_quit(self, line): '''Exit the client\n''' diff --git a/scripts/exp/stl_vm_enable0-0-ex.erf b/scripts/exp/stl_vm_enable0-0-ex.erf Binary files differnew file mode 100644 index 00000000..c6285be1 --- /dev/null +++ b/scripts/exp/stl_vm_enable0-0-ex.erf diff --git a/scripts/exp/stl_vm_enable1-0-ex.erf b/scripts/exp/stl_vm_enable1-0-ex.erf Binary files differnew file mode 100644 index 00000000..d40539e9 --- /dev/null +++ b/scripts/exp/stl_vm_enable1-0-ex.erf diff --git a/scripts/exp/stl_vm_enable2-0-ex.erf b/scripts/exp/stl_vm_enable2-0-ex.erf Binary files differnew file mode 100644 index 00000000..d099c14c --- /dev/null +++ b/scripts/exp/stl_vm_enable2-0-ex.erf diff --git a/scripts/exp/udp_64B_vm6-ex.pcap b/scripts/exp/udp_64B_vm6-ex.pcap Binary files differnew file mode 100644 index 00000000..68588302 --- /dev/null +++ b/scripts/exp/udp_64B_vm6-ex.pcap diff --git a/scripts/exp/udp_64B_vm7-ex.pcap b/scripts/exp/udp_64B_vm7-ex.pcap Binary files differnew file mode 100644 index 00000000..a4498c06 --- /dev/null +++ b/scripts/exp/udp_64B_vm7-ex.pcap diff --git a/scripts/exp/udp_64B_vm8-ex.pcap b/scripts/exp/udp_64B_vm8-ex.pcap Binary files differnew file mode 100644 index 00000000..b19bd0d0 --- /dev/null +++ b/scripts/exp/udp_64B_vm8-ex.pcap diff --git a/scripts/exp/udp_64B_vm9-ex.pcap b/scripts/exp/udp_64B_vm9-ex.pcap Binary files differnew file mode 100644 index 00000000..7428e5d1 --- /dev/null +++ b/scripts/exp/udp_64B_vm9-ex.pcap diff --git a/scripts/run-gtest-clean b/scripts/run-gtest-clean index c3f6ef9c..99994e31 100644 --- a/scripts/run-gtest-clean +++ b/scripts/run-gtest-clean @@ -1,2 +1,3 @@ #! /bin/bash -valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_stl.*" +valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_*" + |