summaryrefslogtreecommitdiffstats
path: root/src/software/test/test_software_installation_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/test/test_software_installation_service.py')
-rw-r--r--src/software/test/test_software_installation_service.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/software/test/test_software_installation_service.py b/src/software/test/test_software_installation_service.py
index c01d9dd..eb38f0c 100644
--- a/src/software/test/test_software_installation_service.py
+++ b/src/software/test/test_software_installation_service.py
@@ -328,7 +328,7 @@ class TestSoftwareInstallationService(swbase.SwTestCase):
self.assertTrue(inames[0].InstanceID.endswith(pkg.nevra))
@swbase.test_with_repos('stable')
- @swbase.test_with_packages(**{ 'stable#pkg1' : False })
+ @swbase.test_with_packages(**{ 'pkg1' : False })
def test_install_package_sync(self):
"""
Try to synchronously install package.
@@ -384,7 +384,7 @@ class TestSoftwareInstallationService(swbase.SwTestCase):
@enable_lmi_exceptions
@swbase.test_with_repos('stable')
- @swbase.test_with_packages(**{ 'stable#pkg1' : False })
+ @swbase.test_with_packages(**{ 'pkg1' : False })
def test_install_method_sync_without_target_and_collection(self):
"""
Try to synchronously install package without target and collection
@@ -409,7 +409,7 @@ class TestSoftwareInstallationService(swbase.SwTestCase):
or ('Job' in oparms and oparms['Job'] is None))
@swbase.test_with_repos('stable')
- @swbase.test_with_packages(**{ 'stable#pkg1' : False })
+ @swbase.test_with_packages(**{ 'pkg1' : False })
def test_install_package_sync_with_target_and_collection(self):
"""
Try to synchronously install package with target and collection
@@ -439,7 +439,7 @@ class TestSoftwareInstallationService(swbase.SwTestCase):
or ('Job' in oparms and oparms['Job'] is None))
@swbase.test_with_repos('stable')
- @swbase.test_with_packages(**{ 'stable#pkg1' : False })
+ @swbase.test_with_packages(**{ 'pkg1' : False })
def test_install_package_sync_with_collection(self):
"""
Try to synchronously install package with just collection given.