Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
11
.gitignore
vendored
11
.gitignore
vendored
@ -1 +1,10 @@
|
|||||||
SOURCES/python-gssapi-1.5.1.tar.gz
|
/v1.1.0.tar.gz
|
||||||
|
/python-gssapi-1.1.1.tar.gz
|
||||||
|
/python-gssapi-1.1.2.tar.gz
|
||||||
|
/python-gssapi-1.1.3.tar.gz
|
||||||
|
/python-gssapi-1.1.4.tar.gz
|
||||||
|
/python-gssapi-1.2.0.tar.gz
|
||||||
|
/python-gssapi-1.3.0.tar.gz
|
||||||
|
/python-gssapi-1.4.1.tar.gz
|
||||||
|
/python-gssapi-1.5.0.tar.gz
|
||||||
|
/python-gssapi-1.5.1.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
79b8fc0773431be352ac995256dfac65962304eb SOURCES/python-gssapi-1.5.1.tar.gz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (python-gssapi-1.5.1.tar.gz) = 1fb94406a5e65ff03246b9f765e35f8c65315919dbf24d21dc85c4b7736cbec9365d277028a9508ee31122b3d43446f88bd808260fe51a273330f156ab7e7d78
|
12
tests/driver/runtest.sh
Executable file
12
tests/driver/runtest.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash -ex
|
||||||
|
|
||||||
|
# Fake a build
|
||||||
|
rm -rf gssapi
|
||||||
|
cp -r /usr/lib64/python3.6/site-packages/gssapi gssapi
|
||||||
|
cd gssapi
|
||||||
|
|
||||||
|
# Do something awful
|
||||||
|
pip3 install nose{,-parameterized} shouldbe k5test
|
||||||
|
|
||||||
|
# And run the tests
|
||||||
|
exec python3 -c 'import nose; exit(nose.main())'
|
30
tests/tests.yml
Normal file
30
tests/tests.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags: classic
|
||||||
|
tasks:
|
||||||
|
- name: Brew a warm one
|
||||||
|
shell: dnf config-manager --add-repo 'http://download.eng.bos.redhat.com/brewroot/repos/rhel-8.1.0-build/latest/x86_64/'
|
||||||
|
args:
|
||||||
|
warn: false
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
required_packages:
|
||||||
|
- git
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- atomic
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
- krb5-server
|
||||||
|
- krb5-workstation
|
||||||
|
- krb5-devel
|
||||||
|
- python3-gssapi
|
||||||
|
- python3-devel
|
||||||
|
- rpm-build
|
||||||
|
- gcc
|
||||||
|
tests:
|
||||||
|
- driver
|
Loading…
Reference in New Issue
Block a user