Merge "Removed print stmts in test cases"

This commit is contained in:
Jenkins
2013-01-29 20:04:44 +00:00
committed by Gerrit Code Review
3 changed files with 0 additions and 3 deletions

View File

@@ -331,7 +331,6 @@ class ImageCacheManagerTestCase(test.TestCase):
base_file1 = os.path.join(base_dir, fingerprint) base_file1 = os.path.join(base_dir, fingerprint)
base_file2 = os.path.join(base_dir, fingerprint + '_sm') base_file2 = os.path.join(base_dir, fingerprint + '_sm')
base_file3 = os.path.join(base_dir, fingerprint + '_10737418240') base_file3 = os.path.join(base_dir, fingerprint + '_10737418240')
print res
self.assertTrue(res == [(base_file1, False, False), self.assertTrue(res == [(base_file1, False, False),
(base_file2, True, False), (base_file2, True, False),
(base_file3, False, True)]) (base_file3, False, True)])

View File

@@ -3833,7 +3833,6 @@ class IptablesFirewallTestCase(test.TestCase):
if '*filter' in lines: if '*filter' in lines:
self.out6_rules = lines self.out6_rules = lines
return '', '' return '', ''
print cmd, kwargs
network_model = _fake_network_info(self.stubs, 1, spectacular=True) network_model = _fake_network_info(self.stubs, 1, spectacular=True)

View File

@@ -104,7 +104,6 @@ def fake_execute(*args, **kwargs):
else: else:
path = args[1] path = args[1]
append = False append = False
print str(files)
if not path in files: if not path in files:
files[path] = { files[path] = {
"content": "Hello World", "content": "Hello World",