Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
||||
/stalld-1.15.tar.bz2
|
||||
/stalld-1.16.tar.bz2
|
||||
/stalld-1.17.tar.xz
|
||||
/stalld-1.17.1.tar.bz2
|
||||
/stalld-1.19.1.tar.bz2
|
||||
SOURCES/stalld-1.19.1.tar.bz2
|
||||
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (stalld-1.19.1.tar.bz2) = 3b5c8d1577fafa93dea44b299578b5f05764c4aa9770ccc4b54c8d247f80ab2da27fee61f9b462af0d1df49c5bebf6cb6fc5659d12c2627256c4dfc6250bd56b
|
@ -1,21 +0,0 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# This will get uncommented once we have the rpm
|
||||
# make sure we have stalld installed
|
||||
if rpm -q --quiet stalld; then
|
||||
:
|
||||
else
|
||||
sudo dnf install -y stalld
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "install of stalld failed!"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
STALLD="/usr/bin/stalld"
|
||||
|
||||
# See if stalld is installed and executable
|
||||
$STALLD --help 2>> /dev/null
|
||||
if [[ $? != 0 ]]; then
|
||||
exit 2
|
||||
fi
|
@ -1,11 +0,0 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: scripts
|
||||
run: ./run_tests.sh
|
||||
required_packages:
|
||||
- stalld
|
Loading…
Reference in New Issue
Block a user