mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
yum: add integration test for 'update foo*' (#48336)
This commit is contained in:
parent
d2969884b4
commit
6ec820e264
2 changed files with 59 additions and 0 deletions
|
@ -13,6 +13,10 @@ SPECS = [
|
|||
RPM('foo', '1.0', '1', None),
|
||||
RPM('foo', '1.0', '2', '1'),
|
||||
RPM('foo', '1.1', '1', '1'),
|
||||
RPM('foo-bar', '1.0', '1', None),
|
||||
RPM('foo-bar', '1.1', '1', None),
|
||||
RPM('bar', '1.0', '1', None),
|
||||
RPM('bar', '1.1', '1', None),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue