Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Fedora Release Engineering
b3f169c350 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 19:10:16 +00:00
Lukáš Zaoral
d328404e26
tests: migrate from STI to TMT
Related: https://fedoraproject.org/wiki/Changes/DisableSTI
2025-07-08 09:50:26 +02:00
7 changed files with 25 additions and 14 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

5
plans/ci.fmf Normal file
View file

@ -0,0 +1,5 @@
summary: Basic smoke test
discover:
how: fmf
execute:
how: tmt

View file

@ -1,6 +1,6 @@
Name: teckit
Version: 2.5.12
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Encoding conversion library and mapping compiler
# COPYING: links to license/LICENSING.txt
# license/License_CPLv05.txt: CPL-1.0 text, "0.5" version in the license
@ -134,6 +134,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_libdir}/pkgconfig/teckit.pc
%changelog
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild

View file

@ -56,7 +56,7 @@ $(METADATA): Makefile
@echo "Type: Sanity" >> $(METADATA)
@echo "TestTime: 5m" >> $(METADATA)
@echo "RunFor: teckit" >> $(METADATA)
@echo "Requires: teckit" >> $(METADATA)
@echo "Requires: teckit bash coreutils man-db" >> $(METADATA)
@echo "Priority: Normal" >> $(METADATA)
@echo "License: LGPLv2+ or CPL" >> $(METADATA)
@echo "Confidential: no" >> $(METADATA)

View file

@ -0,0 +1,14 @@
summary: tests basic functionality
contact: Than Ngo <than@redhat.com>
component:
- teckit
test: ./runtest.sh
framework: beakerlib
require:
- bash
- coreutils
- man-db
- teckit
duration: 5m
extra-summary: /CoreOS/teckit/smoke-functionality
extra-task: /CoreOS/teckit/smoke-functionality

View file

@ -27,7 +27,6 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Include Beaker environment
. /usr/bin/rhts-environment.sh || exit 1
. /usr/share/beakerlib/beakerlib.sh || exit 1
PACKAGE="teckit"

View file

@ -1,11 +0,0 @@
---
# Run tests in all contexts
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-beakerlib
tests:
- smoke-functionality
required_packages:
- teckit