Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
1bad9ca5
Commit
1bad9ca5
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Reorder tcpdump tests
Former-commit-id: d06bbb307211b0c0f23ad8a7232dccef33c09b23
parent
9e600c1c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/manual_test_lib.sh
+9
-0
9 additions, 0 deletions
tests/manual_test_lib.sh
tests/tcpdump/test_script.sh
+2
-1
2 additions, 1 deletion
tests/tcpdump/test_script.sh
with
11 additions
and
1 deletion
tests/manual_test_lib.sh
+
9
−
0
View file @
1bad9ca5
...
...
@@ -34,6 +34,15 @@ fi
TEST_PROG
=
$1
BENCH
=
$2
if
[
!
-z
"
$TEST_VERBOSE
"
]
;
then
echo
echo
"Original program:
$TEST_PROG
"
ls
-lt
$TEST_PROG
echo
"Test program:
$BENCH
"
ls
-lt
$BENCH
echo
fi
DUMMY_NAME
=
DUMMY
BENCH_BASE
=
`
basename
$BENCH
`
...
...
This diff is collapsed.
Click to expand it.
tests/tcpdump/test_script.sh
+
2
−
1
View file @
1bad9ca5
...
...
@@ -4,6 +4,7 @@ TEST_LIB=$PEASOUP_HOME/tests/manual_test_lib.sh
#used for filtering program names from output.
ORIG_NAME
=
tcpdump
#must import the library here, as it depends on some of the above variables
.
$TEST_LIB
...
...
@@ -12,13 +13,13 @@ DELETE_FILTER="stonesoup|gcc|lib|DUMMY|exec|python|tcpdump"
TEST_DIR
=
$PEASOUP_HOME
/tests/tcpdump
run_basic_test 20
-h
run_basic_test 20
-t
-n
-v
-v
-v
-r
$TEST_DIR
/tcpd_tests/lmp.pcap
run_basic_test 20 -
$i
-s0
-nr
$TEST_DIR
/tcpd_tests/print-flags.pcap
run_basic_test 20 -
$i
-s0
-nr
$TEST_DIR
/tcpd_tests/print-flags.pcap
run_basic_test 20 -
$i
-s0
-nr
$TEST_DIR
/tcpd_tests/print-flags.pcap
run_basic_test 20 -
$i
-s0
-nr
$TEST_DIR
/tcpd_tests/print-flags.pcap
run_basic_test 20 -
$i
-s0
-nr
$TEST_DIR
/tcpd_tests/print-flags.pcap
run_basic_test 20 -
$i
-s0
-nr
$TEST_DIR
/tcpd_tests/print-flags.pcap
run_basic_test 20
-t
-n
-v
-v
-v
-r
$TEST_DIR
/tcpd_tests/lmp.pcap
run_basic_test 20
-n
-r
$TEST_DIR
/tcpd_tests/bgp_vpn_attrset.pcap
-t
-v
run_basic_test 20
-n
-r
$TEST_DIR
/tcpd_tests/mpbgp-linklocal-nexthop.pcap
-t
-v
run_basic_test 20
-n
-r
$TEST_DIR
/tcpd_tests/eapon1.pcap
-t
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment