Skip to content

Commit

Permalink
Merge pull request #31498 from Ch3LL/rename_test
Browse files Browse the repository at this point in the history
rename methods in pkg states test
  • Loading branch information
Nicole Thomas committed Feb 25, 2016
2 parents 625da0d + 29a53f4 commit 9d458bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/states/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def test_pkg_006_installed_32bit_with_version(self, grains=None):
@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
Expand All @@ -286,7 +286,7 @@ def test_pkg_with_dot_in_pkgname(self, grains=None):

@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
Expand All @@ -298,7 +298,7 @@ def test_pkg_latest_with_epoch(self):
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
Expand Down

0 comments on commit 9d458bb

Please sign in to comment.