summaryrefslogtreecommitdiffstats
path: root/src/software/test/test_installed_software_identity.py
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-02-26 14:41:18 +0100
committerMichal Minar <miminar@redhat.com>2013-02-26 14:41:18 +0100
commit282aa360c1ab3c58622d9e284bb0b3600e8997b4 (patch)
treedc1e102c42e06596b7f09433cbfec7c1261809e9 /src/software/test/test_installed_software_identity.py
parent4214208d559ed88f3b29bc046d4679824bf5faa7 (diff)
downloadopenlmi-providers-282aa360c1ab3c58622d9e284bb0b3600e8997b4.tar.gz
openlmi-providers-282aa360c1ab3c58622d9e284bb0b3600e8997b4.tar.xz
openlmi-providers-282aa360c1ab3c58622d9e284bb0b3600e8997b4.zip
lot of bugfixes in communication
communication: * now the client can detect YumWorker's early termination and restart it * session level is counted on client and server side - this allows to restore session state, when process is restarted * minimized session nesting on server to 1 at max - thanks to counter on client side - reduces communication traffic * improved logging api changes: * PackageInfo's pkgid renamed to objid * Repository's name renamed to repoid caption renamed to name * added include_repos and exclude_repos to YumDB methods, where it makes sense other bugfixes: * fixed issues with repo enable * assigning None to Instance properties with CIMProperty values instead of skipping the value assignment to prevent using old reference to value allowed for repository management - enable/disable allowed to list/filter packages of particular repositories added filter for packages to match those belonging to repository testing: * improved testing speed using run.py script * removed unfinishable tests
Diffstat (limited to 'src/software/test/test_installed_software_identity.py')
-rwxr-xr-x[-rw-r--r--]src/software/test/test_installed_software_identity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/software/test/test_installed_software_identity.py b/src/software/test/test_installed_software_identity.py
index f3dec9c..1065c20 100644..100755
--- a/src/software/test/test_installed_software_identity.py
+++ b/src/software/test/test_installed_software_identity.py
@@ -225,7 +225,6 @@ class TestInstalledSoftwareIdentity(base.SoftwareBaseTestCase):
self.assertTrue(ref["InstanceID"].startswith("LMI:PKG:"))
nevra_set = set(i["InstanceID"] for i in refs)
- # NOTE: installed packages might not be available
for pkg in self.safe_pkgs:
nevra = 'LMI:PKG:'+pkg.get_nevra(with_epoch="ALWAYS")
self.assertTrue(nevra in nevra_set,