Compare commits
No commits in common. "c8" and "c8s-ci2" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
SOURCES/libkkc-data-0.2.7.tar.xz
|
/tests/artifacts
|
||||||
|
/tests/libkkc-0.3.5.tar.gz.orig
|
||||||
|
/libkkc-data-0.2.7.tar.xz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
6e5d833744f8311908f12168dcf697633efc2795 SOURCES/libkkc-data-0.2.7.tar.xz
|
|
||||||
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
# this is the testcase identifier, which OSCI pipeline uses
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
5
plans/test.fmf
Normal file
5
plans/test.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
summary: Basic smoke test
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (libkkc-data-0.2.7.tar.xz) = 61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7
|
||||||
14
tests/ibus-desktop-testing/install4-g-d-t/build.sh
Executable file
14
tests/ibus-desktop-testing/install4-g-d-t/build.sh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
|
||||||
|
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||||
|
|
||||||
|
rlJournalStart
|
||||||
|
rlPhaseStartTest
|
||||||
|
rlRun -t "git clone https://gitlab.com/redhat/centos-stream/tests/gnome-desktop-testing.git gnome-desktop-testing"
|
||||||
|
rlRun -t "cd gnome-desktop-testing"
|
||||||
|
rlRun -t "git checkout -q -b v2021.1 refs/tags/v2021.1"
|
||||||
|
rlRun -t "./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var"
|
||||||
|
rlRun -t "make"
|
||||||
|
rlRun -t "make install"
|
||||||
|
rlPhaseEnd
|
||||||
|
rlJournalEnd
|
||||||
15
tests/ibus-desktop-testing/install4-g-d-t/main.fmf
Normal file
15
tests/ibus-desktop-testing/install4-g-d-t/main.fmf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
summary: Install GNOME installed-tests testing harness
|
||||||
|
description:
|
||||||
|
gnome-desktop-testing package is required by IBus CI(ibus-desktop-testing)
|
||||||
|
and it's available in Fedora only at present.
|
||||||
|
require:
|
||||||
|
- git
|
||||||
|
- make
|
||||||
|
- gcc
|
||||||
|
- diffutils
|
||||||
|
- autoconf
|
||||||
|
- automake
|
||||||
|
- libtool
|
||||||
|
- glib2-devel
|
||||||
|
- systemd-devel
|
||||||
|
test: ./build.sh
|
||||||
5
tests/ibus-desktop-testing/install5-tmt/main.fmf
Normal file
5
tests/ibus-desktop-testing/install5-tmt/main.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
summary: Install TMT packages
|
||||||
|
description:
|
||||||
|
The test script is calling the beakerlib script.
|
||||||
|
require:
|
||||||
|
- beakerlib
|
||||||
3
tests/ibus-desktop-testing/main.fmf
Normal file
3
tests/ibus-desktop-testing/main.fmf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
summary: gnome-desktop-testing tests
|
||||||
|
# common test for sub tests
|
||||||
|
test: env
|
||||||
5
tests/ibus-desktop-testing/run/main.fmf
Normal file
5
tests/ibus-desktop-testing/run/main.fmf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
summary: Run tests
|
||||||
|
description:
|
||||||
|
Run CI with ibus-desktop-testing-runner in GNOME Wayland.
|
||||||
|
duration: 15m
|
||||||
|
test: ./test.sh
|
||||||
10
tests/ibus-desktop-testing/run/test.sh
Executable file
10
tests/ibus-desktop-testing/run/test.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k
|
||||||
|
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||||
|
|
||||||
|
rlJournalStart
|
||||||
|
rlPhaseStartTest
|
||||||
|
rlRun -t "echo test"
|
||||||
|
rlRun -t "which gnome-desktop-testing-runner"
|
||||||
|
rlPhaseEnd
|
||||||
|
rlJournalEnd
|
||||||
1
tests/main.fmt
Normal file
1
tests/main.fmt
Normal file
@ -0,0 +1 @@
|
|||||||
|
contact: Takao Fujiwara <fujiwara@redhat.com>
|
||||||
Loading…
Reference in New Issue
Block a user