Add missing tests
Resolves: RHELPLAN-171682
This commit is contained in:
parent
12d8e1deec
commit
c93745af97
@ -1,7 +1,7 @@
|
||||
Summary: Non-interactive SSH authentication utility
|
||||
Name: sshpass
|
||||
Version: 1.09
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: GPLv2
|
||||
Url: http://sshpass.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz
|
||||
@ -29,7 +29,7 @@ more secure public key authentication of SSH instead.
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* Wed Mar 05 2025 Josh Boyer <jwboyer@redhat.com> - 1.09-7
|
||||
* Thu Mar 06 2025 Josh Boyer <jwboyer@redhat.com> - 1.09-8
|
||||
- Rebuild for c10s
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-6
|
||||
|
||||
16
tests/tests.yml
Normal file
16
tests/tests.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: /usr/bin/sshpass -h
|
||||
# tasks:
|
||||
# This is only used as part of rpm-ostree which has extensive tests
|
||||
# and there is no point to testing it separately.
|
||||
# - name: true
|
||||
# shell: true
|
||||
Loading…
Reference in New Issue
Block a user