Compare commits

..

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

7 changed files with 57 additions and 4 deletions

36
.gitignore vendored
View File

@ -1,2 +1,34 @@
SOURCES/nispor-1.2.10.tar.gz
SOURCES/nispor-vendor-1.2.10.tar.xz
/nispor-0.5.0-vendor.tar.xz
/nispor-0.5.0.tar.gz
/nispor-0.5.1-vendor.tar.xz
/nispor-0.5.1.tar.gz
/nispor-0.6.0.tar.gz
/nispor-0.6.0-vendor.tar.xz
/nispor-0.6.1.tar.gz
/nispor-0.6.1-vendor.tar.xz
/nispor-1.0.0.tar.gz
/nispor-1.0.0-vendor.tar.xz
/nispor-1.0.1.tar.gz
/nispor-1.0.1-vendor.tar.xz
/nispor-1.1.0.tar.gz
/nispor-1.1.0-vendor.tar.xz
/nispor-1.1.1.tar.gz
/nispor-1.1.1-vendor.tar.xz
/nispor-1.2.0.tar.gz
/nispor-1.2.0-vendor.tar.xz
/nispor-1.2.1-vendor.tar.xz
/nispor-1.2.1.tar.gz
/nispor-1.2.2.tar.gz
/nispor-1.2.2-vendor.tar.xz
/nispor-1.2.3.tar.gz
/nispor-1.2.3-vendor.tar.xz
/nispor-1.2.4.tar.gz
/nispor-vendor-1.2.4.tar.xz
/nispor-1.2.5.tar.gz
/nispor-vendor-1.2.5.tar.xz
/nispor-vendor-1.2.7.tar.xz
/nispor-1.2.7.tar.gz
/nispor-1.2.9.tar.gz
/nispor-vendor-1.2.9.tar.xz
/nispor-1.2.10.tar.gz
/nispor-vendor-1.2.10.tar.xz

View File

@ -1,2 +0,0 @@
8d60dca918befcc9dc00c0779d6d8eb820219888 SOURCES/nispor-1.2.10.tar.gz
9fab44e3705beb62ff25131abb72e1a2182a14c8 SOURCES/nispor-vendor-1.2.10.tar.xz

6
gating.yaml Normal file
View 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}

2
sources Normal file
View File

@ -0,0 +1,2 @@
SHA512 (nispor-1.2.10.tar.gz) = fd7e11d96a09900750d74a9a2705c0d69fdc898f1b6c39918f96b6bde55dc37e9817caa79e999ef4c4690f7cf4946dffbd8ffdb6fc1bc11fbb50e6d877115edc
SHA512 (nispor-vendor-1.2.10.tar.xz) = 1b72eedb1efd9edf1314f8d3545789956092ff331c6e9abfcdc29911039e11dfeb5599def93ff24c2250f0be3b06315e31299cdd490a37a3c3a4dbef7a9546d5

3
tests/npc_query.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash -ex
npc lo 2> /dev/null

12
tests/tests.yml Normal file
View File

@ -0,0 +1,12 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
remote_user: root
tests:
- npc_query_lo:
dir: .
run: ./npc_query.sh
required_packages:
- nispor