summaryrefslogtreecommitdiffstats
path: root/src/hardware
diff options
context:
space:
mode:
authorRobin Hack <rhack@redhat.com>2014-01-31 14:19:47 +0100
committerRobin Hack <rhack@redhat.com>2014-01-31 14:28:04 +0100
commit00da63cb907b01d313ae647f5ac4ecc96649ffe4 (patch)
treea1b8ef85fb28a4986ff2f20919968cb995e97287 /src/hardware
parentac93a05a0f7585cb03bb8a20bee66c423edaaea8 (diff)
downloadopenlmi-providers-00da63cb907b01d313ae647f5ac4ecc96649ffe4.tar.gz
openlmi-providers-00da63cb907b01d313ae647f5ac4ecc96649ffe4.tar.xz
openlmi-providers-00da63cb907b01d313ae647f5ac4ecc96649ffe4.zip
Hardware: Another conversion fix.
Diffstat (limited to 'src/hardware')
-rw-r--r--src/hardware/test/TestHardwareBase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware/test/TestHardwareBase.py b/src/hardware/test/TestHardwareBase.py
index a02ec7c..bea2224 100644
--- a/src/hardware/test/TestHardwareBase.py
+++ b/src/hardware/test/TestHardwareBase.py
@@ -470,7 +470,7 @@ class HardwarePhysicalMemoryTestCase(HardwareTestCase):
# on virtual machines is this "normal" state.
if empty_output:
for c in xrange(0, len(tuples)):
- tuples[c] += (0,)
+ tuples[c] += (None,)
return tuples