Compare commits
No commits in common. "c9-beta" and "c9s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/plotnetcfg-0.4.1-4f5c452.tar.gz
|
/plotnetcfg-0.3-d79ff1d.tar.gz
|
||||||
|
/plotnetcfg-0.4.1-4f5c452.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
f45274aa6aa116ad02ca1be963530fa9a958c8f2 SOURCES/plotnetcfg-0.4.1-4f5c452.tar.gz
|
f45274aa6aa116ad02ca1be963530fa9a958c8f2 plotnetcfg-0.4.1-4f5c452.tar.gz
|
||||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
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 @@
|
|||||||
|
ce3465ef26c97bfd5c52ec7403d9c545 plotnetcfg-0.4.1-4f5c452.tar.gz
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Tests for plotnetcfg
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
required_packages:
|
||||||
|
- jq
|
||||||
|
tests:
|
||||||
|
- sanity-test:
|
||||||
|
run: plotnetcfg && plotnetcfg -f json | jq
|
Loading…
Reference in New Issue
Block a user