Compare commits
No commits in common. "c9-beta" and "c9s" have entirely different histories.
@ -1 +0,0 @@
|
||||
3d4c7f1bf6d2048f64a7c4ee2b282ae2961a83cf SOURCES/anthy-unicode-1.0.0.20201109.tar.gz
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
SOURCES/anthy-unicode-1.0.0.20201109.tar.gz
|
||||
/anthy-unicode-1.0.0.20190412.tar.gz
|
||||
/anthy-unicode-1.0.0.20191015.tar.gz
|
||||
/anthy-unicode-1.0.0.20201109.tar.gz
|
||||
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
# this is the testcase identifier, which OSCI pipeline uses
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (anthy-unicode-1.0.0.20201109.tar.gz) = 963f44df6defe725138de5697e3be8ae6c84ac723fc66c09996c11b99bd7ce24331908caad61c547f90122dadb6ec46fb2b5b3aa9526151c912fd19ed583c345
|
12
tests/tests.sh
Executable file
12
tests/tests.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
: ${SRCDIR:='./source'}
|
||||
|
||||
anthy-dic-tool-unicode --load $SRCDIR/src-util/dic-tool-input
|
||||
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result
|
||||
anthy-dic-tool-unicode --dump
|
||||
[ -d $HOME/.anthy ] || mkdir $HOME/.anthy
|
||||
mv $HOME/.config/anthy/private_words_default $HOME/.anthy
|
||||
anthy-dic-tool-unicode --migrate
|
||||
diff $HOME/.config/anthy/private_words_default $SRCDIR/src-util/dic-tool-result
|
||||
|
19
tests/tests.yml
Normal file
19
tests/tests.yml
Normal file
@ -0,0 +1,19 @@
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
required_packages:
|
||||
- git
|
||||
vars:
|
||||
fetch_only: True
|
||||
- role: standard-test-basic
|
||||
#- role: standard-test-beakerlib
|
||||
required_packages:
|
||||
- bash
|
||||
- anthy-unicode
|
||||
tests:
|
||||
- smoke1:
|
||||
dir: .
|
||||
run: ./tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user