Resolves:rhbz#1961994 - Add gating tests from rhel-8

This commit is contained in:
Parag Nemade 2021-05-24 16:47:23 +05:30
parent f45f426f1c
commit d495a7ab63
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
3 changed files with 24 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Convert filename encodings
Name: convmv
Version: 2.05
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2 or GPLv3
URL: http://j3e.de/linux/convmv
@ -45,6 +45,9 @@ make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
%{_mandir}/man*/*
%changelog
* Mon May 24 2021 Parag Nemade <pnemade AT redhat DOT com> - 2.05-10
- Resolves:rhbz#1961994 - Add gating tests from rhel-8
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.05-9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

3
tests/smoke/runtest.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cd ../source
make V=1 test

17
tests/tests.yml Normal file
View File

@ -0,0 +1,17 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- perl
- make