Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
||||
SOURCES/lksctp-tools-1.0.18.tar.gz
|
||||
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
|
||||
|
||||
@ -1 +0,0 @@
|
||||
9194041a5c08cfcf34f76a4cfa40c68065e5de0a SOURCES/lksctp-tools-1.0.18.tar.gz
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (lksctp-tools-1.0.18.tar.gz) = a47dbdf5082ce056c3749237ab83889a134f30b3b4a4c66701fa8c6dc955cf06a1f406677320e6e3535d4e635a89344b67ee461991a10a95460ea191cf5b71f6
|
||||
23
tests/tests.yml
Normal file
23
tests/tests.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user