Compare commits

...

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

7 changed files with 1 additions and 46 deletions

5
.gitignore vendored
View File

@ -1,4 +1 @@
SOURCES/libvma-9.6.4.tar.gz
/libvma-9.6.4.tar.gz
/libvma-9.8.20.tar.gz
/libvma-9.8.31.tar.gz
SOURCES/libvma-9.8.31.tar.gz

View File

@ -1,11 +0,0 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1 +0,0 @@
SHA512 (libvma-9.8.31.tar.gz) = 0e0e9c8ff57de90badfec2fef2c6f308402d299370b6586aeb10b3393912b5933d5c2f95849188019be6d704163923fa30fb69a829b094e4a6aafe53d8ea7015

View File

@ -1,10 +0,0 @@
#!/bin/bash
# when running this in 1minutetip the PATH must be specified to execute
# in the local directory.
echo "Setting path to local directory"
PATH=$PATH:$(pwd)
# simple sanity test
sanity.sh
exit $?

View File

@ -1,9 +0,0 @@
#!/bin/bash
#
# This is a simple sanity test to satisfy the RHEL8.1 onboard gating
# requirement.
vmad --help
ret=$?
exit $ret

View File

@ -1,11 +0,0 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: . # switch to subfolder. This parameter is REQUIRED, use `dir: .` for current folder
run: ./run_tests.sh # this is your test command, its exit code is the outcome of the test
required_packages:
- libvma