Skip to content

Commit

Permalink
Merge pull request #14 from vjardin/gtping_test-next
Browse files Browse the repository at this point in the history
fix gtp-guard pipeline using gtping
  • Loading branch information
acassen authored Feb 13, 2024
2 parents c8cf077 + 394ed00 commit defeeac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
name : artifact-gtp-guard-${{ matrix.compiler }}
path : |
bin/gtp-guard
src/bpf/*.bpf
build-gtping:
name: Build gtping
runs-on: ubuntu-latest
Expand Down Expand Up @@ -86,9 +87,9 @@ jobs:
shell: bash
run : |
ls -R -la
chmod 755 bin/artifact-gtp-guard-gcc/gtp-guard
chmod 755 bin/artifact-gtp-guard-gcc/bin/gtp-guard
chmod 755 bin/artifact-gtping/gtping
bin/artifact-gtp-guard-gcc/gtp-guard --dump-conf --dont-fork --log-console --log-detail -f etc/gtp-guard.conf &
GTP_GUARD_PID_FILE=/tmp/gtp-guard.pid bin/artifact-gtp-guard-gcc/bin/gtp-guard --dump-conf --dont-fork --log-console --log-detail -f etc/gtp-guard.conf &
sleep 5
bin/artifact-gtping/gtping -vvvv -c 3 127.0.0.1 -t 100
# kill -TERM $(cat /var/run/gtp-guard.pid)

0 comments on commit defeeac

Please sign in to comment.