38 lines
874 B
YAML
38 lines
874 B
YAML
|
# 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:
|
||
|
run: dnf install -y kernel-modules-`uname -r`
|
||
|
- 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"
|