2020-10-15 16:24:18 +00:00
|
|
|
# Tests for Lksctp-tools
|
|
|
|
- hosts: localhost
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
roles:
|
|
|
|
- role: standard-test-source
|
|
|
|
|
|
|
|
- role: standard-test-basic
|
|
|
|
required_packages:
|
|
|
|
- libtool
|
|
|
|
- make
|
|
|
|
- gcc
|
|
|
|
tests:
|
|
|
|
- install-kernel-modules:
|
2021-12-01 19:58:03 +00:00
|
|
|
run: dnf install -y kernel-modules-extra
|
2020-10-15 16:24:18 +00:00
|
|
|
- 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
|
|
|
|
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
required_packages:
|
|
|
|
- lksctp-tools
|
|
|
|
- policycoreutils-python-utils
|
|
|
|
repositories:
|
|
|
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
|
|
|
dest: "selinux"
|
|
|
|
fmf_filter: "path: /policycoreutils/sctp_test"
|