mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31498 from Ch3LL/rename_test
rename methods in pkg states test
This commit is contained in:
commit
9d458bb420
1 changed files with 3 additions and 3 deletions
|
@ -267,7 +267,7 @@ class PkgTest(integration.ModuleCase,
|
|||
@destructiveTest
|
||||
@skipIf(salt.utils.is_windows(), 'minion is windows')
|
||||
@requires_system_grains
|
||||
def test_pkg_with_dot_in_pkgname(self, grains=None):
|
||||
def test_pkg_007_with_dot_in_pkgname(self, grains=None):
|
||||
'''
|
||||
This tests for the regression found in the following issue:
|
||||
https://github.com/saltstack/salt/issues/8614
|
||||
|
@ -286,7 +286,7 @@ class PkgTest(integration.ModuleCase,
|
|||
|
||||
@destructiveTest
|
||||
@skipIf(salt.utils.is_windows(), 'minion is windows')
|
||||
def test_pkg_latest_with_epoch(self):
|
||||
def test_pkg_008_latest_with_epoch(self):
|
||||
'''
|
||||
This tests for the following issue:
|
||||
https://github.com/saltstack/salt/issues/31014
|
||||
|
@ -298,7 +298,7 @@ class PkgTest(integration.ModuleCase,
|
|||
self.assertSaltTrueReturn(ret)
|
||||
|
||||
@requires_salt_modules('pkg.info_installed')
|
||||
def test_pkg_latest_with_epch_and_info_installed(self):
|
||||
def test_pkg_009_latest_with_epoch_and_info_installed(self):
|
||||
'''
|
||||
Need to check to ensure the package has been
|
||||
installed after the pkg_latest_epoch sls
|
||||
|
|
Loading…
Add table
Reference in a new issue