rename methods in pkg states test

This commit is contained in:
Ch3LL 2016-02-26 06:54:01 +09:00
parent 625da0d261
commit 29a53f4353

View file

@ -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