mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
unit tests for rpm.checksum() and zypper.download()
lint issue fixed
This commit is contained in:
parent
c3f29ab205
commit
18700e821e
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ class ZypperTestCase(TestCase):
|
|||
|
||||
test_out = {
|
||||
'nmap': {
|
||||
'path': u'/var/cache/zypp/packages/SLE-12-x86_64-Pool/x86_64/nmap-6.46-1.72.x86_64.rpm',
|
||||
'repository-alias': u'SLE-12-x86_64-Pool',
|
||||
'repository-name': u'SLE-12-x86_64-Pool'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue