Skip to content

Commit b922ef6

Browse files
committed
ci: add tcpreplay to xdp builds
so as to run ebpf live tests
1 parent 8b96c2b commit b922ef6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/builds.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,6 +2691,7 @@ jobs:
26912691
python3-yaml \
26922692
sphinx-doc \
26932693
sphinx-common \
2694+
tcpreplay \
26942695
texlive-latex-base \
26952696
texlive-fonts-recommended \
26962697
texlive-fonts-extra \
@@ -2726,6 +2727,8 @@ jobs:
27262727
working-directory: rust
27272728
- name: Running suricata-verify
27282729
run: python3 ./suricata-verify/run.py -q --debug-failed
2730+
- name: Running suricata-verify live tests
2731+
run: sudo python3 ./suricata-verify/run.py --live lo --debug-failed
27292732
- run: make install
27302733
- run: suricata-update -V
27312734
- run: suricatasc -h
@@ -2783,6 +2786,7 @@ jobs:
27832786
rustc \
27842787
sphinx-doc \
27852788
sphinx-common \
2789+
tcpreplay \
27862790
texlive-latex-base \
27872791
texlive-fonts-recommended \
27882792
texlive-fonts-extra \
@@ -2815,6 +2819,9 @@ jobs:
28152819
working-directory: rust
28162820
- name: Running suricata-verify
28172821
run: python3 ./suricata-verify/run.py -q --debug-failed
2822+
- run: ip a
2823+
- name: Running suricata-verify live tests
2824+
run: sudo python3 ./suricata-verify/run.py --live lo --debug-failed
28182825
- run: make install
28192826
- run: suricata-update -V
28202827
- run: suricatasc -h

0 commit comments

Comments
 (0)