Compare commits

...

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

8 changed files with 24 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libreoffice-voikko-5.0.tar.gz
/libreoffice-voikko-5.0.tar.gz

View File

@ -1 +0,0 @@
e61b4d443cc8475c2f7941c1947e10c1e90c207e SOURCES/libreoffice-voikko-5.0.tar.gz

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}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (libreoffice-voikko-5.0.tar.gz) = 58f139c190acf5c56a8506365c296d06efd95b4422bb66c50e8058231bd10410b202d2a01ad0a2bf82dc0f41565c1e3a07ed86a4ae070d32af8cfd0e56d7eec0

7
tests/scripts/run_tests.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Check whether the libreoffice-voikko extension is installed.
# exit with 0 if yes, exit with 1 if no:
unopkg list --bundled | grep 'Identifier.*voikko'
exit $?

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: scripts/
run: ./run_tests.sh