Skip to content

Commit

Permalink
Merge pull request #629 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR - sctp multi-homing and cicd fixes
  • Loading branch information
UltraInstinct14 authored Apr 9, 2024
2 parents 37c2854 + 9e7f956 commit 16f6c4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nat66-sanity-rh9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Clean test-bed
if: success() || failure()
run: |
sudo ip -all netns delete
dps=$(sudo docker ps -a -q)
if [[ x$dps != x ]]; then
sudo docker stop $(sudo docker ps -a -q)
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/tcp-sanity-rh9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,6 @@ jobs:
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbmark/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbdsr1/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbdsr2/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbl3dsr/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- run: |
cd cicd/tcplbhash/
./config.sh
./validation.sh
./rmconfig.sh
cd -
- name: Clean test-bed
if: success() || failure()
run: |
Expand Down
2 changes: 1 addition & 1 deletion loxilb-ebpf

0 comments on commit 16f6c4f

Please sign in to comment.