Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
SOURCES/driverctl-0.115.tar.bz2
|
||||
SOURCES/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz
|
||||
/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz
|
||||
/driverctl-0.115.tar.bz2
|
||||
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: manual.sst_networking.drivectl.tier1}
|
||||
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (driverctl-0.115.tar.bz2) = 0784d2ffbff1ee75387a2424b90e525332e705217c0cb98d49f0a5e49b434986c197dc938b4c7206fde7b5e32893978c35386cc02a32a60a8bf8588600c06857
|
9
tests/tests.yml
Normal file
9
tests/tests.yml
Normal file
@ -0,0 +1,9 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: driverctl --help
|
Loading…
Reference in New Issue
Block a user