re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-11 12:57:04 +02:00
parent 0dad7d1716
commit 7effdca572
2 changed files with 29 additions and 0 deletions

6
.gitignore vendored
View File

@ -1 +1,7 @@
lksctp-tools-1.0.11.tar.gz
/lksctp-tools-1.0.12.tar.gz
/lksctp-tools-1.0.13.tar.gz
/lksctp-tools-1.0.14.tar.gz
/lksctp-tools-1.0.15.tar.gz
/lksctp-tools-1.0.16.tar.gz
/lksctp-tools-1.0.18.tar.gz

23
tests/tests.yml Normal file
View File

@ -0,0 +1,23 @@
# Tests for Lksctp-tools
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- role: standard-test-basic
required_packages:
- libtool
- kernel-modules-extra
- make
- gcc
tests:
- build-test:
dir: ./source
run: modprobe sctp && ./bootstrap && ./configure && make
- unit-v4test:
dir: ./source/src/func_tests
run: make v4test
- unit-v6test:
dir: ./source/src/func_tests
run: make v6test